aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-10-28 18:32:52 +0200
committerHarald Welte <laforge@gnumonks.org>2017-10-28 18:34:08 +0200
commita4e24f55460a508641ef969e02d2b9257392700e (patch)
treeee715bb3ec610f94d2a289d119d7176dd241f25a
parent29caaab817b1864079c8f4eccd90ad17baf62b3b (diff)
Debian: libgtp is libgtp2 for some time, not libgtp1 anymore
In Change-Id Ie631880155513b1b78d1e9dd473dc5dc50e05943 we changed LIBVERSION but didn't update debian/control. Change-Id: I7a1349e9609cb455c0fe9d63d085e7c44dff96ef
-rw-r--r--debian/control6
-rw-r--r--debian/libgtp2.install (renamed from debian/libgtp1.install)0
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index bed17e2..1dceabe 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Description: Osmocom Gateway GPRS Support Node (GGSN)
operators as the interface between the Internet and the rest of the
mobile network infrastructure.
-Package: libgtp1
+Package: libgtp2
Architecture: any
Multi-Arch: same
Section: libs
@@ -41,7 +41,7 @@ Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
- libgtp1 (= ${binary:Version})
+ libgtp2 (= ${binary:Version})
Description: Development files for libgtp
OsmoGGSN 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: osmo-ggsn-dbg
Section: debug
Architecture: any
Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, libgtp1 (= ${binary:Version}), osmo-ggsn (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libgtp2 (= ${binary:Version}), osmo-ggsn (= ${binary:Version})
Multi-Arch: same
Description: Debug symbols for OsmoGGSN
diff --git a/debian/libgtp1.install b/debian/libgtp2.install
index 3ddde58..3ddde58 100644
--- a/debian/libgtp1.install
+++ b/debian/libgtp2.install