Skip to content

Commit

Permalink
Add Debian packaging files
Browse files Browse the repository at this point in the history
Using gr-limesdr as a reference
  • Loading branch information
daniestevez committed Sep 20, 2020
1 parent 2928823 commit f67cbb7
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 0 deletions.
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
gr-satellites (3.5.0-0) UNRELEASED; urgency=medium

* Initial release

-- <[email protected]> Sat, 19 Sep 2020 20:17:36 +0000
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10
32 changes: 32 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Source: gr-satellites
Section: comm
Priority: optional
Maintainer: Daniel Estevez <[email protected]>
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.
12 changes: 12 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/

Files: *
Copyright: 2020 Daniel Estevez <[email protected]>
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'.
4 changes: 4 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/make -f

%:
dh $@ --with python3
1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (quilt)

0 comments on commit f67cbb7

Please sign in to comment.