[SCM] Debian packaging of libfile-remove-perl branch, master, updated. debian/1.52-1-3-g5e980bc

gregor herrmann gregoa at debian.org
Thu Jul 5 20:27:48 UTC 2012


The following commit has been merged in the master branch:
commit 011647e3ef275a7f46c3d7c31694c765f0069eb8
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:30:11 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index 8bc26c7..eceadc5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,27 +1,31 @@
 Source: libfile-remove-perl
+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>,
+           Rene Mayorga <rmayorga at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Iulian Udrea <iulian at ubuntu.com>,
+           Salvatore Bonaccorso <carnil at debian.org>,
+           Alessandro Ghedini <ghedo at debian.org>,
+           Fabrizio Regalli <fabreg at fabreg.it>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl (>= 5.10.1)
-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>,
- Rene Mayorga <rmayorga at debian.org>, gregor herrmann <gregoa at debian.org>,
- Iulian Udrea <iulian at ubuntu.com>,
- Salvatore Bonaccorso <carnil at debian.org>,
- Alessandro Ghedini <ghedo at debian.org>,
- Fabrizio Regalli <fabreg at fabreg.it>
+Build-Depends-Indep: perl
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/File-Remove/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libfile-remove-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-remove-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libfile-remove-perl.git
+Homepage: http://search.cpan.org/dist/File-Remove/
 
 Package: libfile-remove-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- perl (>= 5.10.1)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         perl
 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
  of files, it will not remove directories; this module remedies that.
  It also accepts wildcards, * and ?, as arguments for filenames.
+

-- 
Debian packaging of libfile-remove-perl



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