[wxmupen64plus] 16/71: Mark all targets in debian/rules as phony

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:23:30 UTC 2015


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

ecsv-guest pushed a commit to branch experimental
in repository wxmupen64plus.

commit 0084b959842d68afc216f94d583d32390bcf2d94
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 | 1 +
 debian/rules     | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 74ce5c7..3f02e12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,5 +9,6 @@ wxmupen64plus (0.1+20110516-1) UNRELEASED; urgency=low
       datadir
   * Update Vcs-* fields to new anonscm.debian.org URLs in debian/control
   * Provide search path to plugins and core in debian/rules
+  * Mark all targets in debian/rules as phony
 
  -- Sven Eckelmann <sven at narfation.org>  Mon, 17 Aug 2009 10:18:49 +0200
diff --git a/debian/rules b/debian/rules
index 80c982c..73f9a5a 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 = --mupenapi=/usr/include/mupen64plus/ --prefix=/usr --bindir='/usr/games/' --libdir='/usr/lib/$(DEB_HOST_MULTIARCH)/mupen64plus/' --datadir='/usr/share/wxmupen64plus/' --destdir=debian/tmp
 
-%:
+binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep %:
 	dh $@ --parallel --list-missing
 
 get-orig-source:
@@ -42,4 +42,5 @@ override_dh_auto_install:
 override_dh_strip:
 	dh_strip -a --dbg-package=wxmupen64plus-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_configure override_dh_auto_install override_dh_strip

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



More information about the Pkg-games-commits mailing list