Codebase list debian-goodies / 630cc5a
debmany: Install bash completion file to /etc/bash_completion.d instead of as example. Axel Beckert 12 years ago
3 changed file(s) with 6 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1111 (Closes: #658846)
1212 - No more swallows all exceptions (Closes: #654458)
1313 - Correctly handle alternative dependencies (Closes: #516904)
14 * [debmany]
15 - Install bash completion file to /etc/bash_completion.d instead of
16 as example.
1417 * Thanks Jakub Wilk for many bugfix patches!
1518
1619 --
+0
-1
debian/examples less more
0 debmany/debmany.bash_completion
3232 # Add here commands to install the package into debian/debian-goodies.
3333 install -d $(CURDIR)/debian/debian-goodies/usr/bin
3434 install -d $(CURDIR)/debian/debian-goodies/usr/sbin
35 install -d $(CURDIR)/debian/debian-goodies/etc/bash_completion.d
3536 install -m 755 dgrep dglob debget dpigs debman popbugs which-pkg-broke \
3637 dhomepage $(CURDIR)/debian/debian-goodies/usr/bin
3738 install -m 755 checkrestart \
4142 done
4243 install -m 755 debmany/debmany \
4344 $(CURDIR)/debian/debian-goodies/usr/bin
45 install -m 644 debmany/debmany.bash_completion \
46 $(CURDIR)/debian/debian-goodies/etc/bash_completion.d/debmany
4447
4548 # Build architecture-dependent files here.
4649 # We have nothing to do by default.
5659 debmany/man/debmany.1 debmany/man/debmany.de.1
5760 # dh_undocumented
5861 dh_installchangelogs
59 dh_installexamples
6062 dh_link
6163 dh_compress
6264 ln -s dgrep.1.gz debian/debian-goodies/usr/share/man/man1/degrep.1.gz