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/.
pespin gerrit-no-reply at lists.osmocom.orgpespin has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/libgtpnl/+/15085 )
Change subject: debian: Adapt package name to lib's current major version
......................................................................
debian: Adapt package name to lib's current major version
Current LIBVERSION is 1:1:1 (current:revision:age), so major=current-age
makes it be major=0: libgtpnl0.
It can bee seen in current osmocom debian repos that libgtpnl1 package
contains libgtpnl.so.0.
Let's set package name accordingly.
Change-Id: I7d2fa50b6a17a598467f555558660ef2396c1744
---
M debian/control
R debian/libgtpnl0.install
2 files changed, 3 insertions(+), 3 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
fixeria: Looks good to me, but someone else must approve
diff --git a/debian/control b/debian/control
index af83842..3128f3e 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@
Vcs-Browser: http://git.osmocom.org/gitweb?p=libgtpnl.git;a=summary
Homepage: https://projects.osmocom.org/projects/openggsn
-Package: libgtpnl1
+Package: libgtpnl0
Section: libs
Architecture: any
Multi-Arch: same
@@ -29,7 +29,7 @@
Multi-Arch: same
Section: libdevel
Depends: libmnl-dev,
- libgtpnl1 (= ${binary:Version}),
+ libgtpnl0 (= ${binary:Version}),
${misc:Depends}
Description: Development headers for Linux kernel GTP-U netlink library
The header files provided by this package may be used to develop
@@ -40,6 +40,6 @@
Multi-Arch: same
Section: debug
Priority: extra
-Depends: libgtpnl1 (= ${binary:Version}),
+Depends: libgtpnl0 (= ${binary:Version}),
${misc:Depends}
Description: Debug symbols for Linux kernel GTP-U netlink library
diff --git a/debian/libgtpnl1.install b/debian/libgtpnl0.install
similarity index 100%
rename from debian/libgtpnl1.install
rename to debian/libgtpnl0.install
--
To view, visit https://gerrit.osmocom.org/c/libgtpnl/+/15085
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libgtpnl
Gerrit-Branch: master
Gerrit-Change-Id: I7d2fa50b6a17a598467f555558660ef2396c1744
Gerrit-Change-Number: 15085
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: laforge <laforge at gnumonks.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190807/ed66d553/attachment.htm>