r2140 - packages/libi18n-charset-perl/trunk/debian

Krzysztof Krzyzaniak eloy at costa.debian.org
Thu Feb 16 12:52:00 UTC 2006


Author: eloy
Date: 2006-02-16 12:52:00 +0000 (Thu, 16 Feb 2006)
New Revision: 2140

Modified:
   packages/libi18n-charset-perl/trunk/debian/changelog
   packages/libi18n-charset-perl/trunk/debian/control
   packages/libi18n-charset-perl/trunk/debian/rules
Log:
eloy: deps updated


Modified: packages/libi18n-charset-perl/trunk/debian/changelog
===================================================================
--- packages/libi18n-charset-perl/trunk/debian/changelog	2006-02-16 12:49:57 UTC (rev 2139)
+++ packages/libi18n-charset-perl/trunk/debian/changelog	2006-02-16 12:52:00 UTC (rev 2140)
@@ -2,7 +2,7 @@
 
   * New upstream release (closes: #329561)
   * debian/control: upgraded to Debian Policy 3.6.2 (no changes)
-  * debian/rules: making test non-critical (lacking of IO::Capture),
+  * debian/rules: libio-capture-perl added to deps
     changing ChangeLog to Changes
 
  -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Wed, 28 Dec 2005 14:49:29 +0100

Modified: packages/libi18n-charset-perl/trunk/debian/control
===================================================================
--- packages/libi18n-charset-perl/trunk/debian/control	2006-02-16 12:49:57 UTC (rev 2139)
+++ packages/libi18n-charset-perl/trunk/debian/control	2006-02-16 12:52:00 UTC (rev 2140)
@@ -4,7 +4,8 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Marc 'HE' Brockschmidt <he at debian.org>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
 Standards-Version: 3.6.2
-Build-Depends-Indep: debhelper (>= 4.1), perl, libio-string-perl, libtest-simple-perl, libunicode-map-perl, libunicode-maputf8-perl
+Build-Depends: debhelper (>= 4.1)
+Build-Depends-Indep: perl, libio-string-perl, libtest-simple-perl, libunicode-map-perl, libunicode-maputf8-perl, libio-capture-perl
 
 Package: libi18n-charset-perl
 Section: perl

Modified: packages/libi18n-charset-perl/trunk/debian/rules
===================================================================
--- packages/libi18n-charset-perl/trunk/debian/rules	2006-02-16 12:49:57 UTC (rev 2139)
+++ packages/libi18n-charset-perl/trunk/debian/rules	2006-02-16 12:52:00 UTC (rev 2140)
@@ -43,7 +43,7 @@
 	dh_testroot
 	dh_clean -k
 
-	-$(MAKE) test
+	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	
 	#As this is a architecture independent package, we are not supposed to install




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