[mupen64plus-video-arachnoid] 118/147: Work around new debhelper 9.20130624 clean behavior

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:09:56 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-video-arachnoid.

commit a8649654225d87111eafdcb9215fac6a18358fbc
Author: Sven Eckelmann <sven at narfation.org>
Date:   Wed Jun 26 12:30:18 2013 +0200

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

diff --git a/debian/changelog b/debian/changelog
index d7e260d..94874cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mupen64plus-video-arachnoid (1.99.5+22+711f2d8cbdcd-2) UNRELEASED; urgency=low
+
+  * Work around new debhelper 9.20130624 clean behavior which is causing
+    a FTBFS by adding an explicit override_dh_auto_clean rule in
+    debian/rules
+
+ -- Sven Eckelmann <sven at narfation.org>  Wed, 26 Jun 2013 12:30:00 +0200
+
 mupen64plus-video-arachnoid (1.99.5+22+711f2d8cbdcd-1) experimental; urgency=low
 
   * New Upstream Snapshot from 711f2d8cbdcd3bc1eb58891220494d411c5c3cdb
diff --git a/debian/rules b/debian/rules
index fe293b9..0ba1eac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,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_clean:
+	dh_auto_clean -- $(MAKEOPTIONS)
+
 override_dh_auto_build:
 	dh_auto_build -- all $(MAKEOPTIONS)
 
@@ -27,4 +30,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
+	get-orig-source override_dh_auto_clean override_dh_auto_build override_dh_auto_install override_dh_strip

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



More information about the Pkg-games-commits mailing list