[SCM] Debian packaging of libfile-fu-perl branch, master, updated. 25df58c073799f711bfcbf26036295e5648b39ac

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


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

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

diff --git a/debian/control b/debian/control
index ba5f2a3..3d705f6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,25 @@
 Source: libfile-fu-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Damyan Ivanov <dmn at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libfile-which-perl (>= 0.05),
- libclass-accessor-classy-perl (>= 0.9)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>,
- gregor herrmann <gregoa at debian.org>,
- Damyan Ivanov <dmn at debian.org>
+Build-Depends-Indep: perl,
+                     libfile-which-perl,
+                     libclass-accessor-classy-perl
 Standards-Version: 3.8.4
-Homepage: http://search.cpan.org/dist/File-Fu/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libfile-fu-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-fu-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libfile-fu-perl.git
+Homepage: http://search.cpan.org/dist/File-Fu/
 
 Package: libfile-fu-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libfile-which-perl (>= 0.05),
- libclass-accessor-classy-perl (>= 0.9)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libfile-which-perl,
+         libclass-accessor-classy-perl
 Description: module for manipulating files and directories as objects
  File::Fu is a Perl module that provides an method of manipulating directories
  and files as objects, making use of operator overloading to allow for precise
@@ -26,3 +29,4 @@ Description: module for manipulating files and directories as objects
  The interface and style provided by this module are quite different than Perl
  built-in functions or File::Spec. The syntax is concise and errors are checked
  using exceptions, so you never need to check a return code.
+

-- 
Debian packaging of libfile-fu-perl



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