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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Feb 8 00:31:36 UTC 2011


Author: gregoa
Date: Tue Feb  8 00:31:28 2011
New Revision: 68143

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68143
Log:
more d/control cleanup

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=68143&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Tue Feb  8 00:31:28 2011
@@ -4,7 +4,7 @@
   * Fix "Tries to mkdir directory in home of building user": set HOME to a
     writable directory in debian/rules (closes: #609469).
   * debian/control: remove version from perl (build) dependency, lenny has
-    already 5.10.
+    already 5.10. Same for apt-file and 2.1.0.
 
   [ Nicholas Bamber ]
   * Added logic to parse special email change directives in the changelog

Modified: trunk/dh-make-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/control?rev=68143&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/control (original)
+++ trunk/dh-make-perl/debian/control Tue Feb  8 00:31:28 2011
@@ -1,19 +1,18 @@
 Source: dh-make-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8),
- perl
+Build-Depends: debhelper (>= 8), perl
 Build-Depends-Indep: 
  libapt-pkg-perl,
  libarray-unique-perl,
  libclass-accessor-perl,
  libdpkg-perl,
+ libemail-address-perl,
  libemail-date-format-perl,
  libfile-dircompare-perl,
  libfile-find-rule-perl,
  libfile-touch-perl,
  liblist-moreutils-perl,
- perl (>= 5.10.1) | libmodule-corelist-perl (>= 2.14),
  libmodule-depends-perl (>= 0.15),
  libparse-debcontrol-perl,
  libparse-debianchangelog-perl,
@@ -25,12 +24,12 @@
  libtest-exception-perl,
  libtest-pod-coverage-perl,
  libtest-pod-perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.82),
  libtext-diff-perl,
  libtie-ixhash-perl,
  libwww-mechanize-perl,
  libyaml-perl,
- libemail-address-perl
+ perl (>= 5.10.1) | libmodule-corelist-perl (>= 2.14),
+ perl (>= 5.10.1) | libtest-simple-perl (>= 0.82)
 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>,
@@ -52,9 +51,9 @@
  libarray-unique-perl,
  libclass-accessor-perl,
  libdpkg-perl,
+ libemail-address-perl,
  libemail-date-format-perl,
  liblist-moreutils-perl,
- perl (>= 5.10.1) | libmodule-corelist-perl (>= 2.14),
  libmodule-depends-perl (>= 0.15),
  libparse-debcontrol-perl,
  libparse-debianchangelog-perl,
@@ -62,8 +61,8 @@
  libtie-ixhash-perl,
  libwww-mechanize-perl,
  libyaml-perl,
- libemail-address-perl
-Recommends: apt-file (>= 2.1.0)
+ perl (>= 5.10.1) | libmodule-corelist-perl (>= 2.14)
+Recommends: apt-file
 Description: helper for creating Debian packages from perl modules
  dh-make-perl will create the files required to build a Debian source
  package out of a perl package.  This works for most simple packages




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