r53230 - in /trunk/libtemplate-tiny-perl/debian: changelog control rules

franck at users.alioth.debian.org franck at users.alioth.debian.org
Tue Feb 23 01:24:26 UTC 2010


Author: franck
Date: Tue Feb 23 01:23:28 2010
New Revision: 53230

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53230
Log:
* Do not set AUTOMATED_TESTING variable for the test suite.
  This is only needed when running the test suite from the xt directory.
  Lower versionned dependency on debhelper to 7 since we do not use override
  target in d.rules anymore.

Modified:
    trunk/libtemplate-tiny-perl/debian/changelog
    trunk/libtemplate-tiny-perl/debian/control
    trunk/libtemplate-tiny-perl/debian/rules

Modified: trunk/libtemplate-tiny-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-tiny-perl/debian/changelog?rev=53230&op=diff
==============================================================================
--- trunk/libtemplate-tiny-perl/debian/changelog (original)
+++ trunk/libtemplate-tiny-perl/debian/changelog Tue Feb 23 01:23:28 2010
@@ -1,8 +1,15 @@
 libtemplate-tiny-perl (0.11-1) unstable; urgency=low
 
+  [ Angel Abad ]
   * New upstream release
   * Add myself to uploaders
   * Standards-Version: 3.8.4 (no changes needed)
+
+  [ Franck Joncourt ]
+  * Do not set AUTOMATED_TESTING variable for the test suite.
+    This is only needed when running the test suite from the xt directory.
+    Lower versionned dependency on debhelper to 7 since we do not use override
+    target in d.rules anymore.
 
  -- Angel Abad <angelabad at gmail.com>  Mon, 22 Feb 2010 22:10:19 +0100
 

Modified: trunk/libtemplate-tiny-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-tiny-perl/debian/control?rev=53230&op=diff
==============================================================================
--- trunk/libtemplate-tiny-perl/debian/control (original)
+++ trunk/libtemplate-tiny-perl/debian/control Tue Feb 23 01:23:28 2010
@@ -1,7 +1,7 @@
 Source: libtemplate-tiny-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: libcapture-tiny-perl, libperl-minimumversion-perl,
  libtemplate-perl, libtest-cpan-meta-perl, libtest-minimumversion-perl,
  libtest-pod-perl (>= 1.26), perl,

Modified: trunk/libtemplate-tiny-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-tiny-perl/debian/rules?rev=53230&op=diff
==============================================================================
--- trunk/libtemplate-tiny-perl/debian/rules (original)
+++ trunk/libtemplate-tiny-perl/debian/rules Tue Feb 23 01:23: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