[SCM] Debian packaging of libpar-perl branch, master, updated. debian/1.005-1-2-g676a232

gregor herrmann gregoa at debian.org
Thu Jul 5 20:48:08 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index f519247..a55de1d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,28 +1,37 @@
 Source: libpar-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
+           Damyan Ivanov <dmn at debian.org>,
+           Niko Tyni <ntyni at iki.fi>,
+           gregor herrmann <gregoa at debian.org>,
+           Antonio Radici <antonio at dyne.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Chris Butler <chrisb at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50)
-Build-Depends-Indep: perl, libarchive-zip-perl, libtest-pod-perl,
- libpar-dist-perl (>= 0.32)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
- Damyan Ivanov <dmn at debian.org>, Niko Tyni <ntyni at iki.fi>,
- gregor herrmann <gregoa at debian.org>,
- Antonio Radici <antonio at dyne.org>, Jonathan Yu <jawnsy at cpan.org>,
- Chris Butler <chrisb at debian.org>
+Build-Depends-Indep: perl,
+                     libarchive-zip-perl,
+                     libtest-pod-perl,
+                     libpar-dist-perl
 Standards-Version: 3.9.2
-Homepage: http://par.perl.org/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libpar-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpar-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libpar-perl.git
+Homepage: http://par.perl.org/
 
 Package: libpar-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libpar-dist-perl (>= 0.32),
- libarchive-zip-perl
-Recommends: gnupg, libmodule-signature-perl, libpar-packer-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libpar-dist-perl,
+         libarchive-zip-perl
+Recommends: gnupg,
+            libmodule-signature-perl,
+            libpar-packer-perl
 Description: Perl redistributable module packaging framework
  PAR is a Perl framework which allows you to easily bundle a typical blib/
  tree into a compressed file (currently a zip) called a Perl Archive. This
  makes it fairly simple to redistribute, even providing support for loading
  C/XS modules by overriding DynaLoader's bootstrapping methods. It writes a
  shared object file to a temporary file at the time it is needed.
+

-- 
Debian packaging of libpar-perl



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