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
This commit is contained in:
Pau Espin 2018-05-03 15:35:36 +02:00
parent bf81932dff
commit 93288d76da
2 changed files with 3 additions and 3 deletions

6
debian/control vendored
View File

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