[libfile-flock-perl] 07/10: Add new build and runtime dependencies.

gregor herrmann gregoa at debian.org
Tue Oct 1 18:51:57 UTC 2013


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libfile-flock-perl.

commit 3b93905d96fe5ded2c54ee9b37d5fa4c074ce5d4
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Oct 1 20:48:49 2013 +0200

    Add new build and runtime dependencies.
---
 debian/control |   21 +++++++++++++++------
 1 file changed, 15 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 304fa3a..9faad66 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,27 @@
 Source: libfile-flock-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Marc Haber <mh+debian-packages at zugschlus.de>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Marc Haber <mh+debian-packages at zugschlus.de>
+Build-Depends-Indep: perl,
+                     libanyevent-perl,
+                     libdata-structure-util-perl,
+                     libfile-slurp-perl,
+                     libio-event-perl,
+                     libtest-sharedfork-perl
 Standards-Version: 3.9.1
-Homepage: https://metacpan.org/release/File-Flock/
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfile-flock-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-flock-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfile-flock-perl.git
+Homepage: https://metacpan.org/release/File-Flock/
 
 Package: libfile-flock-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libanyevent-perl,
+         libdata-structure-util-perl,
+         libio-event-perl
 Description: file locking with flock
  Lock files using the flock() call. Locks can be created by new'ing a
  File::Flock object and are automatically removed when the object goes

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfile-flock-perl.git



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