r37466 - in /trunk/dh-make-perl/debian: changelog control

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Jun 5 12:48:59 UTC 2009


Author: dmn
Date: Fri Jun  5 12:48:54 2009
New Revision: 37466

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37466
Log:
add explicit build-dependency on libtest-simple-perl (>= 0.82) as we use
new_ok(), which is not available before that (and in current perl-modules)

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/debian/control

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=37466&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Fri Jun  5 12:48:54 2009
@@ -51,6 +51,8 @@
     to object methods
   * Config: fix config file parsing when same options are given on the
     command line
+  * add explicit build-dependency on libtest-simple-perl (>= 0.82) as we use
+    new_ok(), which is not available before that (and in current perl-modules)
 
   [ gregor herrmann ]
   * Create backup of debian/control in --refresh mode.

Modified: trunk/dh-make-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/control?rev=37466&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/control (original)
+++ trunk/dh-make-perl/debian/control Fri Jun  5 12:48:54 2009
@@ -19,6 +19,7 @@
  libtest-exception-perl,
  libtest-pod-coverage-perl,
  libtest-pod-perl,
+ libtest-simple-perl (>= 0.82),
  libtext-diff-perl,
  libtie-ixhash-perl,
  libwww-mechanize-perl,




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