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/.
Holger Freyther gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/1658
debian: Require libgtp1-dev after the SO version bump
The ABI of libgtp changed and we require a new library now. In the
future we might consider to drop the SO_VERSION from the -dev name.
Change-Id: Ib301b27e2c08fda827b55820389247e27e5e8fc7
---
M debian/control
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/58/1658/1
diff --git a/debian/control b/debian/control
index 144e649..1df3ed4 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@
autotools-dev,
autoconf-archive,
pkg-config,
- libgtp0-dev,
+ libgtp1-dev,
libosmocore-dev,
libosmo-sccp-dev,
libdbi0-dev,
--
To view, visit https://gerrit.osmocom.org/1658
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib301b27e2c08fda827b55820389247e27e5e8fc7
Gerrit-PatchSet: 1
Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Owner: Holger Freyther <holger at freyther.de>