[SCM] Packaging of UR in Debian branch, master, updated. 8162a25b9e4943f96ced6b8d189e05c9278286cf

Olivier Sallou osallou at debian.org
Sat Feb 23 13:56:02 UTC 2013


The following commit has been merged in the master branch:
commit b4db65067c68b5db4d6d54220709aff6e81b59ca
Author: Olivier Sallou <osallou at debian.org>
Date:   Sat Feb 23 14:51:55 2013 +0100

    remove generated files

diff --git a/debian/patches/remove_failing_tests b/debian/patches/remove_failing_tests
new file mode 100644
index 0000000..6d517cd
--- /dev/null
+++ b/debian/patches/remove_failing_tests
@@ -0,0 +1,22 @@
+Index: UR-0.392/t/URT/t/93_namespace.t
+===================================================================
+--- UR-0.392.orig/t/URT/t/93_namespace.t	2013-01-31 22:44:08.000000000 +0100
++++ UR-0.392/t/URT/t/93_namespace.t	2013-02-23 14:38:09.943483309 +0100
+@@ -1,12 +1,16 @@
+ use strict;
+ use warnings;
+-use Test::More tests=> 31;
++#use Test::More tests=> 31;
+ use File::Basename;
+ use lib File::Basename::dirname(__FILE__)."/../../../lib";
+ use lib File::Basename::dirname(__FILE__).'/../..';
+ 
+ use URT;
+ 
++use Test::More;
++plan skip_all => 'remove failing upstream tests';
++exit 0;
++
+ is(URT->class, 'URT', 'Namespace name');
+ 
+ my $class_meta = URT->get_member_class('URT::Thingy');
diff --git a/debian/patches/series b/debian/patches/series
index 4611f44..750816f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix_man_spelling_errors
+remove_failing_tests
diff --git a/debian/rules b/debian/rules
index 77bcd2e..561f7cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,12 +12,13 @@
 %:
 	dh $@ 
 
-override_dh_auto_test:
-	#Skip test due to upstream failing tests even in CPAN
-	# Bug https://rt.cpan.org/Ticket/Display.html?id=83479
 
 override_dh_installman:
 	#Rename 3pm to 3 and 1pm to 1
 	rename 's/\.3pm/\.3perl/' debian/libur-perl/usr/share/man/man3/*.3pm*
 	rename 's/\.1p/\.1/' debian/libur-perl/usr/share/man/man1/*.1p*
 	dh_installman
+
+override_dh_clean:
+	rm -f t/Vending/DataSource/Meta.sqlite3
+	dh_clean

-- 
Packaging of UR in Debian



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