r38642 - in /trunk/libwebservice-validator-html-w3c-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jun 25 18:32:19 UTC 2009


Author: gregoa
Date: Thu Jun 25 18:32:12 2009
New Revision: 38642

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38642
Log:
back to UNRELEASED, added TODO in changelog

Modified:
    trunk/libwebservice-validator-html-w3c-perl/debian/changelog
    trunk/libwebservice-validator-html-w3c-perl/debian/control
    trunk/libwebservice-validator-html-w3c-perl/debian/rules

Modified: trunk/libwebservice-validator-html-w3c-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwebservice-validator-html-w3c-perl/debian/changelog?rev=38642&op=diff
==============================================================================
--- trunk/libwebservice-validator-html-w3c-perl/debian/changelog (original)
+++ trunk/libwebservice-validator-html-w3c-perl/debian/changelog Thu Jun 25 18:32:12 2009
@@ -1,4 +1,8 @@
-libwebservice-validator-html-w3c-perl (0.24-1) unstable; urgency=low
+libwebservice-validator-html-w3c-perl (0.24-1) UNRELEASED; urgency=low
+
+  TODO:
+  if TEST_AUTHOR is set some tests fail (differently with and without internet
+  access). this looks fishy ...
 
   * Initial Release. (Closes: #531142)
 

Modified: trunk/libwebservice-validator-html-w3c-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwebservice-validator-html-w3c-perl/debian/control?rev=38642&op=diff
==============================================================================
--- trunk/libwebservice-validator-html-w3c-perl/debian/control (original)
+++ trunk/libwebservice-validator-html-w3c-perl/debian/control Thu Jun 25 18:32:12 2009
@@ -1,9 +1,10 @@
 Source: libwebservice-validator-html-w3c-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl-modules (>= 5.10) | libmodule-build-perl
+Build-Depends: debhelper (>= 7.0.50), perl-modules (>= 5.10) | libmodule-build-perl
 Build-Depends-Indep: perl (>= 5.6.0-12), libclass-accessor-perl,
-  libwww-perl, libtest-without-module-perl, libxml-xpath-perl
+  libwww-perl, libtest-without-module-perl, libxml-xpath-perl,
+  libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.8.2

Modified: trunk/libwebservice-validator-html-w3c-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwebservice-validator-html-w3c-perl/debian/rules?rev=38642&op=diff
==============================================================================
--- trunk/libwebservice-validator-html-w3c-perl/debian/rules (original)
+++ trunk/libwebservice-validator-html-w3c-perl/debian/rules Thu Jun 25 18:32:12 2009
@@ -2,3 +2,7 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	TEST_AUTHOR=1 dh_auto_test
+	




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