r11437 - in /trunk/libtest-exception-perl/debian: changelog compat control rules

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Thu Dec 20 09:38:06 UTC 2007


Author: hanska-guest
Date: Thu Dec 20 09:38:05 2007
New Revision: 11437

URL: http://svn.debian.org/wsvn/?sc=1&rev=11437
Log:
MISSING DEPENDENCIES - see #457165
NEEDS Test::Builder (>= 0.7)
NEEDS Test::Builder::Tester (>= 1.07)
NEEDS Test::More (>= 0.7)
NEEDS Test::Simple (>= 0.7)

* debian/control:
  - added myself to Uploaders
  - Standards-Version updated to 3.7.3
  - added libtest-harness-perl to Build-Depends
  - fixed versions of Build-Dependencies
* debian/compat: updated to version 5
* debian/rules: minimal changes

Modified:
    trunk/libtest-exception-perl/debian/changelog
    trunk/libtest-exception-perl/debian/compat
    trunk/libtest-exception-perl/debian/control
    trunk/libtest-exception-perl/debian/rules

Modified: trunk/libtest-exception-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtest-exception-perl/debian/changelog?rev=11437&op=diff
==============================================================================
--- trunk/libtest-exception-perl/debian/changelog (original)
+++ trunk/libtest-exception-perl/debian/changelog Thu Dec 20 09:38:05 2007
@@ -1,5 +1,11 @@
 libtest-exception-perl (0.26-1) UNRELEASED; urgency=low
 
+  MISSING DEPENDENCIES - see #457165
+  NEEDS Test::Builder (>= 0.7)
+  NEEDS Test::Builder::Tester (>= 1.07)
+  NEEDS Test::More (>= 0.7)
+  NEEDS Test::Simple (>= 0.7)
+  
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza).
@@ -8,8 +14,15 @@
 
   [ David Paleino ]
   * New upstream release
+  * debian/control:
+    - added myself to Uploaders
+    - Standards-Version updated to 3.7.3
+    - added libtest-harness-perl to Build-Depends
+    - fixed versions of Build-Dependencies
+  * debian/compat: updated to version 5
+  * debian/rules: minimal changes
 
- -- David Paleino <d.paleino at gmail.com>  Thu, 20 Dec 2007 10:08:11 +0100
+ -- David Paleino <d.paleino at gmail.com>  Thu, 20 Dec 2007 10:13:16 +0100
 
 libtest-exception-perl (0.25-1) unstable; urgency=low
 

Modified: trunk/libtest-exception-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libtest-exception-perl/debian/compat?rev=11437&op=diff
==============================================================================
--- trunk/libtest-exception-perl/debian/compat (original)
+++ trunk/libtest-exception-perl/debian/compat Thu Dec 20 09:38:05 2007
@@ -1,1 +1,1 @@
-4
+5

Modified: trunk/libtest-exception-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtest-exception-perl/debian/control?rev=11437&op=diff
==============================================================================
--- trunk/libtest-exception-perl/debian/control (original)
+++ trunk/libtest-exception-perl/debian/control Thu Dec 20 09:38:05 2007
@@ -2,9 +2,11 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jay Bonci <jaybonci at debian.org>
-Build-Depends: debhelper (>> 4.0.0), perl (>= 5.6.0-16), libsub-uplevel-perl, libtest-simple-perl, libpod-coverage-perl
-Standards-Version: 3.7.2.2
+Uploaders: Jay Bonci <jaybonci at debian.org>,
+ David Paleino <d.paleino at gmail.com>
+Build-Depends: debhelper (>> 4.0.0), perl (>= 5.6.1), libsub-uplevel-perl (>= 0.18),
+ libtest-simple-perl (>= 0.7), libpod-coverage-perl, libtest-harness-perl (>= 2.03)
+Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Test-Exception/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-exception-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exception-perl/

Modified: trunk/libtest-exception-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtest-exception-perl/debian/rules?rev=11437&op=diff
==============================================================================
--- trunk/libtest-exception-perl/debian/rules (original)
+++ trunk/libtest-exception-perl/debian/rules Thu Dec 20 09:38:05 2007
@@ -20,8 +20,7 @@
 	dh_testroot
 
 	[ ! -f Makefile ] || $(MAKE) clean
-	rm -f Makefile.old
-	dh_clean
+	dh_clean Makefile.old
 
 install:
 	dh_testdir




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