r11899 - in /trunk/libdevice-cdio-perl/debian: changelog rules
gregoa-guest at users.alioth.debian.org
gregoa-guest at users.alioth.debian.org
Tue Jan 1 23:18:50 UTC 2008
Author: gregoa-guest
Date: Tue Jan 1 23:18:49 2008
New Revision: 11899
URL: http://svn.debian.org/wsvn/?sc=1&rev=11899
Log:
debian/rules:
- only delete /usr/share/perl5 if it exists
- remove commented out dh_installman and unused dh_link calls
Modified:
trunk/libdevice-cdio-perl/debian/changelog
trunk/libdevice-cdio-perl/debian/rules
Modified: trunk/libdevice-cdio-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdevice-cdio-perl/debian/changelog?rev=11899&op=diff
==============================================================================
--- trunk/libdevice-cdio-perl/debian/changelog (original)
+++ trunk/libdevice-cdio-perl/debian/changelog Tue Jan 1 23:18:49 2008
@@ -11,6 +11,9 @@
* debian/control:
- set Standards-Version to 3.7.3 (no changes needed)
- remove trailing comma from Depends: line
+ * debian/rules:
+ - only delete /usr/share/perl5 if it exists
+ - remove commented out dh_installman and unused dh_link calls
-- Frank Lichtenheld <djpig at debian.org> Tue, 30 Oct 2007 07:51:06 +0100
Modified: trunk/libdevice-cdio-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdevice-cdio-perl/debian/rules?rev=11899&op=diff
==============================================================================
--- trunk/libdevice-cdio-perl/debian/rules (original)
+++ trunk/libdevice-cdio-perl/debian/rules Tue Jan 1 23:18:49 2008
@@ -63,7 +63,7 @@
# Add commands to install the package into debian/PACKAGE_NAME here
$(PERL) Build test
$(PERL) Build install destdir=$(TMP)
- rmdir --parents --ignore-fail-on-non-empty $(TMP)/usr/share/perl5
+ [ ! -d $(TMP)/usr/share/perl5 ] || rmdir --parents --ignore-fail-on-non-empty $(TMP)/usr/share/perl5
touch install-stamp
@@ -77,9 +77,7 @@
dh_testroot
dh_installdocs README
dh_installexamples examples/*
-# dh_installman
dh_installchangelogs Changes
- dh_link
dh_strip
dh_compress
dh_fixperms
More information about the Pkg-perl-cvs-commits
mailing list