r8426 - in /trunk/libdevice-cdio-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Oct 21 14:13:06 UTC 2007


Author: gregoa-guest
Date: Sun Oct 21 14:13:06 2007
New Revision: 8426

URL: http://svn.debian.org/wsvn/?sc=1&rev=8426
Log:
* Don't create .packlist file.
* Remove empty /usr/share/perl5 directory.

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=8426&op=diff
==============================================================================
--- trunk/libdevice-cdio-perl/debian/changelog (original)
+++ trunk/libdevice-cdio-perl/debian/changelog Sun Oct 21 14:13:06 2007
@@ -3,8 +3,10 @@
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields; pseudo-field Homepage (Description).
+  * Don't create .packlist file.
+  * Remove empty /usr/share/perl5 directory.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 21 Oct 2007 13:28:10 +0200
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 21 Oct 2007 16:10:33 +0200
 
 libdevice-cdio-perl (0.2.4-2) unstable; urgency=medium
 

Modified: trunk/libdevice-cdio-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdevice-cdio-perl/debian/rules?rev=8426&op=diff
==============================================================================
--- trunk/libdevice-cdio-perl/debian/rules (original)
+++ trunk/libdevice-cdio-perl/debian/rules Sun Oct 21 14:13:06 2007
@@ -40,7 +40,7 @@
 	dh_testdir
 
 	# Add commands to compile the package here
-	$(PERL) Build.PL installdirs=vendor extra_compiler_flags="$(CFLAGS)"
+	$(PERL) Build.PL installdirs=vendor extra_compiler_flags="$(CFLAGS)" create_packlist=0
 	$(PERL) Build
 
 	touch build-stamp
@@ -64,7 +64,8 @@
 	# 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
+	
 	touch install-stamp
 
 # Build architecture-independent files here.




More information about the Pkg-perl-cvs-commits mailing list