[SCM] Debian packaging of libfile-counterfile-perl branch, master, updated. 30fb1dccbf630a90cf3230f0a2a57f21d98c2f72

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


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

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

diff --git a/debian/control b/debian/control
index 33a5a59..0672aff 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,22 @@
 Source: libfile-counterfile-perl
-Section: perl
-Priority: extra
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>
+Section: perl
+Priority: extra
+Build-Depends: debhelper (>= 7),
+               perl
 Standards-Version: 3.8.0
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libfile-counterfile-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-counterfile-perl.git
-Build-Depends: debhelper (>= 7), perl (>> 5.6.1)
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libfile-counterfile-perl.git
 Homepage: http://search.cpan.org/dist/File-CounterFile/
 
 Package: libfile-counterfile-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: persistent counter class for Perl
  File::CounterFile implements a persistent counter class. Each counter is
  represented by a separate file in the file system. File locking is applied,
  so multiple processes might try to access the same counters at the same time
  without risk of counter destruction.
+

-- 
Debian packaging of libfile-counterfile-perl



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