osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmocom-bb/+/39001?usp=email )
Change subject: debian: add subpackage osmocom-bb-virtphy ......................................................................
debian: add subpackage osmocom-bb-virtphy
Change-Id: I09d98aba81ab6c76ad46aae36e7369114cef7dd7 --- M debian/control M debian/rules 2 files changed, 10 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/01/39001/1
diff --git a/debian/control b/debian/control index fbcda98..7c5306c 100644 --- a/debian/control +++ b/debian/control @@ -33,3 +33,9 @@ Multi-Arch: foreign Depends: ${misc:Depends}, ${shlibs:Depends} Description: OsmocomBB <-> SDR connection bridge + +Package: osmocom-bb-virtphy +Architecture: any +Multi-Arch: foreign +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Osmocom virtual physical layer diff --git a/debian/rules b/debian/rules index c3f71ad..e4f5cb0 100755 --- a/debian/rules +++ b/debian/rules @@ -11,6 +11,10 @@ export SUBPKG_DIR=trxcon; \ dh $@ $(DH_ARGS)
+ export SUBPKG=virtphy; \ + export SUBPKG_DIR=virt_phy; \ + 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: