r70666 - in /trunk/libfile-remove-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Mar 6 14:42:09 UTC 2011


Author: gregoa
Date: Sun Mar  6 14:42:01 2011
New Revision: 70666

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70666
Log:
debian/control: (build) depend on the now required File::Spec 3.2701.

Modified:
    trunk/libfile-remove-perl/debian/changelog
    trunk/libfile-remove-perl/debian/control

Modified: trunk/libfile-remove-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-remove-perl/debian/changelog?rev=70666&op=diff
==============================================================================
--- trunk/libfile-remove-perl/debian/changelog (original)
+++ trunk/libfile-remove-perl/debian/changelog Sun Mar  6 14:42:01 2011
@@ -21,6 +21,9 @@
   * Replace 'Debian GNU/Linux' with just 'Debian' in debian/copyright
   * Fix copyright-refers-to-symlink-license lintian
   * Add myself to Uploaders
+
+  [ gregor herrmann ]
+  * debian/control: (build) depend on the now required File::Spec 3.2701.
 
  -- Alessandro Ghedini <al3xbio at gmail.com>  Sun, 06 Mar 2011 14:27:26 +0100
 

Modified: trunk/libfile-remove-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-remove-perl/debian/control?rev=70666&op=diff
==============================================================================
--- trunk/libfile-remove-perl/debian/control (original)
+++ trunk/libfile-remove-perl/debian/control Sun Mar  6 14:42:01 2011
@@ -2,7 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl,
+ perl (>= 5.10.1) | libfile-spec-perl (>= 3.2701)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gustavo Franco <stratus at debian.org>,
  Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, Damyan Ivanov <dmn at debian.org>,
@@ -17,7 +18,8 @@
 
 Package: libfile-remove-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends},
+ perl (>= 5.10.1) | libfile-spec-perl (>= 3.2701)
 Description: Perl module to remove files or directories
  File::Remove::remove removes files and directories.  It acts like
  /bin/rm, for the most part.  Although unlink can be given a list




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