diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2018-05-03 15:35:36 +0200 |
---|---|---|
committer | Pau Espin Pedrol <pespin@sysmocom.de> | 2018-05-03 15:35:40 +0200 |
commit | 93288d76daac66e5c47905476f7632c4b441ea4c (patch) | |
tree | bf5fe353f391190c39701a5b6c135b64c4190471 | |
parent | bf81932dffdc57dc88feb1f042f4025998d2065a (diff) |
debian: libosmoctrl: Use correct library version in pkg name
The number used in debian packaging is actually current-age, which is
still 0 in this case after it was bumped a while ago.
As a result, we had a libosmoctrl1_*.deb package installing a
libosmoctrl.so.0 file.
Fixes: OS#3175
Change-Id: I771f6c68570bc3b2bab68e1165c7284fd43e904d
-rw-r--r-- | debian/control | 6 | ||||
-rw-r--r-- | debian/libosmoctrl0.install (renamed from debian/libosmoctrl1.install) | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index d911f32f..29dbd166 100644 --- a/debian/control +++ b/debian/control @@ -31,7 +31,7 @@ Depends: libosmocodec0 (= ${binary:Version}), libosmogb6 (= ${binary:Version}), libosmogsm9 (= ${binary:Version}), libosmovty4 (= ${binary:Version}), - libosmoctrl1 (= ${binary:Version}), + libosmoctrl0 (= ${binary:Version}), libosmosim0 (= ${binary:Version}), ${misc:Depends} Description: Open Source MObile COMmunications CORE library (metapackage) @@ -245,7 +245,7 @@ Description: Documentation for the Osmo VTY library . This package contains the documentation for the libosmovty library. -Package: libosmoctrl1 +Package: libosmoctrl0 Section: libs Architecture: any Multi-Arch: same @@ -259,7 +259,7 @@ Description: Osmo control library (at least) other programs that are developed in the sphere of Free Software / Open Source mobile communication. . - The libosmoctrl1 library in particular contains an SNMP-like status interface. + The libosmoctrl library in particular contains an SNMP-like status interface. Package: libosmosim0 Section: libs diff --git a/debian/libosmoctrl1.install b/debian/libosmoctrl0.install index 56c64fc0..56c64fc0 100644 --- a/debian/libosmoctrl1.install +++ b/debian/libosmoctrl0.install |