r11535 - 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:16:51 UTC 2007


Author: gwolf
Date: Sun Dec 23 19:16:51 2007
New Revision: 11535

URL: http://svn.debian.org/wsvn/?sc=1&rev=11535
Log:
Added build-dependencies; fixed a typo leading to FTBFS (DESTDIR and
PREFIX were both specified to MakeMaker, which led to an erroneous
install on $(TMP)/usr/usr/share/...)

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=11535&op=diff
==============================================================================
--- trunk/libdata-serializer-perl/debian/changelog (original)
+++ trunk/libdata-serializer-perl/debian/changelog Sun Dec 23 19:16:51 2007
@@ -3,8 +3,10 @@
   * New upstream release
   * Added myself as uploader
   * Bumped up standards-version to 3.7.3 (no changes needed)
+  * Added build-dependencies on libcrypt-cbc-perl, libcrypt-blowfish-
+    perl, libfreezethaw-perl
 
- -- Gunnar Wolf <gwolf at debian.org>  Sun, 23 Dec 2007 12:46:25 -0600
+ -- Gunnar Wolf <gwolf at debian.org>  Sun, 23 Dec 2007 13:10:55 -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=11535&op=diff
==============================================================================
--- trunk/libdata-serializer-perl/debian/control (original)
+++ trunk/libdata-serializer-perl/debian/control Sun Dec 23 19:16:51 2007
@@ -5,7 +5,8 @@
 Build-Depends-Indep: perl (>= 5.8.8-7), libxml-dumper-perl, libdigest-sha-perl,
  libtest-pod-perl, libtest-pod-coverage-perl, libconfig-general-perl,
  libyaml-perl, libxml-simple-perl, libyaml-syck-perl, libjson-perl,
- libcompress-zlib-perl
+ libcompress-zlib-perl, libcrypt-cbc-perl, libcrypt-blowfish-perl,
+ libfreezethaw-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
  gregor herrmann <gregor+debian at comodo.priv.at>,

Modified: trunk/libdata-serializer-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdata-serializer-perl/debian/rules?rev=11535&op=diff
==============================================================================
--- trunk/libdata-serializer-perl/debian/rules (original)
+++ trunk/libdata-serializer-perl/debian/rules Sun Dec 23 19:16:51 2007
@@ -45,7 +45,7 @@
 	dh_clean -k
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	$(MAKE) install DESTDIR=$(TMP) 
 
 	# As this is a architecture independent package, we are not
 	# supposed to install stuff to /usr/lib. MakeMaker creates




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