r27663 - in /trunk/libhttp-body-perl/debian: changelog control rules
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Tue Dec 2 18:20:31 UTC 2008
Author: gregoa
Date: Tue Dec 2 18:20:26 2008
New Revision: 27663
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27663
Log:
* Re-active additional tests by setting TEST_POD in debian rules.
* debian/control: change my email address.
Modified:
trunk/libhttp-body-perl/debian/changelog
trunk/libhttp-body-perl/debian/control
trunk/libhttp-body-perl/debian/rules
Modified: trunk/libhttp-body-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/debian/changelog?rev=27663&op=diff
==============================================================================
--- trunk/libhttp-body-perl/debian/changelog (original)
+++ trunk/libhttp-body-perl/debian/changelog Tue Dec 2 18:20:26 2008
@@ -8,6 +8,8 @@
(source stanza).
* debian/rules: use template from dh-make-perl.
* debian/copyright: switch to new format.
+ * Re-active additional tests by setting TEST_POD in debian rules.
+ * debian/control: change my email address.
-- gregor herrmann <gregoa at debian.org> Sun, 16 Nov 2008 20:43:47 +0100
Modified: trunk/libhttp-body-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/debian/control?rev=27663&op=diff
==============================================================================
--- trunk/libhttp-body-perl/debian/control (original)
+++ trunk/libhttp-body-perl/debian/control Tue Dec 2 18:20:26 2008
@@ -6,7 +6,7 @@
libtest-pod-perl, libtest-pod-coverage-perl, libwww-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- gregor herrmann <gregor+debian at comodo.priv.at>,
+ gregor herrmann <gregoa at debian.org>,
Rene Mayorga <rmayorga at debian.org.sv>
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/HTTP-Body/
Modified: trunk/libhttp-body-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-body-perl/debian/rules?rev=27663&op=diff
==============================================================================
--- trunk/libhttp-body-perl/debian/rules (original)
+++ trunk/libhttp-body-perl/debian/rules Tue Dec 2 18:20:26 2008
@@ -2,7 +2,7 @@
build: build-stamp
build-stamp:
- dh build
+ TEST_POD=1 dh build
touch $@
clean:
More information about the Pkg-perl-cvs-commits
mailing list