r68516 - in /trunk/perlipq/debian: changelog patches/series patches/tests.patch rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Feb 13 17:15:06 UTC 2011


Author: gregoa
Date: Sun Feb 13 17:14:50 2011
New Revision: 68516

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68516
Log:
Add a patch to enable the first two tests.

Added:
    trunk/perlipq/debian/patches/tests.patch
Modified:
    trunk/perlipq/debian/changelog
    trunk/perlipq/debian/patches/series
    trunk/perlipq/debian/rules

Modified: trunk/perlipq/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/perlipq/debian/changelog?rev=68516&op=diff
==============================================================================
--- trunk/perlipq/debian/changelog (original)
+++ trunk/perlipq/debian/changelog Sun Feb 13 17:14:50 2011
@@ -13,6 +13,7 @@
   * debian/copyright: use DEP5 formatting.
   * Split put changes in Makefile.PL into a patch.
   * Add a patch to fix a POD error.
+  * Add a patch to enable the first two tests.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 13 Feb 2011 16:29:45 +0100
 

Modified: trunk/perlipq/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/perlipq/debian/patches/series?rev=68516&op=diff
==============================================================================
--- trunk/perlipq/debian/patches/series (original)
+++ trunk/perlipq/debian/patches/series Sun Feb 13 17:14:50 2011
@@ -1,2 +1,3 @@
 libipq.patch
 pod.patch
+tests.patch

Added: trunk/perlipq/debian/patches/tests.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/perlipq/debian/patches/tests.patch?rev=68516&op=file
==============================================================================
--- trunk/perlipq/debian/patches/tests.patch (added)
+++ trunk/perlipq/debian/patches/tests.patch Sun Feb 13 17:14:50 2011
@@ -1,0 +1,26 @@
+Description: run only the two "innocent" tests
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-02-13
+
+--- a/t/simple.t
++++ b/t/simple.t
+@@ -7,7 +7,7 @@
+ use strict;
+ $^W = 1;
+ 
+-my $tests = 4;
++my $tests = 2;
+ 
+ sub test
+ {
+@@ -35,6 +35,8 @@
+ 		print "ok 2\n";
+ 	}
+ 
++	return;
++
+ 	#
+ 	# Test 3 -  Verify against /proc entry
+ 	#

Modified: trunk/perlipq/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/perlipq/debian/rules?rev=68516&op=diff
==============================================================================
--- trunk/perlipq/debian/rules (original)
+++ trunk/perlipq/debian/rules Sun Feb 13 17:14:50 2011
@@ -6,9 +6,6 @@
 %:
 	dh $@
 
-override_dh_auto_test:
-	# don't run tests
-
 override_dh_auto_install:
 	dh_auto_install
 	# installed as examples




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