[MERGED] osmo-ggsn[master]: Debian: package libgtp debug symbols as libgtp-dbg

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Sat Oct 28 17:09:50 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: Debian: package libgtp debug symbols as libgtp-dbg
......................................................................


Debian: package libgtp debug symbols as libgtp-dbg

... and some more Description for debian/control

Change-Id: I099735f8550134441a77c29e8c4d4d3c2490e379
---
M debian/control
M debian/rules
2 files changed, 19 insertions(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/debian/control b/debian/control
index 1dceabe..f31248e 100644
--- a/debian/control
+++ b/debian/control
@@ -57,3 +57,20 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}, libgtp2 (= ${binary:Version}), osmo-ggsn (= ${binary:Version})
 Multi-Arch: same
 Description: Debug symbols for OsmoGGSN
+ OsmoGGSN is a Gateway GPRS Support Node (GGSN). It is used by mobile
+ operators as the interface between the Internet and the rest of the
+ mobile network infrastructure.
+
+Package: libgtp-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: ${shlibs:Depends}, ${misc:Depends}, libgtp2 (= ${binary:Version})
+Multi-Arch: same
+Description: Debug symbols for OsmoGGSN
+ OsmoGGSN is a Gateway GPRS Support Node (GGSN). It is used by mobile
+ operators as the interface between the Internet and the rest of the
+ mobile network infrastructure.
+ .
+ The library libgtp implements the GTP protocol between SGSN and GGSN
+ and this package contains the development files for this library.
diff --git a/debian/rules b/debian/rules
index 6f27da9..57fe24c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,8 @@
 	dh $@ --with autoreconf
 
 override_dh_strip:
-	dh_strip --dbg-package=osmo-ggsn-dbg
+	dh_strip -posmo-ggsn --dbg-package=osmo-ggsn-dbg
+	dh_strip -plibgtp2 --dbg-package=libgtp-dbg
 
 override_dh_autoreconf:
 	echo $(VERSION) > .tarball-version

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I099735f8550134441a77c29e8c4d4d3c2490e379
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list