r11913 - in /trunk/libdata-serializer-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Wed Jan 2 13:27:36 UTC 2008


Author: gregoa-guest
Date: Wed Jan  2 13:27:36 2008
New Revision: 11913

URL: http://svn.debian.org/wsvn/?sc=1&rev=11913
Log:
  - /usr/lib/perl5 isn't created any more, so there's no need to delete it

Modified:
    trunk/libdata-serializer-perl/debian/changelog
    trunk/libdata-serializer-perl/debian/rules

Modified: trunk/libdata-serializer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdata-serializer-perl/debian/changelog?rev=11913&op=diff
==============================================================================
--- trunk/libdata-serializer-perl/debian/changelog (original)
+++ trunk/libdata-serializer-perl/debian/changelog Wed Jan  2 13:27:36 2008
@@ -4,12 +4,12 @@
   * Set urgency to medium because of the FTBFS bug.
   * debian/rules:
     - let install-stamp target depend on build-stamp
-    - remove empty directories below /usr/lib/perl5 only if they exist
     - don't create .packlist instead of deleting it later
     - don't install examples which only contains a README which is only a
       text version of Data::Serializer::Cookbook.3pm
     - don't install README which is just a copy of Data::Serializer.3pm
     - use Build(.PL) instead of Makefile(.PL)
+    - /usr/lib/perl5 isn't created any more, so there's no need to delete it
   * debian/watch: use dist-based URL.
   * debian/copyright: add additional copyright holder, switch to new format.
 

Modified: trunk/libdata-serializer-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdata-serializer-perl/debian/rules?rev=11913&op=diff
==============================================================================
--- trunk/libdata-serializer-perl/debian/rules (original)
+++ trunk/libdata-serializer-perl/debian/rules Wed Jan  2 13:27:36 2008
@@ -47,11 +47,6 @@
 	# Add commands to install the package into debian/$PACKAGE_NAME here
 	$(PERL) Build install destdir=$(TMP) create_packlist=0
 
-	# As this is a architecture independent package, we are not
-	# supposed to install stuff to /usr/lib. MakeMaker creates
-	# the dirs, we delete them from the deb:
-	[ ! -d $(TMP)/usr/lib/perl5/auto/Data/Serializer/ ] || rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5/auto/Data/Serializer/
-
 	touch install-stamp
 
 binary-arch:




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