[game-data-packager] 01/03: manual-check: move tmp/ to out/manual-check/

Simon McVittie smcv at debian.org
Sun Sep 25 17:17:55 UTC 2016


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

smcv pushed a commit to branch master
in repository game-data-packager.

commit 655a3d47006396ede9481119ad3850d8ec1c7c68
Author: Simon McVittie <smcv at debian.org>
Date:   Fri Aug 26 11:46:11 2016 +0100

    manual-check: move tmp/ to out/manual-check/
    
    This means we only have one directory to clean up.
---
 Makefile         | 6 +++---
 debian/changelog | 1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 3b20eb5..0bbeef1 100644
--- a/Makefile
+++ b/Makefile
@@ -178,12 +178,12 @@ endif
 
 # Requires additional setup, so not part of "make check"
 manual-check:
-	install -d tmp/
+	install -d out/manual-check/
 	for game in $(TEST_SUITE); do \
 	        GDP_MIRROR=$(GDP_MIRROR) GDP_UNINSTALLED=1 PYTHONPATH=. \
-		python3 -m game_data_packager.command_line -d ./tmp --no-compress $$game --no-search || exit $$?; \
+		python3 -m game_data_packager.command_line -d ./out/manual-check --no-compress $$game --no-search || exit $$?; \
 	done
-	rm -fr tmp/
+	rm -fr out/manual-check/
 
 html: $(DIRS) $(json)
 	LC_ALL=C GDP_UNINSTALLED=1 PYTHONPATH=. python3 -m tools.babel
diff --git a/debian/changelog b/debian/changelog
index 6833eca..54eb150 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ game-data-packager (46) UNRELEASED; urgency=medium
     - also search for games assets in 'Program Files (x86)' directories
   * Internal changes:
     - switch to debhelper 10, no change needed
+    - manual-check: move tmp/ to out/manual-check/ [smcv]
 
  -- Simon McVittie <smcv at debian.org>  Fri, 01 Jul 2016 10:30:08 +0100
 

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



More information about the Pkg-games-commits mailing list