r58019 - in /trunk/libppi-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon May 17 22:09:41 UTC 2010


Author: gregoa
Date: Mon May 17 22:07:03 2010
New Revision: 58019

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58019
Log:
Remove an unused environment variable (debian/rules) and obsolete build
dependencies (debian/control).

Modified:
    trunk/libppi-perl/debian/changelog
    trunk/libppi-perl/debian/control
    trunk/libppi-perl/debian/rules

Modified: trunk/libppi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-perl/debian/changelog?rev=58019&op=diff
==============================================================================
--- trunk/libppi-perl/debian/changelog (original)
+++ trunk/libppi-perl/debian/changelog Mon May 17 22:07:03 2010
@@ -1,7 +1,12 @@
 libppi-perl (1.212-1) unstable; urgency=low
 
+  [ Jonathan Yu ]
   * New upstream release
   * Use new 3.0 (quilt) source format
+
+  [ gregor herrmann ]
+  * Remove an unused environment variable (debian/rules) and obsolete build
+    dependencies (debian/control).
 
  -- Jonathan Yu <jawnsy at cpan.org>  Thu, 13 May 2010 22:37:02 -0400
 

Modified: trunk/libppi-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-perl/debian/control?rev=58019&op=diff
==============================================================================
--- trunk/libppi-perl/debian/control (original)
+++ trunk/libppi-perl/debian/control Mon May 17 22:07:03 2010
@@ -4,9 +4,8 @@
 Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl (>= 5.10), liblist-moreutils-perl,
  libparams-util-perl (>= 0.21), libtask-weaken-perl, libclone-perl (>= 0.30),
- libio-string-perl, libtest-pod-perl, libfile-remove-perl (>= 0.39),
+ libio-string-perl, libfile-remove-perl (>= 0.39),
  perl (>= 5.10.1) | libtest-simple-perl (>= 0.86), libtest-subcalls-perl,
- perl (>= 5.10.1) | libpod-simple-perl (>= 3.06), libtest-cpan-meta-perl,
  libtest-nowarnings-perl (>= 0.084), libclass-inspector-perl,
  libtest-object-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Modified: trunk/libppi-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-perl/debian/rules?rev=58019&op=diff
==============================================================================
--- trunk/libppi-perl/debian/rules (original)
+++ trunk/libppi-perl/debian/rules Mon May 17 22:07:03 2010
@@ -6,9 +6,6 @@
 %:
 	dh $@
 
-override_dh_auto_test:
-	AUTOMATED_TESTING=1 dh_auto_test
-
 override_dh_auto_install:
 	dh_auto_install
 	rm $(TMP)/usr/share/man/man3/PPI::Token::_QuoteEngine::Full.3pm




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