[game-data-packager] 02/02: remove dead code remaining from shell-based GDP

Alexandre Detiste detiste-guest at moszumanska.debian.org
Sat Oct 31 16:44:16 UTC 2015


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

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

commit 6088ccd85506d4af4b274426683fa0663bcb3d0f
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Sat Oct 31 17:43:45 2015 +0100

    remove dead code remaining from shell-based GDP
---
 Makefile     | 1 -
 debian/rules | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index ec7ddb3..1b1182a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,3 @@
-VERSION := $(shell dpkg-parsechangelog | grep ^Version | cut -d' ' -f2-)
 DIRS := ./out
 GDP_MIRROR ?= localhost
 
diff --git a/debian/rules b/debian/rules
index 80759be..f5354c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,13 +11,13 @@ BUILD_DATE := $(shell dpkg-parsechangelog --show-field=Date)
 	dh $@ --parallel --with python3,bash-completion
 
 override_dh_auto_build:
-	dh_auto_build --parallel VERSION=$(DEB_VERSION)
+	dh_auto_build --parallel
 	find out -regex '.*\.\(json\|files\|size_and_md5\|cksums\|md5sums\|sha1sums\|sha256sums\)' \
           -exec touch --date='$(BUILD_DATE)' {} \;
 	make out/vfs.zip
 
 override_dh_auto_clean:
-	dh_auto_clean --parallel VERSION=$(DEB_VERSION)
+	dh_auto_clean --parallel
 	@if [ "`echo *.deb`" != "*.deb" ]; then \
 		echo; \
 		echo "*************************************************"; \

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