[SCM] Debian packaging of libpod-strip-perl branch, master, updated. b0b261316992e89b767d22eec3342d3d4ea05204

gregor herrmann gregoa at debian.org
Thu Jul 5 20:51:21 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index edc5b07..7e2b661 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,24 @@
 Source: libpod-strip-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 7), libmodule-build-perl
-Build-Depends-Indep: perl (>= 5.6.10-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7),
+               perl
+Build-Depends-Indep: perl
 Standards-Version: 3.8.0
-Homepage: http://search.cpan.org/dist/Pod-Strip/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libpod-strip-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpod-strip-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libpod-strip-perl.git
+Homepage: http://search.cpan.org/dist/Pod-Strip/
 
 Package: libpod-strip-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${perl:Depends},
+         ${misc:Depends}
 Description: remove POD documentation from Perl code
  Pod::Strip is a subclass of Pod::Simple that removes the POD (plain old
  documentation) from Perl code. The POD may optionally be replaced with
  comments so that line numbers of the code stay the same.
  .
  Pod::Strip is useful in Perl code parsers that don't want to bother about POD.
+

-- 
Debian packaging of libpod-strip-perl



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