[ioquake3] 01/05: debian/rules: maintainer-get-orig-source: put the tarball in ../build-area

Simon McVittie smcv at debian.org
Sun Nov 22 00:02:33 UTC 2015


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

smcv pushed a commit to branch master
in repository ioquake3.

commit 84672555d9afcd748182da7e9e7d2872281a6eac
Author: Simon McVittie <smcv at debian.org>
Date:   Sat Nov 21 17:11:47 2015 +0000

    debian/rules: maintainer-get-orig-source: put the tarball in ../build-area
---
 debian/changelog | 2 ++
 debian/rules     | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 43bd915..01d9d9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ ioquake3 (1.36+u20150926+dfsg1-2) UNRELEASED; urgency=medium
 
   * debian/control: remove architecture restriction, which didn't
     actually exclude anything in Debian or debian-ports
+  * debian/rules: maintainer-get-orig-source: put the tarball in
+    ../build-area
 
  -- Simon McVittie <smcv at debian.org>  Sun, 04 Oct 2015 23:57:01 +0100
 
diff --git a/debian/rules b/debian/rules
index 6feb760..a706518 100755
--- a/debian/rules
+++ b/debian/rules
@@ -118,7 +118,7 @@ get-orig-source:
 	rm -rf ioquake3-${ORIG_VER}.git
 
 # to be invoked from a git checkout with upstream github as a remote;
-# tarball ends up in parent directory
+# tarball ends up in ../build-area
 maintainer-get-orig-source:
 	$(MAKE) -f debian/rules get-orig-source ORIG_REPO=$$(pwd)/.git
-	mv -i -v ioquake3_${ORIG_VER}.orig.tar.xz ..
+	mv -i -v ioquake3_${ORIG_VER}.orig.tar.xz ../build-area/

-- 
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