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

Simon McVittie smcv at debian.org
Sun Nov 22 00:01:17 UTC 2015


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

smcv pushed a commit to branch master
in repository iortcw.

commit 47963d6bca905da12288ed94a0a694e386732ebb
Author: Simon McVittie <smcv at debian.org>
Date:   Sat Nov 21 22:40:55 2015 +0000

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

diff --git a/debian/changelog b/debian/changelog
index 3a7373e..3cdc999 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+iortcw (1.42b+20150930+dfsg1-2) UNRELEASED; urgency=medium
+
+  * debian/rules: maintainer-get-orig-source: put the tarball in
+    ../build-area
+
+ -- Simon McVittie <smcv at debian.org>  Sat, 21 Nov 2015 22:40:31 +0000
+
 iortcw (1.42b+20150930+dfsg1-1) experimental; urgency=low
 
   * New package for Return to Castle Wolfenstein (Closes: #773742)
diff --git a/debian/rules b/debian/rules
index cff66d0..26a7e6c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -141,7 +141,7 @@ get-orig-source:
 	rm -rf iortcw-${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 iortcw_${ORIG_VER}.orig.tar.xz ..
+	mv -i -v iortcw_${ORIG_VER}.orig.tar.xz ../build-area/

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



More information about the Pkg-games-commits mailing list