[SCM] Debian packaging of libxml-xpathengine-perl branch, master, updated. c09e847c1093c1f094c73041f43629169d1d7320

gregor herrmann gregoa at debian.org
Sun Oct 16 14:34:07 UTC 2011


The following commit has been merged in the master branch:
commit 1263b8d54d39fd30a5a3ce4e002d93461c4332fb
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Oct 16 16:30:51 2011 +0200

    Remove runtime dependency on libtest-simple-perl.

diff --git a/debian/control b/debian/control
index 0c4af7d..67eff5d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,9 @@ Source: libxml-xpathengine-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl,
- perl,
+Build-Depends-Indep: perl,
+ libtest-pod-coverage-perl,
+ libtest-pod-perl,
  perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>,
@@ -16,7 +17,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-xpathe
 
 Package: libxml-xpathengine-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libtest-simple-perl
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: re-usable XPath engine for DOM-like trees
  XML::XPathEngine provides an XPath engine, that can be re-used by other
  module/classes that implement trees.

-- 
Debian packaging of libxml-xpathengine-perl



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