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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Feb 8 00:21:40 UTC 2011


Author: gregoa
Date: Tue Feb  8 00:21:12 2011
New Revision: 68141

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68141
Log:
debian/control: remove version from perl (build) dependency, lenny has
already 5.10.

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=68141&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Tue Feb  8 00:21:12 2011
@@ -3,6 +3,8 @@
   [ gregor herrmann ]
   * 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.
 
   [ 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=68141&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/control (original)
+++ trunk/dh-make-perl/debian/control Tue Feb  8 00:21:12 2011
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
- perl (>= 5.10)
+ perl
 Build-Depends-Indep: 
  libapt-pkg-perl,
  libarray-unique-perl,
@@ -47,7 +47,7 @@
 Package: dh-make-perl
 Architecture: all
 Depends: debhelper (>= 7), ${perl:Depends}, ${misc:Depends},
- make, dpkg-dev, fakeroot, perl (>= 5.10),
+ make, dpkg-dev, fakeroot,
  libapt-pkg-perl,
  libarray-unique-perl,
  libclass-accessor-perl,




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