[SCM] Debian packaging of libtest-valgrind-perl branch, master, updated. debian/1.13-1-2-gcd6bc81

gregor herrmann gregoa at debian.org
Thu Jul 5 21:02:12 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 9017cf1..cdad38a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,34 +1,35 @@
 Source: libtest-valgrind-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Florian Schlichting <fschlich at zedat.fu-berlin.de>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libenv-sanctify-perl,
- libfile-homedir-perl (>= 0.86),
- libperl-destruct-level-perl,
- libtest-kwalitee-perl,
- libtest-pod-coverage-perl,
- libtest-pod-perl,
- libtest-portability-files-perl,
- libxml-twig-perl,
- valgrind
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>,
- gregor herrmann <gregoa at debian.org>,
- Florian Schlichting <fschlich at zedat.fu-berlin.de>
+                     libenv-sanctify-perl,
+                     libfile-homedir-perl,
+                     libperl-destruct-level-perl,
+                     libtest-kwalitee-perl,
+                     libtest-pod-coverage-perl,
+                     libtest-pod-perl,
+                     libtest-portability-files-perl,
+                     libxml-twig-perl,
+                     valgrind
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/Test-Valgrind/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-valgrind-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-valgrind-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-valgrind-perl.git
+Homepage: http://search.cpan.org/dist/Test-Valgrind/
 
 Package: libtest-valgrind-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libenv-sanctify-perl,
- libfile-homedir-perl (>= 0.86),
- libperl-destruct-level-perl,
- libxml-twig-perl,
- valgrind
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libenv-sanctify-perl,
+         libfile-homedir-perl,
+         libperl-destruct-level-perl,
+         libxml-twig-perl,
+         valgrind
 Description: module to test Perl code through valgrind
  Test::Valgrind is a module that lets you run Perl code through the memcheck
  tool of the Valgrind Memory Debugger, to test it for memory errors and leaks.
@@ -43,3 +44,4 @@ Description: module to test Perl code through valgrind
  and provide output compliant with Perl's Test Anything Protocol (TAP).
  This means that any executable can be run under valgrind and incorporated
  into your testsuite.
+

-- 
Debian packaging of libtest-valgrind-perl



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