r16288 - in /trunk/libhtml-selector-xpath-perl/debian: changelog control

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Mar 2 14:40:50 UTC 2008


Author: gregoa-guest
Date: Sun Mar  2 14:40:49 2008
New Revision: 16288

URL: http://svn.debian.org/wsvn/?sc=1&rev=16288
Log:
debian/control:
  - add libhtml-treebuilder-xpath-perl to build dependencies to enable an
    additional test;
  - remove libtest-simple-perl from Depends.

Modified:
    trunk/libhtml-selector-xpath-perl/debian/changelog
    trunk/libhtml-selector-xpath-perl/debian/control

Modified: trunk/libhtml-selector-xpath-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libhtml-selector-xpath-perl/debian/changelog?rev=16288&op=diff
==============================================================================
--- trunk/libhtml-selector-xpath-perl/debian/changelog (original)
+++ trunk/libhtml-selector-xpath-perl/debian/changelog Sun Mar  2 14:40:49 2008
@@ -3,8 +3,12 @@
   * debian/rules: delete /usr/lib/perl5 only if it exists (closes: #467937).
   * Set Standards-Version to 3.7.3 (no changes).
   * debian/watch: use dist-based URL.
+  * debian/control:
+    - add libhtml-treebuilder-xpath-perl to build dependencies to enable an
+      additional test;
+    - remove libtest-simple-perl from Depends.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 02 Mar 2008 15:31:36 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 02 Mar 2008 15:40:38 +0100
 
 libhtml-selector-xpath-perl (0.03-1) unstable; urgency=low
 

Modified: trunk/libhtml-selector-xpath-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libhtml-selector-xpath-perl/debian/control?rev=16288&op=diff
==============================================================================
--- trunk/libhtml-selector-xpath-perl/debian/control (original)
+++ trunk/libhtml-selector-xpath-perl/debian/control Sun Mar  2 14:40:49 2008
@@ -2,7 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: perl (>= 5.8.8-7), libtest-pod-perl
+Build-Depends-Indep: perl (>= 5.8.8-7), libtest-pod-perl,
+ libhtml-treebuilder-xpath-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>,
  gregor herrmann <gregor+debian at comodo.priv.at>
@@ -13,7 +14,7 @@
 
 Package: libhtml-selector-xpath-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libtest-simple-perl
+Depends: ${perl:Depends}, ${misc:Depends}
 Description: CSS Selector to XPath compiler
  HTML::Selector::XPath is a utility function to compile CSS2 selector 
  to the equivalent XPath expression.




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