Change in osmo-bts[master]: debian: Create dbg package for osm-bts-virtual

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

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Mon Jul 2 17:33:03 UTC 2018


Pau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/9833


Change subject: debian: Create dbg package for osm-bts-virtual
......................................................................

debian: Create dbg package for osm-bts-virtual

Previously all debug symbols were being stored in osmo-bts-trx-dbg.

Change-Id: I9524234cb47c9d5d8e5dc2148c21746e1cd0f10c
---
M debian/control
M debian/rules
2 files changed, 10 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/33/9833/1

diff --git a/debian/control b/debian/control
index 437335f..0377d9f 100644
--- a/debian/control
+++ b/debian/control
@@ -40,3 +40,11 @@
  This version of OsmoBTS doesn't use actual GSM PHY/Hardware/RF, but
  utilizes GSMTAP-over-UDP frames for the Um interface.  This is useful
  in fully virtualized setups e.g. in combination with OsmocomBB virt_phy.
+
+Package: osmo-bts-virtual-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: osmo-bts-virtual (= ${binary:Version}), ${misc:Depends}
+Description: Debug symbols for the osmo-bts-virtual
+ Make debugging possible
diff --git a/debian/rules b/debian/rules
index 80ba0b2..32d9342 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,8 @@
 	dh $@ --with=systemd --with autoreconf --fail-missing
 
 override_dh_strip:
-	dh_strip --dbg-package=osmo-bts-trx-dbg
+	dh_strip --package=osmo-bts-virtual --dbg-package=osmo-bts-virtual-dbg
+	dh_strip --package=osmo-bts-trx --dbg-package=osmo-bts-trx-dbg
 
 override_dh_autoreconf:
 	echo $(VERSION) > .tarball-version
@@ -29,4 +30,3 @@
 # Print test results in case of a failure
 override_dh_auto_test:
 	dh_auto_test || (find . -name testsuite.log -exec cat {} \; ; false)
-

-- 
To view, visit https://gerrit.osmocom.org/9833
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9524234cb47c9d5d8e5dc2148c21746e1cd0f10c
Gerrit-Change-Number: 9833
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180702/f629611d/attachment.htm>


More information about the gerrit-log mailing list