[PATCH] openggsn[master]: update debian/changelog to 0.94 + fix pkg-config version

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sun Aug 13 22:23:17 UTC 2017


Review at  https://gerrit.osmocom.org/3508

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
---
M debian/changelog
M debian/rules
2 files changed, 13 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/openggsn refs/changes/08/3508/1

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 <holger at moiji-mobile.com>  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 <laforge at gnumonks.org>  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

-- 
To view, visit https://gerrit.osmocom.org/3508
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I883feaef35ff5ffd1b22fb255b7c36112b4a8f3b
Gerrit-PatchSet: 1
Gerrit-Project: openggsn
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list