[SCM] Debian packaging of libfile-modified-perl branch, master, updated. fe05187df704886320a7f243dcca9e0eed7925dd

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


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

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

diff --git a/debian/control b/debian/control
index d1ee493..0930705 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,20 @@
 Source: libfile-modified-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.8.0-7)
-Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
+Build-Depends-Indep: perl
 Standards-Version: 3.7.3
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Homepage: http://search.cpan.org/dist/File-Modified/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libfile-modified-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-modified-perl.git
-
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libfile-modified-perl.git
+Homepage: http://search.cpan.org/dist/File-Modified/
 
 Package: libfile-modified-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends} 
-Description:  checks intelligently if files have changed
+Depends: ${misc:Depends},
+         ${perl:Depends} 
+Description: checks intelligently if files have changed
  File::Modified module is intended as a simple method for programs to detect
  whether configuration files (or modules they rely on) have changed. There are
  currently two methods of change detection implemented, mtime and MD5.
@@ -24,3 +24,4 @@ Description:  checks intelligently if files have changed
  There is another module, File::Signature, which has many similar features,
  so if this module doesn't do what you need, maybe File::Signature does. There
  also is quite some overlap between the two modules, code wise.
+

-- 
Debian packaging of libfile-modified-perl



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