aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2016-04-25 10:28:44 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2016-04-25 10:28:44 +0200
commit062e32c901268a90bcfdb6f70776a3626de3b32b (patch)
tree55e66529a123e31fa30b6897a4d8211b6e24dc83 /debian/control
parent13d9e7a3341f752b239ed1eec3c3aae85ad39afe (diff)
Added files from the example:
http://simmesimme.github.io/lessons/2011/11/02/ppa-launchpad-cmake/ after slight change in order to make launchpad compile gr-gsm.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d4e5661
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,13 @@
+Source: gr-gsm
+Section: devel
+Priority: optional
+Maintainer: Your Name <your.email@some.where>
+Build-Depends: cmake, build-essential, python-scipy, gnuradio-dev, gr-osmosdr, libosmocore-dev
+
+Homepage: http://www.yourhomepage.org
+Package: gr-gsm
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, gnuradio, gr-osmosdr, python-scipy
+Description: First test-package
+ Long description of greet-the-world.
+ It can span multiple lines!