[mupen64plus-rsp-z64] 113/140: Work around new debhelper 9.20130624 test behavior

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:05:28 UTC 2015


This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch master
in repository mupen64plus-rsp-z64.

commit 692497618f414efa6cf4d6742537c4810ccf538f
Author: Sven Eckelmann <sven at narfation.org>
Date:   Wed Jun 26 12:36:53 2013 +0200

    Work around new debhelper 9.20130624 test behavior
---
 debian/changelog | 8 ++++++++
 debian/rules     | 5 ++++-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5317a63..74430b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mupen64plus-rsp-z64 (1.99.5+15+5b238bb813d9-2) UNRELEASED; urgency=low
+
+  * Work around new debhelper 9.20130624 test behavior which is causing
+    a FTBFS by adding an explicit empty override_dh_auto_test rule in
+    debian/rules
+
+ -- Sven Eckelmann <sven at narfation.org>  Wed, 26 Jun 2013 12:29:59 +0200
+
 mupen64plus-rsp-z64 (1.99.5+15+5b238bb813d9-1) experimental; urgency=low
 
   * New Upstream Snapshot from 5b238bb813d9fd500b92fecd6a769b55bce977dd
diff --git a/debian/rules b/debian/rules
index 8a6e513..547f5e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,9 @@ binary binary-arch binary-indep build build-arch build-indep clean install insta
 get-orig-source:
 	$(CURDIR)/debian/get-orig-source.sh
 
+override_dh_auto_test:
+	# otherwise dh_auto_test fails with debhelper 9.20130624
+
 override_dh_auto_build:
 	dh_auto_build -- all $(MAKEOPTIONS) HLEVIDEO=0
 	dh_auto_build -- all $(MAKEOPTIONS) HLEVIDEO=1
@@ -34,4 +37,4 @@ override_dh_strip:
 	dh_strip -a --dbg-package="$(DBG_PACKAGE)"
 
 .PHONY: binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep \
-	get-orig-source override_dh_auto_build override_dh_auto_install override_dh_strip override_dh_auto_clean
+	get-orig-source override_dh_auto_test override_dh_auto_build override_dh_auto_install override_dh_strip override_dh_auto_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-rsp-z64.git



More information about the Pkg-games-commits mailing list