r43923 - in /trunk/librpc-xml-perl/debian: changelog control rules

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Fri Sep 11 18:56:30 UTC 2009


Author: carnil-guest
Date: Fri Sep 11 18:56:25 2009
New Revision: 43923

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43923
Log:
# TODO: skipped tests
# t/29_parserfactory.........ok
#      12/26 skipped: various reasons
  - Add versioned Build-Dependencies on libtest-pod-perl (>= 1.26) and
    libpod-simple-perl (>= 3.07).
* debian/rules:
  - use override targets to simlify debian/rules
  - override dh_auto_test to perform author tests on build.
* Bump Standards-Version to 3.8.3 (no changes). 

Modified:
    trunk/librpc-xml-perl/debian/changelog
    trunk/librpc-xml-perl/debian/control
    trunk/librpc-xml-perl/debian/rules

Modified: trunk/librpc-xml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librpc-xml-perl/debian/changelog?rev=43923&op=diff
==============================================================================
--- trunk/librpc-xml-perl/debian/changelog (original)
+++ trunk/librpc-xml-perl/debian/changelog Fri Sep 11 18:56:25 2009
@@ -1,4 +1,8 @@
 librpc-xml-perl (0.69-1) UNRELEASED; urgency=low
+
+  # TODO: skipped tests
+  # t/29_parserfactory.........ok
+  #      12/26 skipped: various reasons
 
   * New upstream release
   * debian/control: 
@@ -6,8 +10,14 @@
       now for List::Util 1.19 which is in perl (>= 5.10.0).
     - Bump Build-Depends on debhelper (>= 7.0.50) and simplify debian/rules
       using override targets.
-
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Fri, 11 Sep 2009 19:47:31 +0200
+    - Add versioned Build-Dependencies on libtest-pod-perl (>= 1.26) and
+      libpod-simple-perl (>= 3.07).
+  * debian/rules:
+    - use override targets to simlify debian/rules
+    - override dh_auto_test to perform author tests on build.
+  * Bump Standards-Version to 3.8.3 (no changes). 
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Fri, 11 Sep 2009 20:55:30 +0200
 
 librpc-xml-perl (0.67-1) unstable; urgency=low
 

Modified: trunk/librpc-xml-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librpc-xml-perl/debian/control?rev=43923&op=diff
==============================================================================
--- trunk/librpc-xml-perl/debian/control (original)
+++ trunk/librpc-xml-perl/debian/control Fri Sep 11 18:56:25 2009
@@ -2,15 +2,15 @@
 Section: perl
 Priority: optional
 Build-Depends-Indep: libnet-server-perl, libtest-pod-coverage-perl,
- libtest-pod-perl, libwww-perl (>= 5.811), libxml-parser-perl (>= 2.31), netbase,
- perl (>= 5.10.0)
+ libtest-pod-perl (>= 1.26), libpod-simple-perl (>= 3.07), libwww-perl (>= 5.811), 
+ libxml-parser-perl (>= 2.31), netbase, perl (>= 5.10.0)
 Build-Depends: debhelper (>= 7.0.50)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ivan Kohler <ivan-debian at 420.am>, Damyan Ivanov <dmn at debian.org>,
  Niko Tyni <ntyni at iki.fi>, gregor herrmann <gregoa at debian.org>,
  Rene Mayorga <rmayorga at debian.org>,
  Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/RPC-XML/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/librpc-xml-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/librpc-xml-perl/

Modified: trunk/librpc-xml-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librpc-xml-perl/debian/rules?rev=43923&op=diff
==============================================================================
--- trunk/librpc-xml-perl/debian/rules (original)
+++ trunk/librpc-xml-perl/debian/rules Fri Sep 11 18:56:25 2009
@@ -3,5 +3,8 @@
 %:
 	dh $@
 
+override_dh_auto_test:
+	AUTOMATED_TESTING=1 dh_auto_test
+
 override_dh_auto_build:
 	dh_auto_build -- -C ex MAKEMETHOD="$(PERL) ../etc/make_method"




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