[SCM] Debian packaging of libforks-perl branch, master, updated. 212d58044423a6638690dcd4fdb5262bcf657309

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


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

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

diff --git a/debian/control b/debian/control
index 8ee9841..34f49d6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,28 @@
 Source: libforks-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 7), libacme-damn-perl, 
- liblist-moreutils-perl (>= 0.15), libsys-sigaction-perl (>= 0.11), perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jeffrey Ratcliffe <Jeffrey.Ratcliffe at gmail.com>,
- gregor herrmann <gregoa at debian.org>,
- Salvatore Bonaccorso <carnil at debian.org>
+           gregor herrmann <gregoa at debian.org>,
+           Salvatore Bonaccorso <carnil at debian.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7),
+               libacme-damn-perl,
+               liblist-moreutils-perl,
+               libsys-sigaction-perl,
+               perl
 Standards-Version: 3.8.4
-Homepage: http://search.cpan.org/dist/forks/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libforks-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libforks-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libforks-perl.git
+Homepage: http://search.cpan.org/dist/forks/
 
 Package: libforks-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libacme-damn-perl,
- liblist-moreutils-perl (>= 0.15), libsys-sigaction-perl (>= 0.11)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends},
+         libacme-damn-perl,
+         liblist-moreutils-perl,
+         libsys-sigaction-perl
 Description: Perl module to emulate threads with fork
  The forks.pm module is a drop-in replacement for threads.pm.  It has the
  same syntax as the threads.pm module (it even takes over its namespace) but
@@ -30,3 +37,4 @@ Description: Perl module to emulate threads with fork
  If nothing else, it allows you to use the Perl threading model in
  non-threaded Perl builds and in older versions of Perl (5.6.0 and
  higher are supported).
+

-- 
Debian packaging of libforks-perl



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