~ubuntu-branches/ubuntu/trusty/dlocate/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Craig Sanders
  • Date: 2009-06-03 11:24:02 UTC
  • mfrom: (3.1.1 karmic)
  • Revision ID: james.westby@ubuntu.com-20090603112402-glc1211vgmee8yel
Tags: 1.02
* fixed example in dlocate.1 man page again (Closes: #466662)
* added '-k', and '-K' commands to list kernels and related packages
* added optional support for gzip compression of /var/lib/dlocate/dlocatedb.txt
* added support output filters (--package-only, --filename-only) (Closes: #531641)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
        dh_testdir
14
14
        dh_testroot
15
15
        rm -f build-stamp install-stamp
16
 
        -$(MAKE) clean
 
16
        $(MAKE) clean
17
17
        dh_clean
18
18
 
19
19
install: install-stamp
20
20
install-stamp: build-stamp
21
21
        dh_testdir
22
22
        dh_testroot
23
 
        dh_clean -k
 
23
        #dh_clean -k
 
24
        dh_prep
24
25
        dh_installdirs
25
26
        $(MAKE) DESTDIR=`pwd`/debian/`dh_listpackages` install
26
27
        touch install-stamp
27
28
 
28
29
# Build architecture-independent files here.
29
30
binary-indep: build install
30
 
# We have nothing to do by default.
31
 
 
32
 
# Build architecture-dependent files here.
33
 
binary-arch: build install
34
31
        dh_testdir
35
32
        dh_testroot
36
33
#       dh_installdebconf
41
38
#       dh_installemacsen
42
39
#       dh_installpam
43
40
#       dh_installmime
44
 
#       dh_installinit
 
41
        dh_installinit -n -r --no-start
45
42
        dh_installcron
46
43
        dh_installman
47
44
#       dh_installinfo
59
56
        dh_md5sums
60
57
        dh_builddeb
61
58
 
 
59
# Build architecture-dependent files here.
 
60
binary-arch: build install
 
61
# We have nothing to do by definition (arch is indep).
 
62
 
62
63
source diff:                                                                  
63
64
        @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
64
65