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

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Nov 17 21:00:53 UTC 2007


Author: gregoa-guest
Date: Sat Nov 17 21:00:52 2007
New Revision: 9535

URL: http://svn.debian.org/wsvn/?sc=1&rev=9535
Log:
  - Remove commented out dh_installexamples.
* debian/control: add ${perl:Depends}, ${misc:Depends} to Depends.

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

Modified: trunk/libhtml-selector-xpath-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libhtml-selector-xpath-perl/debian/changelog?rev=9535&op=diff
==============================================================================
--- trunk/libhtml-selector-xpath-perl/debian/changelog (original)
+++ trunk/libhtml-selector-xpath-perl/debian/changelog Sat Nov 17 21:00:52 2007
@@ -4,6 +4,8 @@
   * debian/rules:
     - Make install-stamp depend on build-stamp.
     - Remove some comments and blank lines.
+    - Remove commented out dh_installexamples.
+  * debian/control: add ${perl:Depends}, ${misc:Depends} to Depends.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 17 Nov 2007 21:48:04 +0100
 

Modified: trunk/libhtml-selector-xpath-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libhtml-selector-xpath-perl/debian/control?rev=9535&op=diff
==============================================================================
--- trunk/libhtml-selector-xpath-perl/debian/control (original)
+++ trunk/libhtml-selector-xpath-perl/debian/control Sat Nov 17 21:00:52 2007
@@ -13,7 +13,7 @@
 
 Package: libhtml-selector-xpath-perl
 Architecture: all
-Depends: libtest-simple-perl
+Depends: ${perl:Depends}, ${misc:Depends}, libtest-simple-perl
 Description: CSS Selector to XPath compiler
  HTML::Selector::XPath is a utility function to compile CSS2 selector 
  to the equivalent XPath expression.

Modified: trunk/libhtml-selector-xpath-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhtml-selector-xpath-perl/debian/rules?rev=9535&op=diff
==============================================================================
--- trunk/libhtml-selector-xpath-perl/debian/rules (original)
+++ trunk/libhtml-selector-xpath-perl/debian/rules Sat Nov 17 21:00:52 2007
@@ -53,7 +53,6 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	#dh_installexamples
 	dh_installdocs README
 	dh_installchangelogs Changes
 	dh_perl




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