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

« back to all changes in this revision

Viewing changes to Makefile

  • 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:
12
12
        install -m 755 dpkg-unhold $(DESTDIR)/usr/sbin/
13
13
        install -m 755 dpkg-remove $(DESTDIR)/usr/sbin/
14
14
        install -m 755 dpkg-purge $(DESTDIR)/usr/sbin/
 
15
        install -m 644 dlocate-completion $(DESTDIR)/etc/bash_completion.d/
15
16
        #install -m 755 update-dpkg-list $(DESTDIR)/usr/sbin/
16
17
 
17
18
update-test: