From f67cbb782eabe1a708dcb31f81a77213528bb2a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Est=C3=A9vez?= Date: Sun, 20 Sep 2020 09:51:38 +0200 Subject: [PATCH] Add Debian packaging files Using gr-limesdr as a reference --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 32 ++++++++++++++++++++++++++++++++ debian/copyright | 12 ++++++++++++ debian/rules | 4 ++++ debian/source/format | 1 + 6 files changed, 55 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/rules create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 00000000..4dcfe2e5 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +gr-satellites (3.5.0-0) UNRELEASED; urgency=medium + + * Initial release + + -- Sat, 19 Sep 2020 20:17:36 +0000 diff --git a/debian/compat b/debian/compat new file mode 100644 index 00000000..f599e28b --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +10 diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..b1be22f0 --- /dev/null +++ b/debian/control @@ -0,0 +1,32 @@ +Source: gr-satellites +Section: comm +Priority: optional +Maintainer: Daniel Estevez +Build-Depends: cmake, + debhelper (>= 12~), + dh-python, + doxygen, + gnuradio-dev, + liborc-0.4-dev, + pkg-config, + python3-dev, + python3-six, + swig +Standards-Version: 3.5.0 +Homepage: http://github.com/daniestevez/gr-satellites +Vcs-Git: git://github.com/daniestevez/gr-satellites.git +Vcs-Browser: https://github.com/daniestevez/gr-satellites + +Package: gr-satellites +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, + gnuradio, + python3-construct, + python3-requests +Description:GNU Radio out-of-tree module with Amateur satellite decoders. + gr-satellites is a GNU Radio out-of-tree module that contains a collection of + decoders for Amateur satellites. It supports most popular protocols, such as AX.25, + the GOMspace NanoCom U482C and AX100 modems, an important part of the CCSDS stack, + the AO-40 protocol used in the FUNcube satellites, and several ad-hoc protocols + used in other satellites. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 00000000..cb7ea872 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,12 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ + +Files: * +Copyright: 2020 Daniel Estevez +License: GPL-3+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 3 dated June, 2007, or (at + your option) any later version. + . + On Debian systems, the complete text of version 3 of the GNU General + Public License can be found in '/usr/share/common-licenses/GPL-3'. diff --git a/debian/rules b/debian/rules new file mode 100644 index 00000000..25115de0 --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python3 diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 00000000..163aaf8d --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)