osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmocom-bb/+/39000?usp=email )
Change subject: debian: add subpackage osmocom-bb-trxcon
......................................................................
debian: add subpackage osmocom-bb-trxcon
Change-Id: I548cec7427d70706b1b477c0845234efe6cf825f
---
M debian/control
M debian/rules
2 files changed, 10 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/00/39000/1
diff --git a/debian/control b/debian/control
index c90b6a7..fbcda98 100644
--- a/debian/control
+++ b/debian/control
@@ -27,3 +27,9 @@
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: MS-side implementation of L2 and L3 GSM protocols
+
+Package: osmocom-bb-trxcon
+Architecture: any
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: OsmocomBB <-> SDR connection bridge
diff --git a/debian/rules b/debian/rules
index df0520e..c3f71ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,10 @@
export SUBPKG_CFG=--with-gapk-io; \
dh $@ $(DH_ARGS)
+ export SUBPKG=trxcon; \
+ export SUBPKG_DIR=trxcon; \
+ dh $@ $(DH_ARGS)
+
# We need to run autoreconf multiple times, but dh_autoreconf can only run once
# (see dh-autoreconf(7)). Run autoreconf directly to work around this.
override_dh_autoreconf:
--
To view, visit
https://gerrit.osmocom.org/c/osmocom-bb/+/39000?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I548cec7427d70706b1b477c0845234efe6cf825f
Gerrit-Change-Number: 39000
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>