[SCM] Debian packaging of libtest-subcalls-perl branch, master, updated. 61f763352500e498bc710077b46e666d10d3243b

gregor herrmann gregoa at debian.org
Thu Jul 5 21:01:52 UTC 2012


The following commit has been merged in the master branch:
commit 6e8925488a4b963263fc4fccd8ac6e794fbb37b9
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 13:00:40 2012 -0600

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

diff --git a/debian/control b/debian/control
index 4497d9d..0d9cc8a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,24 @@
 Source: libtest-subcalls-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libhook-lexwrap-perl (>= 0.20)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Build-Depends-Indep: perl,
+                     libhook-lexwrap-perl
 Standards-Version: 3.9.0
-Homepage: http://search.cpan.org/dist/Test-SubCalls/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-subcalls-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-subcalls-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-subcalls-perl.git
+Homepage: http://search.cpan.org/dist/Test-SubCalls/
 
 Package: libtest-subcalls-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libhook-lexwrap-perl (>= 0.20)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libhook-lexwrap-perl
 Description: Perl module to count subroutine calls
  Test::SubCalls provides functions for testing that subroutines are called a
  specific number of times. It is useful in situations like testing caching
  code, where you want to do some tests as normal and then verify that some
  underlying subroutine within the code was called a specific number of times.
+

-- 
Debian packaging of libtest-subcalls-perl



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