osmith submitted this change.
debian: add subpackage osmocom-bb-virtphy
I've decided to name the package osmocom-bb-virtphy so there is no
underscore in it (would look weird in addition to the minus character)
and because it matches the name of the binary "virtphy".
Change-Id: I09d98aba81ab6c76ad46aae36e7369114cef7dd7
---
M debian/control
M debian/rules
2 files changed, 10 insertions(+), 0 deletions(-)
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:
To view, visit change 39001. To unsubscribe, or for help writing mail filters, visit settings.