r41958 - in /trunk/libyaml-perl/debian: changelog control rules

iulian-guest at users.alioth.debian.org iulian-guest at users.alioth.debian.org
Sun Aug 16 14:10:28 UTC 2009


Author: iulian-guest
Date: Sun Aug 16 14:10:22 2009
New Revision: 41958

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41958
Log:
  - Add libtest-cpan-meta-perl (>= 0.12), libpod-simple-perl (>= 3.07),
    libtest-pod-perl (>= 1.26), libperl-minimumversion-perl (>= 1.20),
    libtest-minimumversion-perl (>= 0.008) to B-D-I.
* debian/rules:
  - Add AUTOMATED_TESTING=1 to enable more tests at build time.

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

Modified: trunk/libyaml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libyaml-perl/debian/changelog?rev=41958&op=diff
==============================================================================
--- trunk/libyaml-perl/debian/changelog (original)
+++ trunk/libyaml-perl/debian/changelog Sun Aug 16 14:10:22 2009
@@ -6,8 +6,13 @@
     - Bump Standards-Version to 3.8.3.
       + The requirement for Perl modules to have a versioned Depend and
         Build-Depend on perl >= 5.6.0-16 has been removed.
+    - Add libtest-cpan-meta-perl (>= 0.12), libpod-simple-perl (>= 3.07),
+      libtest-pod-perl (>= 1.26), libperl-minimumversion-perl (>= 1.20),
+      libtest-minimumversion-perl (>= 0.008) to B-D-I.
     - Add myself to Uploaders.
   * debian/copyright: Update debian/*.
+  * debian/rules:
+    - Add AUTOMATED_TESTING=1 to enable more tests at build time.
 
   [ Rene Mayorga ]
   * Update my email address

Modified: trunk/libyaml-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libyaml-perl/debian/control?rev=41958&op=diff
==============================================================================
--- trunk/libyaml-perl/debian/control (original)
+++ trunk/libyaml-perl/debian/control Sun Aug 16 14:10:22 2009
@@ -2,7 +2,9 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl, libtest-cpan-meta-perl (>= 0.12), libpod-simple-perl (>= 3.07), 
+ libtest-pod-perl (>= 1.26), libperl-minimumversion-perl (>= 1.20),
+ libtest-minimumversion-perl (>= 0.008)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,
  Rene Mayorga <rmayorga at debian.org>, Jonathan Yu <frequency at cpan.org>,

Modified: trunk/libyaml-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libyaml-perl/debian/rules?rev=41958&op=diff
==============================================================================
--- trunk/libyaml-perl/debian/rules (original)
+++ trunk/libyaml-perl/debian/rules Sun Aug 16 14:10:22 2009
@@ -2,7 +2,7 @@
 
 TMP = $(CURDIR)/debian/$(shell dh_list_packages)
 %:
-	dh --with quilt $@
+	AUTOMATED_TESTING=1 dh --with quilt $@
 
 override_dh_auto_install:
 	dh_auto_install




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