[SCM] Debian packaging of libtest-mockclass-perl branch, master, updated. d11fa066414f7ca7d011a7fb0cd3ba1fcbfe49c1

gregor herrmann gregoa at debian.org
Thu Jul 5 21:00:31 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 064b0c7..d4a2f7a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,29 @@
 Source: libtest-mockclass-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
-Build-Depends-Indep: perl, libextutils-autoinstall-perl, libtest-simpleunit-perl, perl-tk, libhook-wrapsub-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.0.8),
+               quilt
+Build-Depends-Indep: perl,
+                     libextutils-autoinstall-perl,
+                     libtest-simpleunit-perl,
+                     perl-tk,
+                     libhook-wrapsub-perl
 Standards-Version: 3.8.3
-Homepage: http://search.cpan.org/dist/Test-MockClass/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-mockclass-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-mockclass-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-mockclass-perl.git
+Homepage: http://search.cpan.org/dist/Test-MockClass/
 
 Package: libtest-mockclass-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl-tk, libhook-wrapsub-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         perl-tk,
+         libhook-wrapsub-perl
 Description: module to provide mock classes and mock objects for testing
  Test::MockClass provides a simple interface for creating mock classes
  and mock objects with mock methods for testing purposes. It also
  provides a simple mechanism for tracking the interactions to the
  mocked objects.
+

-- 
Debian packaging of libtest-mockclass-perl



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