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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Nov 26 20:24:52 UTC 2008


Author: gregoa
Date: Wed Nov 26 20:24:49 2008
New Revision: 27316

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27316
Log:
* Remove libpod-parser-perl from Depends, sync Build-Depends-Indep with
  Depends now that tests are run.
* Add libapt-pkg-perl to Depends.

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=27316&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Wed Nov 26 20:24:49 2008
@@ -3,6 +3,8 @@
   [ gregor herrmann ]
   * Handle --desc option before --refresh to avoid uninitialized $desc
     variable.
+  * Remove libpod-parser-perl from Depends, sync Build-Depends-Indep with
+    Depends now that tests are run.
 
   [ Damyan Ivanov ]
   * Apply two patches from Paul Fenwick reformatting the whitespace of
@@ -12,7 +14,8 @@
   * Parse and use build-time dependencies too
     Closes: #501688 -- dh-make-perl ignoring build_requires in Makefile.PL
   * Add dependencies on libwww-mechanize-perl, libclass-accessor-perl,
-    libemail-date-format-perl, libmodule-corelist-perl, libfile-which-perl.
+    libemail-date-format-perl, libmodule-corelist-perl, libfile-which-perl,
+    libapt-pkg-perl.
   * Internal rewrites of dependency checking and apt Contents parsing:
     - encapsulate dependencies into Dep class and rework the code to use 
       Dep objects

Modified: trunk/dh-make-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/control?rev=27316&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/control (original)
+++ trunk/dh-make-perl/debian/control Wed Nov 26 20:24:49 2008
@@ -2,7 +2,14 @@
 Section: devel
 Priority: optional
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl,
+ libapt-pkg-perl,
+ libemail-date-format-perl,
+ libfile-which-perl,
+ libmodule-corelist-perl,
+ libmodule-depends-perl,
+ libwww-mechanize-perl,
+ libyaml-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>, Wolfgang Schemmel <debian at 37.org>,
  Christopher Sacca <csacca at thecsl.org>,
@@ -15,10 +22,16 @@
 
 Package: dh-make-perl
 Architecture: all
-Depends: debhelper (>= 4.0.2), libpod-parser-perl, ${perl:Depends}, make,
- dpkg-dev, fakeroot, ${misc:Depends}, libyaml-perl,  libmodule-depends-perl,
- libwww-mechanize-perl, libemail-date-format-perl, libmodule-corelist-perl,
- libclass-accessor-perl, libfile-which-perl
+Depends: debhelper (>= 4.0.2), ${perl:Depends}, ${misc:Depends},
+ make, dpkg-dev, fakeroot, 
+ libapt-pkg-perl,
+ libclass-accessor-perl,
+ libemail-date-format-perl,
+ libfile-which-perl,
+ libmodule-corelist-perl,
+ libmodule-depends-perl,
+ libwww-mechanize-perl,
+ libyaml-perl
 Recommends: apt-file (>= 2.1.0), libmodule-build-perl
 Description: Create Debian packages from perl modules
  dh-make-perl will create the files required to build a Debian source
@@ -26,4 +39,3 @@
  and is also useful for getting started with packaging perl modules.
  Given a perl package name, it can also automatically download it from
  CPAN.
-




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