~ubuntu-branches/ubuntu/trusty/lshw/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2008-06-19 17:35:08 UTC
  • mfrom: (1.1.7 upstream) (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20080619173508-661hjngqxww5z0oq
Tags: 02.13-2ubuntu1
* Merge from debian unstable, remaining changes:
  - 10-cap-detection.dpatch: fixes hang when reading capabilities of some
    PCI devies (LP: 202460; needs-to-goto-debian)
  - Set maintainer to Ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#export DH_VERBOSE=1
7
7
 
8
8
# This is the debhelper compatibility version to use.
9
 
export DH_COMPAT=4
 
9
#export DH_COMPAT=4
10
10
 
11
 
include /usr/share/dpatch/dpatch.make
 
11
include /usr/share/quilt/quilt.make
12
12
 
13
13
CXX_DEB_FLAGS = -Wall -g
14
14
 
38
38
 
39
39
build: build-stamp
40
40
 
41
 
build-stamp: configure-stamp patch-stamp
 
41
build-stamp: configure-stamp patch
42
42
        dh_testdir
43
43
 
44
44
        # Add here commands to compile the package.
53
53
        rm -f build-stamp configure-stamp
54
54
 
55
55
        # Add here commands to clean up after the build process.
56
 
        -$(MAKE) -C src clean 
 
56
        [ ! -f Makefile ] || $(MAKE) -C src clean 
57
57
 
58
58
        dh_clean
59
59