[mupen64plus-audio-sdl] 131/163: Work around new debhelper 9.20130624 clean behavior

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


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

ecsv-guest pushed a commit to branch armhf_test
in repository mupen64plus-audio-sdl.

commit 845ed48186adeae7ad255f23f1c305c2c9a23bd2
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 2c38bdc..da01bff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mupen64plus-audio-sdl (2.0~rc2+1+ad849b6b7b69-3) 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:29:58 +0200
+
 mupen64plus-audio-sdl (2.0~rc2+1+ad849b6b7b69-2) experimental; urgency=low
 
   * debian/rules:
diff --git a/debian/rules b/debian/rules
index 3d03ed1..07be2be 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)
 
@@ -30,4 +33,4 @@ override_dh_installchangelogs:
 	dh_installchangelogs RELEASE
 
 .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_installchangelogs
+	get-orig-source override_dh_auto_clean override_dh_auto_build override_dh_auto_install override_dh_strip override_dh_installchangelogs

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



More information about the Pkg-games-commits mailing list