r11536 - in /trunk/libdata-serializer-perl/debian: changelog control rules

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Sun Dec 23 19:32:13 UTC 2007


Author: gwolf
Date: Sun Dec 23 19:32:13 2007
New Revision: 11536

URL: http://svn.debian.org/wsvn/?sc=1&rev=11536
Log:
Added some suggests:, removed the fugly .packlists

Modified:
    trunk/libdata-serializer-perl/debian/changelog
    trunk/libdata-serializer-perl/debian/control
    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=11536&op=diff
==============================================================================
--- trunk/libdata-serializer-perl/debian/changelog (original)
+++ trunk/libdata-serializer-perl/debian/changelog Sun Dec 23 19:32:13 2007
@@ -5,8 +5,12 @@
   * Bumped up standards-version to 3.7.3 (no changes needed)
   * Added build-dependencies on libcrypt-cbc-perl, libcrypt-blowfish-
     perl, libfreezethaw-perl
+  * Prevented the package from shipping with a fugly .packlist
+  * Added suggests: libxml-dumper-perl, libyaml-perl, libxml-simple-
+    perl,  libyaml-syck-perl, libjson-perl, libcompress-zlib-perl,
+    libcrypt-cbc-perl, libcrypt-blowfish-perl, libfreezethaw-perl
 
- -- Gunnar Wolf <gwolf at debian.org>  Sun, 23 Dec 2007 13:10:55 -0600
+ -- Gunnar Wolf <gwolf at debian.org>  Sun, 23 Dec 2007 13:36:43 -0600
 
 libdata-serializer-perl (0.42-1) unstable; urgency=low
 

Modified: trunk/libdata-serializer-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libdata-serializer-perl/debian/control?rev=11536&op=diff
==============================================================================
--- trunk/libdata-serializer-perl/debian/control (original)
+++ trunk/libdata-serializer-perl/debian/control Sun Dec 23 19:32:13 2007
@@ -19,7 +19,10 @@
 Package: libdata-serializer-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libdigest-sha-perl
-Suggests: libxml-dumper-perl 
+Suggests: libxml-dumper-perl, libyaml-perl, libxml-simple-perl,
+ libyaml-syck-perl, libjson-perl, libcompress-zlib-perl,
+ libcrypt-cbc-perl, libcrypt-blowfish-perl, libfreezethaw-perl,
+ libconfig-general-perl
 Description: module that serialize data structures
  Data::Serializer provides a unified interface to the various serializing
  modules currently available. Adds the functionality of both compression 

Modified: trunk/libdata-serializer-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdata-serializer-perl/debian/rules?rev=11536&op=diff
==============================================================================
--- trunk/libdata-serializer-perl/debian/rules (original)
+++ trunk/libdata-serializer-perl/debian/rules Sun Dec 23 19:32:13 2007
@@ -47,10 +47,13 @@
 	# Add commands to install the package into debian/$PACKAGE_NAME here
 	$(MAKE) install DESTDIR=$(TMP) 
 
+	# Aren't .packlists beautiful? KILL THEM ALL!
+	find $(TMP) -type f -name .packlist | xargs rm -f
+
 	# 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:
-	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5/auto/Data/Serializer/
 
 	touch install-stamp
 




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