[SCM] Debian packaging of libtest-memory-cycle-perl branch, master, updated. d369ced54fb801a2fb9b60582564d6c7d28f1dd1

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


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

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

diff --git a/debian/control b/debian/control
index a30ebc9..0fe7a66 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,25 @@
 Source: libtest-memory-cycle-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)
-Build-Depends-Indep: perl, libpadwalker-perl,
-  libdevel-cycle-perl (>= 1.07),
-  libtest-pod-perl, libtest-pod-coverage-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ryan Niebur <ryan at debian.org>
+Build-Depends-Indep: perl,
+                     libpadwalker-perl,
+                     libdevel-cycle-perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.8.0
-Homepage: http://search.cpan.org/dist/Test-Memory-Cycle/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-memory-cycle-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-memory-cycle-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-memory-cycle-perl.git
+Homepage: http://search.cpan.org/dist/Test-Memory-Cycle/
 
 Package: libtest-memory-cycle-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libpadwalker-perl,
-  libdevel-cycle-perl (>= 1.07)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libpadwalker-perl,
+         libdevel-cycle-perl
 Description: Perl module that verifies code hasn't left circular references
  Test::Memory::Cycle checks for memory leaks and circular memory
  references. It's a thin Test::More-compatible wrapper around Lincoln
@@ -27,3 +31,4 @@ Description: Perl module that verifies code hasn't left circular references
  top of Devel::Cycle to give you an easy way to check for these
  circular references. You can also use memory_cycle_exists() to make
  sure that you have a cycle where you expect to have one.
+

-- 
Debian packaging of libtest-memory-cycle-perl



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