[mupen64plus] 230/262: Mark all targets in debian/rules as phony

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 05:59:43 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.

commit 84d43fad789b3aa8934e2bac1dee84fd3bfb0148
Author: Sven Eckelmann <sven at narfation.org>
Date:   Sat Jul 23 16:43:20 2011 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 94096c4..d1b0971 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 mupen64plus (1.5+dfsg1-17) UNRELEASED; urgency=low
 
   * Update Vcs-* fields to new anonscm.debian.org URLs in debian/control
+  * Mark all targets in debian/rules as phony
 
  -- Sven Eckelmann <sven at narfation.org>  Mon, 23 May 2011 23:56:26 +0200
 
diff --git a/debian/rules b/debian/rules
index 0a7d2ea..5113b8c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ LDFLAGS += -Wl,--as-needed
 DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
 MAKEOPTIONS = UNAME='$(DEB_HOST_GNU_CPU)' DBGSYM=1 PREFIX=/usr/ LIBDIR=/usr/lib/mupen64plus/ BINDIR=/usr/games/
 
-%:
+binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep %:
 	dh $@ --parallel --list-missing
 
 get-orig-source:
@@ -46,4 +46,5 @@ override_dh_auto_install:
 override_dh_strip:
 	dh_strip -a --dbg-package=mupen64plus-dbg
 
-.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_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.git



More information about the Pkg-games-commits mailing list