aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2017-01-24 17:21:05 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2017-01-26 11:14:59 +0100
commit68d244d3022d41a170f83ddec5050d659aef0bcd (patch)
treeb0d328cfdb63becca04abc8191fcbcfe26157415 /debian
parent7716860845b2426d94eadbc652034a91bc5d7dd1 (diff)
abi/debian: Bump ABI version of libgtp after struct size change
The gsn_t changed the size with the addition of the ctrl pointer. Bump the SO version to not break osmo-sgsn/ggsn on upgrade. Call the -dev package libgtp-dev to follow the rest of Osmocom and to ease making releases here. Change-Id: Iac4d6d2effde1a6b2f60b1e1b49c91513d5ca8c3
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/control8
-rw-r--r--debian/libgtp-dev.install (renamed from debian/libgtp0-dev.install)0
-rw-r--r--debian/libgtp1.install (renamed from debian/libgtp0.install)0
4 files changed, 6 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index a00671b..5d52bfd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
openggsn (0.93) UNRELEASED; urgency=medium
* 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 May 2016 22:53:16 +0200
+ -- Holger Hans Peter Freyther <holger@moiji-mobile.com> Tue, 24 Jan 2017 17:26:26 +0100
openggsn (0.92) precise; urgency=medium
diff --git a/debian/control b/debian/control
index 9306656..4e5b168 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Description: Gateway GPRS Support Node (GGSN)
operators as the interface between the Internet and the rest of the
mobile network infrastructure.
-Package: libgtp0
+Package: libgtp1
Architecture: any
Multi-Arch: same
Section: libs
@@ -36,12 +36,12 @@ Description: library implementing the GTP protocol between SGSN and GGSN
This library is part of openggsn and implements the GTP protocol between
SGSN (Serving GPRS support node) and GGSN.
-Package: libgtp0-dev
+Package: libgtp-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
- libgtp0 (= ${binary:Version})
+ libgtp1 (= ${binary:Version})
Description: Development files for libgtp
OpenGGSN is a Gateway GPRS Support Node (GGSN). It is used by mobile
operators as the interface between the Internet and the rest of the
@@ -54,6 +54,6 @@ Package: openggsn-dbg
Section: debug
Architecture: any
Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, libgtp0 (= ${binary:Version}), openggsn (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libgtp1 (= ${binary:Version}), openggsn (= ${binary:Version})
Multi-Arch: same
Description: Debug symbols for OpenGGSN
diff --git a/debian/libgtp0-dev.install b/debian/libgtp-dev.install
index 465f933..465f933 100644
--- a/debian/libgtp0-dev.install
+++ b/debian/libgtp-dev.install
diff --git a/debian/libgtp0.install b/debian/libgtp1.install
index 3ddde58..3ddde58 100644
--- a/debian/libgtp0.install
+++ b/debian/libgtp1.install