[SCM] Debian packaging of libsub-current-perl branch, master, updated. be8d79774972bb156cf6bf4a37ef7209ca824512

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


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

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

diff --git a/debian/control b/debian/control
index cbb2c47..c0d51ea 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,25 @@
 Source: libsub-current-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.6.10-16), libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>
+           Jonathan Yu <jawnsy at cpan.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7),
+               perl,
+               libtest-pod-perl
 Standards-Version: 3.8.2
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libsub-current-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsub-current-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libsub-current-perl.git
 Homepage: http://search.cpan.org/dist/Sub-Current/
 
 Package: libsub-current-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
 Description: Perl module to determine the executing subroutine
  Sub::Current provides a fairly magical function called ROUTINE() which returns
  a code reference pointing at the currently executing subroutine. It does not
  make sense to use this inside a special block (such as BEGIN, END, UNITCHECK,
  CHECK or INIT) or at the top level of a program, so ROUTINE will return undef.
+

-- 
Debian packaging of libsub-current-perl



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