diffstat of debian/ for libipc-run-perl_0.94-1 libipc-run-perl_0.94-1co1 changelog | 15 +++++++++++++++ rules | 5 +++++ 2 files changed, 20 insertions(+) diff -Nru libipc-run-perl-0.94/debian/changelog libipc-run-perl-0.94/debian/changelog --- libipc-run-perl-0.94/debian/changelog 2015-05-10 15:05:50.000000000 +0000 +++ libipc-run-perl-0.94/debian/changelog 2015-09-17 01:08:06.000000000 +0000 @@ -1,3 +1,10 @@ +libipc-run-perl (0.94-1co1) UNRELEASED; urgency=low + + * Merge from Ubuntu wily. Remaining changes: + - SUMMARISE HERE + + -- Merge-o-Matic Thu, 17 Sep 2015 02:08:06 +0100 + libipc-run-perl (0.94-1) unstable; urgency=low [ Salvatore Bonaccorso ] @@ -25,6 +32,13 @@ -- gregor herrmann Sun, 10 May 2015 17:04:50 +0200 +libipc-run-perl (0.92-1co1) bohea; urgency=low + + * Make testsuite failures non-fatal as it seems to be racy + (Debian bug #688314) + + -- Sjoerd Simons Fri, 21 Sep 2012 14:43:13 +0200 + libipc-run-perl (0.92-1) unstable; urgency=low [ gregor herrmann ] @@ -243,3 +257,4 @@ (closes: Bug#151928) -- Ardo van Rangelrooij Thu, 4 Jul 2002 11:37:29 -0500 + diff -Nru libipc-run-perl-0.94/debian/rules libipc-run-perl-0.94/debian/rules --- libipc-run-perl-0.94/debian/rules 2015-05-10 15:05:50.000000000 +0000 +++ libipc-run-perl-0.94/debian/rules 2015-09-17 01:08:05.000000000 +0000 @@ -3,6 +3,11 @@ %: dh $@ +# Make test-case failure non-fatal until +# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688314 is fixed +override_dh_auto_test: + dh_auto_test || true + override_dh_auto_install: dh_auto_install find $(CURDIR)/debian -type f -name "*Win32*" -print0 | xargs -r0 rm -fv