[PATCH] libosmo-netif[master]: deb: fix lib version

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/.

Max gerrit-no-reply at lists.osmocom.org
Mon Jan 16 10:30:44 UTC 2017


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

deb: fix lib version

The library version does not match LIBVERSION from Makefile.am and -dev
package dependency - bump it.

Change-Id: Ie9bcd71ffcaeaa78aeef74ec329a6966ce1f1ba6
Related: OS#1860
---
M debian/control
R debian/libosmonetif3.install
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/12/1612/1

diff --git a/debian/control b/debian/control
index f499728..f4c94bb 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@
 Vcs-Git: git://git.osmocom.org/libosmo-netif.git
 Homepage: https://projects.osmocom.org/projects/libosmo-netif
 
-Package: libosmonetif2
+Package: libosmonetif3
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -51,7 +51,7 @@
 Section: debug
 Architecture: any
 Priority: extra
-Depends: libosmonetif2 (= ${binary:Version}), ${misc:Depends}
+Depends: libosmonetif3 (= ${binary:Version}), ${misc:Depends}
 Multi-Arch: same
 Description: Debug symbols for Osmocom network interface library
  The libosmo-netif library is one of the libraries needed by the
diff --git a/debian/libosmonetif2.install b/debian/libosmonetif3.install
similarity index 100%
rename from debian/libosmonetif2.install
rename to debian/libosmonetif3.install

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie9bcd71ffcaeaa78aeef74ec329a6966ce1f1ba6
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>



More information about the gerrit-log mailing list