[mupen64plus-ui-console] 64/172: Don't mix implicit and explicit rules to prevent FTBFS with make 3.82

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:07:31 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-ui-console.

commit 47e5d58be27b5ade9956072dd384934ad05289b8
Author: Sven Eckelmann <sven at narfation.org>
Date:   Sun Aug 21 17:56:02 2011 +0200

    Don't mix implicit and explicit rules to prevent FTBFS with make 3.82
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 072e93e..74edc38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mupen64plus-ui-console (1.99.4-5) UNRELEASED; urgency=low
+
+  * Don't mix implicit and explicit rules to prevent FTBFS with make 3.82
+
+ -- Sven Eckelmann <sven at narfation.org>  Sun, 21 Aug 2011 17:55:08 +0200
+
 mupen64plus-ui-console (1.99.4-4) unstable; urgency=low
 
   * Upload to unstable
diff --git a/debian/rules b/debian/rules
index ab30cce..eb181e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
 DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 MAKEOPTIONS = V=1 UNAME='$(DEB_HOST_ARCH_OS)' HOST_CPU='$(DEB_HOST_GNU_CPU)' APIDIR=/usr/include/mupen64plus/ DEBUG=1 PREFIX=/usr/ COREDIR="/usr/lib/$(DEB_HOST_MULTIARCH)/" PLUGINDIR="/usr/lib/$(DEB_HOST_MULTIARCH)/mupen64plus" MANDIR=/usr/share/man/ BINDIR=/usr/games/ OPTFLAGS=""
 
-binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep %:
+binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep:
 	dh $@ --sourcedirectory="projects/unix" --parallel --list-missing
 
 get-orig-source:

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



More information about the Pkg-games-commits mailing list