[game-data-packager] 01/01: Drop references to $(distro) make variable

Simon McVittie smcv at debian.org
Tue Oct 18 20:50:34 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 57e0ea8d615048382df306f23d8770450d35bb43
Author: Simon McVittie <smcv at debian.org>
Date:   Tue Oct 18 21:49:47 2016 +0100

    Drop references to $(distro) make variable
    
    This was left over from src:quake. We don't use it any more, since the
    Python launcher knows how to parse /etc/os-release.
---
 Makefile     | 1 -
 debian/rules | 1 -
 2 files changed, 2 deletions(-)

diff --git a/Makefile b/Makefile
index 4c40a08..ca970b0 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,6 @@ PYTHON := python3
 
 pkgdatadir := ${gamedatadir}/game-data-packager
 runtimedir := ${gamedatadir}/game-data-packager-runtime
-distro := $(shell lsb_release -si)
 PYFLAKES3 := $(shell if [ -x /usr/bin/pyflakes3 ] ;  then echo pyflakes3 ; \
                    elif [ -x /usr/bin/pyflakes3k ] ; then echo pyflakes3k ; \
                    elif [ -x /usr/bin/python3-pyflakes ] ; then echo python3-pyflakes ; \
diff --git a/debian/rules b/debian/rules
index a9fd811..701c43a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,6 @@ include /usr/share/dpkg/pkg-info.mk
 options := \
 	BUILD_DATE="$$(dpkg-parsechangelog --show-field=Date)" \
 	bindir='/usr/games' \
-	distro=$(shell dpkg-vendor --query Vendor) \
 	gamedatadir='/usr/share/games' \
 	$(NULL)
 

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