r34469 - in /trunk/libdbix-class-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Apr 30 18:34:41 UTC 2009


Author: gregoa
Date: Thu Apr 30 18:34:36 2009
New Revision: 34469

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34469
Log:
* debian/control:
  - add build dependency on libtest-warn-perl (needed for tests)
  - bump debhelper dependency tp >= 7.0.50
* Activate some additional tests by adding build dependencies in
  debian/control and setting variable in debian/rules.

Modified:
    trunk/libdbix-class-perl/debian/changelog
    trunk/libdbix-class-perl/debian/control
    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=34469&op=diff
==============================================================================
--- trunk/libdbix-class-perl/debian/changelog (original)
+++ trunk/libdbix-class-perl/debian/changelog Thu Apr 30 18:34:36 2009
@@ -1,5 +1,6 @@
 libdbix-class-perl (0.08102-1) unstable; urgency=low
 
+  [ Brian Cassidy ]
   * New upstream release
   * debian/control:
     + added myself to Uploaders
@@ -8,6 +9,13 @@
     + add libpath-class-perl to deps
     + bump libdbd-sqlite3-perl dep to 1.23
   * debian/patches: removed, patch integrated upstream
+
+  [ gregor herrmann ]
+  * debian/control:
+    - add build dependency on libtest-warn-perl (needed for tests)
+    - bump debhelper dependency tp >= 7.0.50
+  * Activate some additional tests by adding build dependencies in
+    debian/control and setting variable in debian/rules.
 
  -- Brian Cassidy <brian.cassidy at gmail.com>  Thu, 30 Apr 2009 15:31:26 -0300
 

Modified: trunk/libdbix-class-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-perl/debian/control?rev=34469&op=diff
==============================================================================
--- trunk/libdbix-class-perl/debian/control (original)
+++ trunk/libdbix-class-perl/debian/control Thu Apr 30 18:34:36 2009
@@ -1,7 +1,7 @@
 Source: libdbix-class-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl (>= 5.8.0-7), libdbi-perl, libdbd-sqlite3-perl (>= 1.23),
  libclass-c3-perl (>= 0.11), libdbix-contextualfetch-perl, libdata-page-perl,
  libclass-trigger-perl, libmodule-build-perl, libsql-abstract-perl (>= 1.51),
@@ -13,7 +13,8 @@
  libclass-c3-componentised-perl (>= 1.0005),
  libdatetime-format-mysql-perl, libjson-any-perl, libtext-csv-xs-perl,
  libtest-deep-perl, libtest-memory-cycle-perl, libmoosex-attributehelpers-perl,
- libpath-class-perl
+ libpath-class-perl, libtest-warn-perl, libclass-trigger-perl,
+ libdbix-contextualfetch-perl, libclone-perl, libtime-piece-mysql-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
  gregor herrmann <gregoa at debian.org>,

Modified: trunk/libdbix-class-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-perl/debian/rules?rev=34469&op=diff
==============================================================================
--- trunk/libdbix-class-perl/debian/rules (original)
+++ trunk/libdbix-class-perl/debian/rules Thu Apr 30 18:34:36 2009
@@ -2,7 +2,7 @@
 
 build: build-stamp
 build-stamp:
-	dh build
+	TEST_POD=1 DATA_DUMPER_TEST=1 DBICTEST_FORK_STRESS=1 DBICTEST_THREAD_STRESS=1 dh build
 	touch $@
 
 override_dh_auto_configure:




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