r56981 - in /trunk/libcpandb-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Apr 26 15:57:40 UTC 2010


Author: gregoa
Date: Mon Apr 26 15:57:28 2010
New Revision: 56981

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56981
Log:
Remove AUTOMATED_TESTING override in debian/rules (moved tests); lower
debhelper build dependency.

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

Modified: trunk/libcpandb-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpandb-perl/debian/changelog?rev=56981&op=diff
==============================================================================
--- trunk/libcpandb-perl/debian/changelog (original)
+++ trunk/libcpandb-perl/debian/changelog Mon Apr 26 15:57:28 2010
@@ -1,5 +1,6 @@
 libcpandb-perl (0.13-1) unstable; urgency=low
 
+  [ Ansgar Burchardt ]
   * New upstream release.
   * debian/control: Remove build-deps for tests that moved to xt/.
   * Use source format 3.0 (quilt).
@@ -8,6 +9,10 @@
   * Bump Standards-Version to 3.8.4.
   * Add myself to Uploaders.
 
+  [ gregor herrmann ]
+  * Remove AUTOMATED_TESTING override in debian/rules (moved tests); lower
+    debhelper build dependency.
+
  -- Ansgar Burchardt <ansgar at 43-1.org>  Mon, 26 Apr 2010 21:41:17 +0900
 
 libcpandb-perl (0.12-1) unstable; urgency=low

Modified: trunk/libcpandb-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpandb-perl/debian/control?rev=56981&op=diff
==============================================================================
--- trunk/libcpandb-perl/debian/control (original)
+++ trunk/libcpandb-perl/debian/control Mon Apr 26 15:57:28 2010
@@ -1,7 +1,7 @@
 Source: libcpandb-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl, liblwp-online-perl, libparams-util-perl (>= 1.00),
  libdatetime-perl (>= 2:0.4900), liborlite-statistics-perl,
  liborlite-mirror-perl

Modified: trunk/libcpandb-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpandb-perl/debian/rules?rev=56981&op=diff
==============================================================================
--- trunk/libcpandb-perl/debian/rules (original)
+++ trunk/libcpandb-perl/debian/rules Mon Apr 26 15:57:28 2010
@@ -2,6 +2,3 @@
 
 %:
 	dh $@
-
-override_dh_auto_test:
-	AUTOMATED_TESTING=1 dh_auto_test




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