aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-04-01 16:46:42 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-04-01 17:01:54 +0200
commit460e1b7387ded53bd2ba320d3108196dc7100d40 (patch)
tree209fc698d2c277c6142484268bae920ea86d227a /debian/control
parent21fc6e45fbe201dcc6c066a006cef899e931064a (diff)
debian: Create initial packaging for the osmo-bts-trx
This is only with osmo-bts-trx as others require headers that are not packaged yet.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 00000000..d067e317
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: osmo-bts
+Section: net
+Priority: optional
+Maintainer: Holger Hans Peter Freyther <holger@moiji-mobile.com>
+Build-Depends: debhelper (>= 7.0.0~), dh-autoreconf, dh-systemd (>= 1.5), autotools-dev, pkg-config, libosmocore-dev, libortp-dev, libosmo-abis-dev, libosmo-netif-dev
+Standards-Version: 3.8.4
+Homepage: http://osmocom.org/projects/osmobts
+Vcs-Git: git://git.osmocom.org/osmo-bts
+Vcs-Browser: http://git.osmocom.org/osmo-bts/
+
+Package: osmo-bts-trx
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: osmo-bts-trx GSM BTS with osmo-trx
+ osmo-bts-trx to be used with the osmo-trx application
+
+Package: osmo-bts-trx-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: osmo-bts-trx (= ${binary:Version}), ${misc:Depends}
+Description: Debug symbols for the osmo-bts-trx
+ Make debugging possible
+