[SCM] Debian packaging of Sys-CPU CPAN distribution branch, master, updated. debian/0.52-1-7-g3e221d1

gregor herrmann gregoa at debian.org
Fri Jun 29 14:07:44 UTC 2012


The following commit has been merged in the master branch:
commit eecea9e5e81d69998fb5dac9aa46a4476e41bc81
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jun 29 15:52:45 2012 +0200

    New patch test-cpu_type.patch: fix test number output.

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d9cecab
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+test-cpu_type.patch
diff --git a/debian/patches/test-cpu_type.patch b/debian/patches/test-cpu_type.patch
new file mode 100644
index 0000000..47ac1e9
--- /dev/null
+++ b/debian/patches/test-cpu_type.patch
@@ -0,0 +1,17 @@
+Description: fix test output number
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2012-06-29
+
+--- a/t/Sys-CPU.t
++++ b/t/Sys-CPU.t
+@@ -32,7 +32,7 @@
+ if (defined($type)) {
+     print "ok 4 (CPU Type  : $type)\n";
+ } else {
+-    print "not ok 5 (cpu_type unavailable)\n";
++    print "not ok 4 (cpu_type unavailable)\n";
+ }
+ 
+ ######################### End of black magic.

-- 
Debian packaging of Sys-CPU CPAN distribution



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