Codebase list debian-goodies / c09d8d6
Use dh_install/dh_link to install all the scripts Axel Beckert 10 years ago
4 changed file(s) with 9 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
77 * Bump debhelper compatibility to 7 to be able to use some more recent
88 features. Update versioned debhelper build-dependency accordingly.
99 * Use debian/links instead of calling ln manually in debian/rules
10 * Use dh_install/dh_link to install all the scripts
1011 * Fix lintian warning dh-clean-k-is-deprecated and use dh_prep
1112 * Apply wrap-and-sort
1213
0 dgrep dglob debget dpigs debman popbugs which-pkg-broke dhomepage debmany/debmany usr/bin
1 checkrestart usr/sbin
2
03 bash_completion/debian-goodies.pkgnames etc/bash_completion.d
14 debmany/bash_completion/debmany etc/bash_completion.d
0 usr/bin/dgrep usr/bin/degrep
1 usr/bin/dgrep usr/bin/dfgrep
2 usr/bin/dgrep usr/bin/dzgrep
3
04 usr/share/man/man1/dgrep.1.gz usr/share/man/man1/degrep.1.gz
15 usr/share/man/man1/dgrep.1.gz usr/share/man/man1/dfgrep.1.gz
26 usr/share/man/man1/dgrep.1.gz usr/share/man/man1/dzgrep.1.gz
2929 dh_testroot
3030 dh_prep
3131 dh_installdirs
32
33 # Add here commands to install the package into debian/debian-goodies.
34 install -d $(CURDIR)/debian/debian-goodies/usr/bin
35 install -d $(CURDIR)/debian/debian-goodies/usr/sbin
36 install -m 755 dgrep dglob debget dpigs debman popbugs which-pkg-broke \
37 dhomepage $(CURDIR)/debian/debian-goodies/usr/bin
38 install -m 755 checkrestart \
39 $(CURDIR)/debian/debian-goodies/usr/sbin
40 for grepname in dzgrep degrep dfgrep; do \
41 ln -s dgrep $(CURDIR)/debian/debian-goodies/usr/bin/$$grepname; \
42 done
43 install -m 755 debmany/debmany \
44 $(CURDIR)/debian/debian-goodies/usr/bin
32 dh_install
4533
4634 # Build architecture-dependent files here.
4735 # We have nothing to do by default.
5745 debmany/man/debmany.1 debmany/man/debmany.de.1
5846 # dh_undocumented
5947 dh_installchangelogs
60 dh_install
6148 dh_link
6249 dh_compress
6350 dh_fixperms