[PATCH] libosmocore[master]: debian: libosmoctrl: Use correct library version in pkg name

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Thu May 3 13:49:28 UTC 2018


Review at  https://gerrit.osmocom.org/7999

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
---
M debian/control
R debian/libosmoctrl0.install
2 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/99/7999/1

diff --git a/debian/control b/debian/control
index d911f32..29dbd16 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,7 @@
          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 @@
  .
  This package contains the documentation for the libosmovty library.
 
-Package: libosmoctrl1
+Package: libosmoctrl0
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -259,7 +259,7 @@
  (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
similarity index 100%
rename from debian/libosmoctrl1.install
rename to debian/libosmoctrl0.install

-- 
To view, visit https://gerrit.osmocom.org/7999
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I771f6c68570bc3b2bab68e1165c7284fd43e904d
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list