[mupen64plus-video-rice] 56/191: Mark all targets in debian/rules as phony

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

commit 1c61d9ec15a31d129be318e6333bf4871561d51f
Author: Sven Eckelmann <sven at narfation.org>
Date:   Sat Jul 23 16:43:21 2011 +0200

    Mark all targets in debian/rules as phony
---
 debian/changelog | 6 ++++++
 debian/rules     | 5 +++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a4ebe67..30b06ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mupen64plus-video-rice (1.99.4-3) UNRELEASED; urgency=low
+
+  * Mark all targets in debian/rules as phony
+
+ -- Sven Eckelmann <sven at narfation.org>  Sat, 23 Jul 2011 16:42:59 +0200
+
 mupen64plus-video-rice (1.99.4-2) experimental; urgency=low
 
   * debian/patches:
diff --git a/debian/rules b/debian/rules
index 2cf5162..de7151a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,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/ LIBDIR="/usr/lib/$(DEB_HOST_MULTIARCH)/mupen64plus"
 
-%:
+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:
@@ -38,4 +38,5 @@ override_dh_strip:
 override_dh_installchangelogs:
 	dh_installchangelogs RELEASE
 
-.PHONY: get-orig-source
+.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

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



More information about the Pkg-games-commits mailing list