From a4e24f55460a508641ef969e02d2b9257392700e Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 28 Oct 2017 18:32:52 +0200 Subject: [PATCH] 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 --- debian/control | 6 +++--- debian/{libgtp1.install => libgtp2.install} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename debian/{libgtp1.install => libgtp2.install} (100%) 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 similarity index 100% rename from debian/libgtp1.install rename to debian/libgtp2.install