[SCM] Debian packaging of libppi-perl branch, master, updated. 9688b8fc4ab4dc704033ab27ab69d48545c51f79

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


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

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

diff --git a/debian/control b/debian/control
index 293e895..9e60290 100644
--- a/debian/control
+++ b/debian/control
@@ -1,35 +1,37 @@
 Source: libppi-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>,
+           Rene Mayorga <rmayorga at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- liblist-moreutils-perl,
- libparams-util-perl,
- libtask-weaken-perl,
- libclone-perl (>= 0.30),
- libio-string-perl,
- libfile-remove-perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.86),
- libtest-subcalls-perl,
- libtest-nowarnings-perl,
- libclass-inspector-perl,
- libtest-object-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>, Rene Mayorga <rmayorga at debian.org>,
- gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>
+                     liblist-moreutils-perl,
+                     libparams-util-perl,
+                     libtask-weaken-perl,
+                     libclone-perl,
+                     libio-string-perl,
+                     libfile-remove-perl,
+                     libtest-subcalls-perl,
+                     libtest-nowarnings-perl,
+                     libclass-inspector-perl,
+                     libtest-object-perl
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/PPI/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libppi-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libppi-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libppi-perl.git
+Homepage: http://search.cpan.org/dist/PPI/
 
 Package: libppi-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- libio-string-perl,
- libtask-weaken-perl,
- libclone-perl (>= 0.30),
- libparams-util-perl,
- liblist-moreutils-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libio-string-perl,
+         libtask-weaken-perl,
+         libclone-perl,
+         libparams-util-perl,
+         liblist-moreutils-perl
 Description: module to parse, analyze and manipulate Perl code
  PPI provides the ability to parse, analyze and manipulate Perl code without
  actually executing the code, by implementing a lexer similar to what perl has
@@ -41,3 +43,4 @@ Description: module to parse, analyze and manipulate Perl code
  without executing it, including other libraries. A significant feature of PPI
  is the ability to analyze Perl source code without requiring an instance of
  perl to run alongside or inside the parser.
+

-- 
Debian packaging of libppi-perl



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