[mupen64plus-video-arachnoid] 53/147: 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:09:47 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 7d05d2ad44a3f28ff9f42c8b56bb5ad1339652dc
Author: Sven Eckelmann <sven at narfation.org>
Date:   Sun Aug 21 17:56:03 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 c03e28f..a5ea377 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mupen64plus-video-arachnoid (1.99.4-4) 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:12 +0200
+
 mupen64plus-video-arachnoid (1.99.4-3) unstable; urgency=low
 
   * Upload to unstable
diff --git a/debian/rules b/debian/rules
index 299c0f8..cd966bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ MAKEOPTIONS = V=1 UNAME='$(DEB_HOST_ARCH_OS)' HOST_CPU='$(DEB_HOST_GNU_CPU)' API
 
 DBG_PACKAGE=$(shell dpkg-parsechangelog|grep '^Source: '|sed 's/^Source:\s*//')-dbg
 
-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-video-arachnoid.git



More information about the Pkg-games-commits mailing list