aboutsummaryrefslogtreecommitdiffstats
path: root/dists/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'dists/debian/control')
-rw-r--r--dists/debian/control16
1 files changed, 11 insertions, 5 deletions
diff --git a/dists/debian/control b/dists/debian/control
index a513300..e97d542a 100644
--- a/dists/debian/control
+++ b/dists/debian/control
@@ -3,15 +3,15 @@ Section: libdevel
Priority: optional
Maintainer: Piotr Krysik <ptrkrysik@gmail.com>
Build-Depends: cmake,
- debhelper (>= 9.0.0~),
- pkg-config,
- python-scipy,
+ debhelper (>= 9~),
gnuradio-dev,
libosmocore-dev,
+ pkg-config,
python-dev,
+ python-scipy,
swig
X-Python-Version: >= 2.7, << 2.8
-Standards-Version: 3.9.7
+Standards-Version: 4.0.1
Homepage: http://github.com/ptrkrysik/gr-gsm/
Vcs-Git: git://github.com/ptrkrysik/gr-gsm.git
Vcs-Browser: https://github.com/ptrkrysik/gr-gsm/
@@ -19,5 +19,11 @@ Vcs-Browser: https://github.com/ptrkrysik/gr-gsm/
Package: gr-gsm
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
-Depends: gnuradio, gr-osmosdr, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},
+ libjs-jquery,
+ gnuradio,
+ gr-osmosdr
Description: Gnuradio blocks and tools for receiving GSM transmissions
+ Implementation of the Global System for Mobile Communications
+ protocol and provide tools for scanning for GSM base stations and for
+ decoding GSM radio trafic.