[ioquake3] 55/59: debian/rules: mark get-orig-source as a phony target

Simon McVittie smcv at debian.org
Wed Sep 21 19:57:11 UTC 2016


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

smcv pushed a commit to branch debian/master
in repository ioquake3.

commit 4ff12c49c9e0b92161fed9378bff5c816e263346
Author: Simon McVittie <smcv at debian.org>
Date:   Wed Sep 21 11:09:26 2016 +0100

    debian/rules: mark get-orig-source as a phony target
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4f31aca..92eb54f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ ioquake3 (1.36+u20160914+dfsg1-1) UNRELEASED; urgency=medium
   * Remove ioquake3-dbg, rely on automatic dbgsym packages instead
   * Bump debhelper compat level to 10
     - don't explicitly do a parallel build, it is the default
+  * debian/rules: mark get-orig-source as a phony target
 
  -- Simon McVittie <smcv at debian.org>  Wed, 21 Sep 2016 10:21:52 +0100
 
diff --git a/debian/rules b/debian/rules
index d4b34d8..5919204 100755
--- a/debian/rules
+++ b/debian/rules
@@ -103,6 +103,7 @@ else
 	ORIG_EXPORT := ${ORIG_REV}
 endif
 
+.PHONY: get-orig-source
 get-orig-source:
 	git clone --bare --depth=1 ${ORIG_REPO} ${ORIG_SOURCE}-${ORIG_VER}.git
 	GIT_DIR=${ORIG_SOURCE}-${ORIG_VER}.git git fetch ${ORIG_REPO} ${ORIG_EXPORT}

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



More information about the Pkg-games-commits mailing list