[hamradio-commits] [dump1090-mutability] 32/172: More version reporting tweaks.

Matteo F. Vescovi mfv at moszumanska.debian.org
Sun Jan 28 13:45:43 UTC 2018


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

mfv pushed a commit to branch master
in repository dump1090-mutability.

commit cf5a40db4c402b9d2c1cbba3fc06a76e0abed128
Author: Oliver Jowett <oliver at mutability.co.uk>
Date:   Wed Dec 10 12:44:00 2014 +0000

    More version reporting tweaks.
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 8f04ea0..047f532 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,9 +15,10 @@ DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
 
 VER=$(shell dpkg-parsechangelog -SVersion)
+SRCNAME=$(shell dpkg-parsechangelog -SSource)
 
 override_dh_auto_build:
-	dh_auto_build -- 'EXTRACFLAGS=-DHTMLPATH=\"/usr/share/dump1090-mutability/html\" -DMODES_DUMP1090_VERSION=\"$(VER)\"'
+	dh_auto_build -- 'EXTRACFLAGS=-DHTMLPATH=\"/usr/share/dump1090-mutability/html\" -DMODES_DUMP1090_VARIANT=\"$(SRCNAME)\" -DMODES_DUMP1090_VERSION=\"$(VER)\"'
 
 override_dh_install:
 	dh_install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/dump1090-mutability.git



More information about the pkg-hamradio-commits mailing list