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/.
Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/3999
set API versions back to 0
Roll back the LIBVERSIONs to 0:0:0 -- the bumps so far have been confused and
wrong. Let's start over from scratch with API-current of 0 while we still can.
Rename the mgcp_client debian .install files back to 0 to match the API
version.
Change-Id: I3d81853f811f412b186621c3657bab6af397a980
---
M debian/control
R debian/libosmo-mgcp-client0.install
M src/libosmo-mgcp-client/Makefile.am
3 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/99/3999/1
diff --git a/debian/control b/debian/control
index 2dfeb09..aca5a62 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@
Depends: libosmo-legacy-mgcp0 (= ${binary:Version}), ${misc:Depends}
Description: libosmo-legacy-mgcp: Osmocom's Media Gateway server library
-Package: libosmo-mgcp-client1
+Package: libosmo-mgcp-client0
Section: libs
Architecture: any
Multi-Arch: same
@@ -46,5 +46,5 @@
Section: libdevel
Architecture: any
Multi-Arch: same
-Depends: libosmo-mgcp-client1 (= ${binary:Version}), ${misc:Depends}
+Depends: libosmo-mgcp-client0 (= ${binary:Version}), ${misc:Depends}
Description: libosmo-mgcp-client: Osmocom's Media Gateway Control Protocol client utilities
diff --git a/debian/libosmo-mgcp-client1.install b/debian/libosmo-mgcp-client0.install
similarity index 100%
rename from debian/libosmo-mgcp-client1.install
rename to debian/libosmo-mgcp-client0.install
diff --git a/src/libosmo-mgcp-client/Makefile.am b/src/libosmo-mgcp-client/Makefile.am
index 0416081..e644862 100644
--- a/src/libosmo-mgcp-client/Makefile.am
+++ b/src/libosmo-mgcp-client/Makefile.am
@@ -22,7 +22,7 @@
# This is _NOT_ the library release version, it's an API version.
# Please read Chapter 6 "Library interface versions" of the libtool
# documentation before making any modification
-MGCP_CLIENT_LIBVERSION=1:0:1
+MGCP_CLIENT_LIBVERSION=0:0:0
lib_LTLIBRARIES = \
libosmo-mgcp-client.la \
--
To view, visit https://gerrit.osmocom.org/3999
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3d81853f811f412b186621c3657bab6af397a980
Gerrit-PatchSet: 1
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>