[SCM] Debian packaging of libtest-valgrind-perl branch, master, updated. upstream/1.13-35-g209b733

gregor herrmann gregoa at debian.org
Tue Aug 30 16:22:52 UTC 2011


The following commit has been merged in the master branch:
commit 6076e9ac29c4b4488ec6ebccf797f936acf8d0e4
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Aug 30 18:14:58 2011 +0200

    sort deps
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 86f8d31..9017cf1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,16 @@ Source: libtest-valgrind-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libfile-homedir-perl (>= 0.86),
- libxml-twig-perl, libperl-destruct-level-perl, libenv-sanctify-perl,
- libtest-pod-perl, libtest-pod-coverage-perl, valgrind,
- libtest-portability-files-perl, libtest-kwalitee-perl
+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>,
@@ -17,8 +23,12 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-valgr
 
 Package: libtest-valgrind-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libfile-homedir-perl (>= 0.86),
- libxml-twig-perl, libperl-destruct-level-perl, libenv-sanctify-perl, valgrind
+Depends: ${misc:Depends}, ${perl:Depends},
+ libenv-sanctify-perl,
+ libfile-homedir-perl (>= 0.86),
+ 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.

-- 
Debian packaging of libtest-valgrind-perl



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