~ubuntu-branches/ubuntu/saucy/net-dns-fingerprint/saucy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Thorsten Alteholz, Jari Aalto
  • Date: 2012-03-10 15:00:00 UTC
  • Revision ID: package-import@ubuntu.com-20120310150000-9v7uc51zibx30cmy
Tags: 0.9.3-4
* debian/rules: use only one changelog (Closes: #614707)
* debian/rules: replace $PREFIX by $DESTDIR in make call
* debian/control: remove not needed Priority:-lines in
                  binary packages
* debian/control: remove not needed Section:-line for
                  fpdns
* debian/control: add ${misc:Depends} to fpdns

[ Jari Aalto ]
* Remove deprecated dpatch and upgrade to packaging format "3.0 quilt".
  Note: patch 03 was updated with "quilt refresh" to make
  it apply cleanly.
* Update to Standards-Version to 3.9.3 and debhelper to 9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
# This has to be exported to make some magic below work.
17
17
export DH_OPTIONS
18
18
 
19
 
include /usr/share/dpatch/dpatch.make
20
19
 
21
20
# These are used for cross-compiling and for saving the configure script
22
21
# from having to guess our platform (since we know it already)
44
43
 
45
44
 
46
45
#Architecture 
47
 
build: patch build-arch build-indep
 
46
build: build-arch build-indep
48
47
 
49
48
build-arch: build-arch-stamp
50
49
build-arch-stamp: configure-stamp 
62
61
        $(MAKE) OPTIMIZE=$CFLAGS
63
62
        touch build-indep-stamp
64
63
 
65
 
clean: unpatch
 
64
clean:
66
65
        dh_testdir
67
66
        dh_testroot
68
67
        rm -f build-arch-stamp build-indep-stamp #CONFIGURE-STAMP#
84
83
        # Add here commands to install the indep part of the package into
85
84
        # debian/<package>-doc.
86
85
        #INSTALLDOC#
87
 
        $(MAKE) install PREFIX=$(CURDIR)/debian/tmp/usr
 
86
        $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
88
87
 
89
88
        dh_install -i --sourcedir=debian/tmp --fail-missing
90
89
 
93
92
binary-common:
94
93
        dh_testdir
95
94
        dh_testroot
96
 
        dh_installchangelogs debian/changelog
 
95
# do not use debian/changelog as upstream changelog
 
96
# and ignore lintian complaints
 
97
#       dh_installchangelogs debian/changelog
 
98
        dh_installchangelogs
97
99
        dh_installdocs
98
100
        dh_installexamples
99
101
#       dh_installmenu