[mupen64plus-video-glide64mk2] 06/60: Work around new debhelper 9.20130624 clean behavior

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:16:07 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-video-glide64mk2.

commit f8adf760e246bd6b457496b18ea155d4b7004138
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 | 3 +++
 debian/rules     | 5 ++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index fd84196..9bf9df7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 mupen64plus-video-glide64mk2 (2.0~rc2+1+ff024bc6dc4b-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #XXXXXXX)
+  * 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>  Mon, 17 Aug 2009 10:18:49 +0200
diff --git a/debian/rules b/debian/rules
index d05769c..eb2ca3c 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_clean:
+	dh_auto_clean -- $(MAKEOPTIONS)
+
 override_dh_auto_build:
 	dh_auto_build -- all $(MAKEOPTIONS)
 
@@ -28,4 +31,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-glide64mk2.git



More information about the Pkg-games-commits mailing list