From 367baa3776476d3fd33d8a73f1f2572e09e06368 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 13 Aug 2017 09:41:33 +0200 Subject: update debian/changelog to 0.94 + fix pkg-config version This updates the debian changelog to 0.94 and adds some logic to debian/rulres which fixes the version of the libgtp.pc file built as part of our OBS builds (used to be UNKNOWN since commit 23eea1d132120198745dcca32728906d5f05dc5f) Change-Id: I883feaef35ff5ffd1b22fb255b7c36112b4a8f3b --- debian/changelog | 11 +++++++++-- debian/rules | 4 ++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5d52bfd..17a0a36 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,16 @@ -openggsn (0.93) UNRELEASED; urgency=medium +openggsn (0.94) UNRELEASED; urgency=medium + [ Holger Hans Peter Freyther ] * Bump version to ease upgrading from Debian SID. * Bump libgtp SO version after ABI change. - -- Holger Hans Peter Freyther Tue, 24 Jan 2017 17:26:26 +0100 + [ Harald Welte ] + * various documentation / README updates + * improve error logging and propagation + * endian-safe definition of IP header + * IPv6 user plane support + + -- Harald Welte Sun, 13 Aug 2017 09:34:20 +0200 openggsn (0.92) precise; urgency=medium diff --git a/debian/rules b/debian/rules index 8710fa0..aa95e28 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,10 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEBIAN := $(shell dpkg-parsechangelog | grep ^Version: | cut -d' ' -f2) +DEBVERS := $(shell echo '$(DEBIAN)' | cut -d- -f1) +VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/[+-].*//' -e 's/~//g') + # This has to be exported to make some magic below work. #export DH_OPTIONS export DEB_BUILD_MAINT_OPTIONS = hardening=+all -- cgit v1.2.3