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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed May 11 16:36:39 UTC 2011


Author: gregoa
Date: Wed May 11 16:35:31 2011
New Revision: 74197

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=74197
Log:
Don't run release tests anymore.

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=74197&op=diff
==============================================================================
--- trunk/libdata-section-perl/debian/changelog (original)
+++ trunk/libdata-section-perl/debian/changelog Wed May 11 16:35:31 2011
@@ -1,5 +1,6 @@
 libdata-section-perl (0.101621-1) unstable; urgency=low
 
+  [ Jotam Jr. Trejo ]
   * New upstream release
   * debian/copyright: refresh according to DEP 5 revision 135
   * debian/control: update version dependencys for perl and
@@ -7,6 +8,9 @@
   * debian/control: bump Standards Version to 3.9.2 (no changes)
   * Bump DH compat level to 8
   * Add myself to Uploaders and Copyright
+
+  [ gregor herrmann ]
+  * Don't run release tests anymore.
 
  -- Jotam Jr. Trejo <jotamjr at debian.org.sv>  Tue, 10 May 2011 23:40:47 -0600
 

Modified: trunk/libdata-section-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-section-perl/debian/control?rev=74197&op=diff
==============================================================================
--- trunk/libdata-section-perl/debian/control (original)
+++ trunk/libdata-section-perl/debian/control Wed May 11 16:35:31 2011
@@ -2,9 +2,10 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libsub-exporter-perl,
- libtest-pod-perl,
- libmro-compat-perl, libtest-simple-perl (>= 0.96) | perl (>= 5.13.4)
+Build-Depends-Indep: perl,
+ libmro-compat-perl,
+ libsub-exporter-perl,
+ libtest-simple-perl (>= 0.96) | perl (>= 5.13.4)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Peter Pentchev <roam at ringlet.net>, Jonathan Yu <jawnsy at cpan.org>,
  Nathan Handler <nhandler at ubuntu.com>, gregor herrmann <gregoa at debian.org>,
@@ -16,8 +17,9 @@
 
 Package: libdata-section-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libsub-exporter-perl,
- libmro-compat-perl
+Depends: ${misc:Depends}, ${perl:Depends},
+ libmro-compat-perl,
+ libsub-exporter-perl
 Description: module to read chunks of data from a module's DATA section
  Data::Section is a Perl module that provides an easy way to access multiple
  named chunks of line-oriented data in your module's DATA section. It was

Modified: trunk/libdata-section-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-section-perl/debian/rules?rev=74197&op=diff
==============================================================================
--- trunk/libdata-section-perl/debian/rules (original)
+++ trunk/libdata-section-perl/debian/rules Wed May 11 16:35:31 2011
@@ -2,6 +2,3 @@
 
 %:
 	dh $@
-
-override_dh_auto_test:
-	RELEASE_TESTING=1 dh_auto_test




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