-
-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
6 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/usr/bin/make -f | ||
|
||
%: | ||
dh $@ --with python3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.0 (quilt) |