Codebase list libdevice-cdio-perl / 999c43d
debian/rules: - only delete /usr/share/perl5 if it exists - remove commented out dh_installman and unused dh_link calls Gregor Herrmann 16 years ago
2 changed file(s) with 4 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
1010 * debian/control:
1111 - set Standards-Version to 3.7.3 (no changes needed)
1212 - remove trailing comma from Depends: line
13 * debian/rules:
14 - only delete /usr/share/perl5 if it exists
15 - remove commented out dh_installman and unused dh_link calls
1316
1417 -- Frank Lichtenheld <djpig@debian.org> Tue, 30 Oct 2007 07:51:06 +0100
1518
6262 # Add commands to install the package into debian/PACKAGE_NAME here
6363 $(PERL) Build test
6464 $(PERL) Build install destdir=$(TMP)
65 rmdir --parents --ignore-fail-on-non-empty $(TMP)/usr/share/perl5
65 [ ! -d $(TMP)/usr/share/perl5 ] || rmdir --parents --ignore-fail-on-non-empty $(TMP)/usr/share/perl5
6666
6767 touch install-stamp
6868
7676 dh_testroot
7777 dh_installdocs README
7878 dh_installexamples examples/*
79 # dh_installman
8079 dh_installchangelogs Changes
81 dh_link
8280 dh_strip
8381 dh_compress
8482 dh_fixperms