aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 00000000..d5a413f3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: osmo-bts
+Section: net
+Priority: optional
+Maintainer: Harald Welte <laforge@gnumonks.org>
+Build-Depends: debhelper (>= 7.0.0~), autotools-dev, pkg-config, libosmocore-dev, dh-autoreconf, libosmo-abis-dev, libortp-dev
+Standards-Version: 0.3.0
+Homepage: http://openbsc.osmocom.org/trac/wiki/OsmoBTS
+Vcs-Git: git://git.osmocom.org/osmo-bts
+Vcs-Browser: http://cgit.osmocom.org/osmo-bts/
+
+Package: osmo-bts
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libosmocore
+Description: Osmocom GSM BTS implementation.
+
+Package: osmo-bts-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: osmo-bts (= ${binary:Version}), ${misc:Depends}
+Description: Debug symbols for the osmo-bts
+ Make debugging possible \ No newline at end of file