[lugaru] 01/01: Add Debian-specific release version

Martin Werner arand-guest at moszumanska.debian.org
Wed May 24 08:28:18 UTC 2017


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

arand-guest pushed a commit to branch master
in repository lugaru.

commit 2922612f72d17a9901ce5510641978f2e8bb21d6
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Wed May 24 10:25:41 2017 +0200

    Add Debian-specific release version
    
    As suggested by upstream, use LUGARU_VERSION_RELEASE to add the Debian
    version to the separate "vendor" part of the version string.
---
 debian/rules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index e6733d7..a99a58a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+include /usr/share/dpkg/pkg-info.mk
+
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
@@ -10,4 +12,5 @@ override_dh_auto_configure:
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DSYSTEM_INSTALL=ON \
 		-DCMAKE_INSTALL_BINDIR=games \
-		-DCMAKE_INSTALL_DATADIR=share/games
+		-DCMAKE_INSTALL_DATADIR=share/games \
+		-DLUGARU_VERSION_RELEASE="Debian $(DEB_VERSION)"

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



More information about the Pkg-games-commits mailing list