r54053 - in /trunk/liborlite-perl/debian: changelog control rules

franck at users.alioth.debian.org franck at users.alioth.debian.org
Wed Mar 10 22:56:04 UTC 2010


Author: franck
Date: Wed Mar 10 22:55:51 2010
New Revision: 54053

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54053
Log:
* Authors tests are now run from the xt directory. We do not need an
  override target to run test with AUTOMATED_TESTING set to 1:
  + Lower versionned dependency on debhelper from 7.0.50 to 7.
  + Refreshed d.rules accordingly

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

Modified: trunk/liborlite-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liborlite-perl/debian/changelog?rev=54053&op=diff
==============================================================================
--- trunk/liborlite-perl/debian/changelog (original)
+++ trunk/liborlite-perl/debian/changelog Wed Mar 10 22:55:51 2010
@@ -7,6 +7,10 @@
 
   [ Franck Joncourt ]
   * Use of the latest dep5 revision (rev135).
+  * Authors tests are now run from the xt directory. We do not need an
+    override target to run test with AUTOMATED_TESTING set to 1:
+    + Lower versionned dependency on debhelper from 7.0.50 to 7.
+    + Refreshed d.rules accordingly
 
  -- Jonathan Yu <jawnsy at cpan.org>  Tue, 09 Mar 2010 21:07:16 -0500
 

Modified: trunk/liborlite-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liborlite-perl/debian/control?rev=54053&op=diff
==============================================================================
--- trunk/liborlite-perl/debian/control (original)
+++ trunk/liborlite-perl/debian/control Wed Mar 10 22:55:51 2010
@@ -1,7 +1,7 @@
 Source: liborlite-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl, libdbd-sqlite3-perl (>= 1.27), libdbi-perl (>= 1.607),
  perl (>= 5.10.1) | libfile-temp-perl (>= 0.20), libparams-util-perl (>= 0.33),
  libfile-remove-perl (>= 1.40), libtest-script-perl, libclass-xsaccessor-perl

Modified: trunk/liborlite-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liborlite-perl/debian/rules?rev=54053&op=diff
==============================================================================
--- trunk/liborlite-perl/debian/rules (original)
+++ trunk/liborlite-perl/debian/rules Wed Mar 10 22:55:51 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