r39243 - in /trunk/libdata-section-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Jul 3 14:34:05 UTC 2009


Author: gregoa
Date: Fri Jul  3 14:33:57 2009
New Revision: 39243

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39243
Log:
Activate an additional test (debian/{rules,control}).

Modified:
    trunk/libdata-section-perl/debian/changelog
    trunk/libdata-section-perl/debian/control
    trunk/libdata-section-perl/debian/rules

Modified: trunk/libdata-section-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-section-perl/debian/changelog?rev=39243&op=diff
==============================================================================
--- trunk/libdata-section-perl/debian/changelog (original)
+++ trunk/libdata-section-perl/debian/changelog Fri Jul  3 14:33:57 2009
@@ -1,5 +1,6 @@
 libdata-section-perl (0.091820-1) unstable; urgency=low
 
+  [ Nathan Handler ]
   * New upstream release
   * debian/watch:
     - Update to ignore development releases.
@@ -9,6 +10,9 @@
     - Add myself to list of Uploaders
     - Bump Standards-Version to 3.8.2 (No changes)
 
+  [ gregor herrmann ]
+  * Activate an additional test (debian/{rules,control}).
+
  -- Nathan Handler <nhandler at ubuntu.com>  Thu, 02 Jul 2009 19:36:53 +0000
 
 libdata-section-perl (0.005-1) unstable; urgency=low

Modified: trunk/libdata-section-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-section-perl/debian/control?rev=39243&op=diff
==============================================================================
--- trunk/libdata-section-perl/debian/control (original)
+++ trunk/libdata-section-perl/debian/control Fri Jul  3 14:33:57 2009
@@ -2,7 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.6.0-12), libsub-exporter-perl
+Build-Depends-Indep: perl (>= 5.6.0-12), libsub-exporter-perl,
+ libtest-perl-critic-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Peter Pentchev <roam at ringlet.net>,
  Nathan Handler <nhandler at ubuntu.com>

Modified: trunk/libdata-section-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-section-perl/debian/rules?rev=39243&op=diff
==============================================================================
--- trunk/libdata-section-perl/debian/rules (original)
+++ trunk/libdata-section-perl/debian/rules Fri Jul  3 14:33:57 2009
@@ -2,7 +2,7 @@
 
 build: build-stamp
 build-stamp:
-	dh build
+	RELEASE_TESTING=1 dh build
 	touch $@
 
 clean:




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