osmith submitted this change.

View Change

Approvals: fixeria: Looks good to me, but someone else must approve laforge: Looks good to me, approved Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve
debian: add subpackage osmocom-bb-trxcon

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

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 change 39000. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I548cec7427d70706b1b477c0845234efe6cf825f
Gerrit-Change-Number: 39000
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>