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

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

commit 614ab92828785a7a49c349f4cdb868e2a7c28e12
Author: Sven Eckelmann <[email protected]>
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 0b1f472..30582db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mupen64plus-video-z64 (1.99.5+24+f331e66fc630-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 <[email protected]>  Wed, 26 Jun 2013 12:30:01 +0200
+
 mupen64plus-video-z64 (1.99.5+24+f331e66fc630-2) experimental; urgency=low
 
   * debian/rules:
diff --git a/debian/rules b/debian/rules
index 8eef758..f6eb085 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-z64.git

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to