~ubuntu-branches/ubuntu/warty/agrep/warty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Luk Claes
  • Date: 2003-07-15 18:57:32 UTC
  • Revision ID: james.westby@ubuntu.com-20030715185732-t95y637y60ypjlih
Tags: 2.04-2
* New maintainer (closes: #201367).
* Updated to standards version 3.6.0.
* Description on multiple lines (closes: #180727).

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
        dh_clean -k
39
39
        dh_installdirs
40
40
 
41
 
        #$(MAKE) install DESTDIR=$(CURDIR)/debian/agrep
42
41
        cp -a agrep $(TMP)/usr/bin
43
 
        cp -a agrep.1 $(TMP)/usr/share/man/man1
44
42
 
45
43
 
46
44
# Build architecture-independent files here.
49
47
 
50
48
# Build architecture-dependent files here.
51
49
binary-arch: build install
52
 
        dh_testversion 2
53
50
        dh_testdir
54
51
        dh_testroot
55
 
#       dh_installdebconf       
56
52
        dh_installdocs
57
 
#       dh_installexamples
58
 
#       dh_installmenu
59
 
#       dh_installemacsen
60
 
#       dh_installpam
61
 
#       dh_installinit
62
 
#       dh_installcron
63
 
        dh_installmanpages
64
 
#       dh_installinfo
65
 
#       dh_undocumented
 
53
        dh_installman agrep.1
66
54
        dh_installchangelogs agrep.chronicle
67
55
        dh_link
68
56
        dh_strip
69
57
        dh_compress
70
58
        dh_fixperms
71
 
        # You may want to make some executables suid here.
72
 
#       dh_suidregister
73
 
#       dh_makeshlibs
74
59
        dh_installdeb
75
 
#       dh_perl
76
60
        dh_shlibdeps
77
61
        dh_gencontrol
78
62
        dh_md5sums