9
0
Fork 0

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 23eea1d132)

Change-Id: I883feaef35ff5ffd1b22fb255b7c36112b4a8f3b
This commit is contained in:
Harald Welte 2017-08-13 09:41:33 +02:00
parent 37d5b1557b
commit 367baa3776
2 changed files with 13 additions and 2 deletions

11
debian/changelog vendored
View File

@ -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@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@gnumonks.org> Sun, 13 Aug 2017 09:34:20 +0200
openggsn (0.92) precise; urgency=medium

4
debian/rules vendored
View File

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