[SCM] Debian packaging of libsub-identify-perl branch, master, updated. a8d06b1ee01e500f5cb8cfb89a9f8289dfd09a92

gregor herrmann gregoa at debian.org
Thu Jul 5 20:56:22 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index df40f2e..640133c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,23 @@
 Source: libsub-identify-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.6.10-12), libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- Rene Mayorga <rmayorga at debian.org.sv>
+           Rene Mayorga <rmayorga at debian.org.sv>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7),
+               perl,
+               libtest-pod-perl
 Standards-Version: 3.8.0
-Homepage: http://search.cpan.org/dist/Sub-Identify/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libsub-identify-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsub-identify-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libsub-identify-perl.git
+Homepage: http://search.cpan.org/dist/Sub-Identify/
 
 Package: libsub-identify-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Description:  Retrieve names of code references
+Depends: ${perl:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Description: Retrieve names of code references
  Sub::Identify allows you to retrieve the real name of code references. For
  this, it uses perl's introspection mechanism, provided by the B module.
  .
@@ -28,3 +32,4 @@ Description:  Retrieve names of code references
  .
  In case of subroutine aliasing, those functions always return the
  original name.
+

-- 
Debian packaging of libsub-identify-perl



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