r62957 - in /trunk/libdevel-stacktrace-perl/debian: changelog control rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Sep 25 21:34:51 UTC 2010


Author: periapt-guest
Date: Sat Sep 25 21:34:28 2010
New Revision: 62957

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62957
Log:
* Updated Build-Indep dependencies
* Removed AUTOMATED_TESTING from debian/rules

Modified:
    trunk/libdevel-stacktrace-perl/debian/changelog
    trunk/libdevel-stacktrace-perl/debian/control
    trunk/libdevel-stacktrace-perl/debian/rules

Modified: trunk/libdevel-stacktrace-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-stacktrace-perl/debian/changelog?rev=62957&op=diff
==============================================================================
--- trunk/libdevel-stacktrace-perl/debian/changelog (original)
+++ trunk/libdevel-stacktrace-perl/debian/changelog Sat Sep 25 21:34:28 2010
@@ -1,18 +1,10 @@
 libdevel-stacktrace-perl (1.2500-1) UNRELEASED; urgency=low
 
   TODO:
-  - debian/control:
-    + remove "perl" from "perl (>= 5.8.0)"
-    + we need Test::More 0.88 --> "perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)"
   - debian/copyright:
     + "License: Artistic" is not correct, it's "Artistic-2.0", and we need to
       copy the whole license (the pointer to /u/s/c/Artistic goes to Artistic 1)
       cf. http://pkg-perl.alioth.debian.org/copyright.html#artistic_license_2_0
-  - tests:
-    + debian/rules: AUTOMATED_TESTING is not used anymore in the tests ->
-      remove
-    + debian/control: libtest-pod* can be removed (release candidate tests
-      which are not run)
 
   [ Jonathan Yu ]
   * New upstream release
@@ -36,6 +28,8 @@
   * Added myself to Uploaders and upped standards version
   * Refreshed copyright
   * Added debian/source/format
+  * Updated Build-Indep dependencies
+  * Removed AUTOMATED_TESTING from debian/rules
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Sat, 25 Sep 2010 11:35:14 +0100
 

Modified: trunk/libdevel-stacktrace-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-stacktrace-perl/debian/control?rev=62957&op=diff
==============================================================================
--- trunk/libdevel-stacktrace-perl/debian/control (original)
+++ trunk/libdevel-stacktrace-perl/debian/control Sat Sep 25 21:34:28 2010
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl, perl (>= 5.8.0)
+Build-Depends-Indep: perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ivan Kohler <ivan-debian at 420.am>,
  gregor herrmann <gregoa at debian.org>, Rene Mayorga <rmayorga at debian.org>,

Modified: trunk/libdevel-stacktrace-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-stacktrace-perl/debian/rules?rev=62957&op=diff
==============================================================================
--- trunk/libdevel-stacktrace-perl/debian/rules (original)
+++ trunk/libdevel-stacktrace-perl/debian/rules Sat Sep 25 21:34:28 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	AUTOMATED_TESTING=1 dh $@
+	dh $@




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