r40946 - in /trunk/libpoe-perl/debian: changelog control rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Jul 28 22:13:02 UTC 2009


Author: jawnsy-guest
Date: Tue Jul 28 22:12:55 2009
New Revision: 40946

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40946
Log:
Enable author test (TEST_MAINTAINER=1)

Modified:
    trunk/libpoe-perl/debian/changelog
    trunk/libpoe-perl/debian/control
    trunk/libpoe-perl/debian/rules

Modified: trunk/libpoe-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/debian/changelog?rev=40946&op=diff
==============================================================================
--- trunk/libpoe-perl/debian/changelog (original)
+++ trunk/libpoe-perl/debian/changelog Tue Jul 28 22:12:55 2009
@@ -13,6 +13,7 @@
   * Standards-Version 3.8.2 (no changes)
   * Fixed up description a bit
   * Added myself to Uploaders and Copyright
+  * Enable author test (TEST_MAINTAINER=1)
 
  -- Jonathan Yu <frequency at cpan.org>  Tue, 28 Jul 2009 13:08:28 -0400
 

Modified: trunk/libpoe-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/debian/control?rev=40946&op=diff
==============================================================================
--- trunk/libpoe-perl/debian/control (original)
+++ trunk/libpoe-perl/debian/control Tue Jul 28 22:12:55 2009
@@ -6,10 +6,9 @@
  Martín Ferrari <tincho at debian.org>, Rene Mayorga <rmayorga at debian.org>,
  Ryan Niebur <ryanryan52 at gmail.com>, Jonathan Yu <frequency at cpan.org>
 Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
-Build-Depends-Indep: perl, libfilter-perl, libio-pty-perl, libcurses-perl,
- libterm-readkey-perl, libevent-perl, libcompress-zlib-perl, libsocket6-perl,
- libtime-hires-perl, libwww-perl, libtest-pod-perl, libtest-pod-coverage-perl,
- netbase
+Build-Depends-Indep: libtime-hires-perl, libtest-pod-coverage-perl, netbase,
+ libcompress-zlib-perl, libtest-pod-perl, libterm-readkey-perl, libevent-perl,
+ libio-pty-perl, libfilter-perl libcurses-perl, libsocket6-perl, libwww-perl
 Build-Conflicts: libgtk-perl, perl-tk
 Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/POE/
@@ -25,7 +24,7 @@
 Conflicts: libpoe-perl0 (<= 0.1204-1)
 Replaces: libpoe-perl0 (<= 0.1204-1)
 Description: Event-driven component architecture for Perl
- POE stands for "Perl Object Environment", libraries for event driven state
- machines, I/O abstraction and object management. It includes high level
- interfaces for sockets, alarms, file I/O. It can be used as a cooperative
- threading environment and/or a portable component architecture.
+ POE stands for "Perl Object Environment" and provides libraries for event
+ driven state machines, I/O abstraction and object management. It includes
+ high level interfaces for sockets, alarms, file I/O. It can be used as a
+ cooperative threading environment and/or a portable component architecture.

Modified: trunk/libpoe-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/debian/rules?rev=40946&op=diff
==============================================================================
--- trunk/libpoe-perl/debian/rules (original)
+++ trunk/libpoe-perl/debian/rules Tue Jul 28 22:12:55 2009
@@ -1,6 +1,9 @@
 #!/usr/bin/make -f
 
 PERL    ?= /usr/bin/perl
+
+%:
+	dh $@
 
 override_dh_auto_configure:
 	# Run network tests only if localhost is reachable, the perl snippet touch
@@ -9,5 +12,6 @@
 	        system("touch run_network_tests") : system("rm -rf run_network_tests");'
 	dh_auto_configure
 
-%:
-	dh $@
+override_dh_auto_test:
+	TEST_MAINTAINER=1 dh_auto_test
+




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