r45262 - in /trunk/libdbix-class-perl/debian: changelog rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Oct 3 15:16:48 UTC 2009


Author: jawnsy-guest
Date: Sat Oct  3 15:16:38 2009
New Revision: 45262

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45262
Log:
Run tests with RELEASE_TESTING

Modified:
    trunk/libdbix-class-perl/debian/changelog
    trunk/libdbix-class-perl/debian/rules

Modified: trunk/libdbix-class-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-perl/debian/changelog?rev=45262&op=diff
==============================================================================
--- trunk/libdbix-class-perl/debian/changelog (original)
+++ trunk/libdbix-class-perl/debian/changelog Sat Oct  3 15:16:38 2009
@@ -6,12 +6,15 @@
   * New upstream release 0.08109
     + Improvements to database replication
     + Add supports for many special database types
-    + Massive optimization of the DBI storage layer (reduces amount of calls
-      to ping)
+    + Massive optimization of the DBI storage layer (reduces amount
+      of calls to ping)
   * Updated dependencies
   * Standards-Version 3.8.3 (no changes)
   * Now run storage stress tests during build, too
   * Add a whatis patch and README.source
+  * Use RELEASE_TESTING instead of AUTOMATED_TESTING (only in
+    the case of this package). Some tests cannot run under CPANTS,
+    which has AUTOMATED_TESTING set, but should be run in Debian.
  
   [ Ryan Niebur ]
   * Update jawnsy's email address

Modified: trunk/libdbix-class-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-perl/debian/rules?rev=45262&op=diff
==============================================================================
--- trunk/libdbix-class-perl/debian/rules (original)
+++ trunk/libdbix-class-perl/debian/rules Sat Oct  3 15:16:38 2009
@@ -4,7 +4,7 @@
 	dh --with quilt $@
 
 override_dh_auto_test:
-	AUTOMATED_TESTING=1       \
+	RELEASE_TESTING=1         \
 	DBICTEST_FORK_STRESS=1    \
 	DBICTEST_THREAD_STRESS=1  \
 	DBICTEST_STORAGE_STRESS=1 \




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