[SCM] Debian packaging of libfile-util-perl branch, master, updated. b3eb852dd5b15544c8ace3c05e5f145384163183

gregor herrmann gregoa at debian.org
Thu Jul 5 20:28:03 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 0258476..71bcada 100644
--- a/debian/control
+++ b/debian/control
@@ -1,25 +1,27 @@
 Source: libfile-util-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libclass-ooorno-perl (>= 0.01),
- libexception-handler-perl (>= 1),
- perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Build-Depends-Indep: libclass-ooorno-perl,
+                     libexception-handler-perl,
+                     perl
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/File-Util/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libfile-util-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-util-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libfile-util-perl.git
+Homepage: http://search.cpan.org/dist/File-Util/
 
 Package: libfile-util-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libclass-ooorno-perl (>= 0.01),
- libexception-handler-perl (>= 1)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libclass-ooorno-perl,
+         libexception-handler-perl
 Description: File::Util - Easy, versatile, portable file handling
  File::Util provides a comprehensive toolbox of utilities to automate all
  kinds of common tasks on file / directories.  Its purpose is to do so
  in the most portable manner possible so that users of this module won't
  have to worry about whether their programs will work on other OSes
  and machines.
+

-- 
Debian packaging of libfile-util-perl



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