r45863 - in /trunk/libtest-compile-perl/debian: changelog control copyright rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Oct 16 02:02:21 UTC 2009


Author: jawnsy-guest
Date: Fri Oct 16 02:02:11 2009
New Revision: 45863

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45863
Log:
* Implement suggestions from gregoa:
  + Module::Auto::Install requires debhelper >= 7.1.23
  + Remove unneeded build-deps (they are now in xt/)
  + Keep inc/Test/More.pm instead of removing it; thus we also
    need to make a note of it in copyright
  + Author tests are in xt/, so AUTOMATED_TESTING does us no good

Modified:
    trunk/libtest-compile-perl/debian/changelog
    trunk/libtest-compile-perl/debian/control
    trunk/libtest-compile-perl/debian/copyright
    trunk/libtest-compile-perl/debian/rules

Modified: trunk/libtest-compile-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-compile-perl/debian/changelog?rev=45863&op=diff
==============================================================================
--- trunk/libtest-compile-perl/debian/changelog (original)
+++ trunk/libtest-compile-perl/debian/changelog Fri Oct 16 02:02:11 2009
@@ -1,12 +1,4 @@
 libtest-compile-perl (0.10-1) UNRELEASED; urgency=low
-
-  TODO:
-  - debian/control:
-    + Module::Auto::Install --> debhelper >= 7.1.23
-    + remove unneeded build-deps (or enable the xt/* tests with
-      AUTHOR_TESTING -- probably no good idea - Perl::Critic)
-  - remove inc/Test from svn (or don't rm in d/rules, I'm not sure why this is
-    necessary))
 
   [ Jonathan Yu ]
   * New upstream release
@@ -16,6 +8,12 @@
     + Use overrides to remove the inc/Test/* stuff
   * Update debhelper dependencies
   * Standards-Version 3.8.3 (no changes)
+  * Implement suggestions from gregoa:
+    + Module::Auto::Install requires debhelper >= 7.1.23
+    + Remove unneeded build-deps (they are now in xt/)
+    + Keep inc/Test/More.pm instead of removing it; thus we also
+      need to make a note of it in copyright
+    + Author tests are in xt/, so AUTOMATED_TESTING does us no good
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.

Modified: trunk/libtest-compile-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-compile-perl/debian/control?rev=45863&op=diff
==============================================================================
--- trunk/libtest-compile-perl/debian/control (original)
+++ trunk/libtest-compile-perl/debian/control Fri Oct 16 02:02:11 2009
@@ -1,9 +1,8 @@
 Source: libtest-compile-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50)
-Build-Depends-Indep: perl, libtest-pod-coverage-perl, libtest-pod-perl,
- libuniversal-require-perl, liburi-perl
+Build-Depends: debhelper (>= 7.1.23)
+Build-Depends-Indep: perl, libuniversal-require-perl, liburi-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>, Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.3

Modified: trunk/libtest-compile-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-compile-perl/debian/copyright?rev=45863&op=diff
==============================================================================
--- trunk/libtest-compile-perl/debian/copyright (original)
+++ trunk/libtest-compile-perl/debian/copyright Fri Oct 16 02:02:11 2009
@@ -11,10 +11,8 @@
 License: Artistic | GPL-1+
 
 Files: inc/Test/More.pm
-Copyright: Copyright 2001-2008 by Michael G Schwern <schwern at pobox.com>
+Copyright: 2001-2008, Michael G Schwern <schwern at pobox.com>
 License: Artistic | GPL-1+
-X-Comment: this is a copy of Test::More (from Test-Simple, in perl-modules),
- with POD removed. It's not used during build, and removed during clean
 
 Files: inc/Module/*
 Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>

Modified: trunk/libtest-compile-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-compile-perl/debian/rules?rev=45863&op=diff
==============================================================================
--- trunk/libtest-compile-perl/debian/rules (original)
+++ trunk/libtest-compile-perl/debian/rules Fri Oct 16 02:02:11 2009
@@ -2,11 +2,3 @@
 
 %:
 	dh $@
-
-override_dh_auto_test:
-	AUTOMATED_TESTING=1 dh_auto_test
-
-override_dh_clean:
-	dh_clean
-	rm -vrf inc/Test
-




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