[SCM] Debian packaging of libproc-fork-perl branch, master, updated. e55992e89fe6c910b6d0631906c7f653318da9bd

gregor herrmann gregoa at debian.org
Thu Jul 5 20:53:34 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 6d13e5c..1ea5451 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,25 @@
 Source: libproc-fork-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Rene Mayorga <rmayorga at debian.org>,
- gregor herrmann <gregoa at debian.org>,
- Ansgar Burchardt <ansgar at debian.org>
+           gregor herrmann <gregoa at debian.org>,
+           Ansgar Burchardt <ansgar at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8.1), libexporter-tidy-perl
+Build-Depends-Indep: perl,
+                     libexporter-tidy-perl
 Standards-Version: 3.8.0
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libproc-fork-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libproc-fork-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libproc-fork-perl.git
 Homepage: http://search.cpan.org/dist/Proc-Fork/
 
 Package: libproc-fork-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libexporter-tidy-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libexporter-tidy-perl
 Description: Perl interface to fork() system call
  Proc::Fork module provides an intuitive, Perl-ish way to write forking 
  programs by letting you use blocks to illustrate which code section executes 
  in which fork. 
+

-- 
Debian packaging of libproc-fork-perl



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