diff --git a/.travis.yml b/.travis.yml index d81eecc..3bc5da6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: cpp -dist: trusty +dist: bionic sudo: false compiler: @@ -14,6 +14,7 @@ addons: - libmbe-dev - libsndfile1-dev - libitpp-dev + - librtlsdr-dev - portaudio19-dev before_script: diff --git a/debian/control b/debian/control index 58239bc..0479cf4 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: dsd Section: hamradio Priority: optional Maintainer: Jared Szechy -Build-Depends: debhelper (>= 9), libmbe-dev, libitpp-dev, libsndfile1-dev, - portaudio19-dev, cmake, git, help2man +Build-Depends: debhelper (>= 9), libmbe-dev, libitpp-dev, librtlsdr-dev + libsndfile1-dev, portaudio19-dev, cmake, git, help2man Standards-Version: 4.1.4 Homepage: https://github.com/szechyjs/dsd Vcs-Git: https://github.com/szechyjs/dsd.git @@ -17,4 +17,4 @@ Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Description: Digital Speech Decoder DSD is able to decode several digital voice formats from discriminator tap - audio and synthesize the decoded speech. \ No newline at end of file + audio and synthesize the decoded speech. diff --git a/debian/copyright b/debian/copyright index 898cf45..46dadab 100644 --- a/debian/copyright +++ b/debian/copyright @@ -20,6 +20,14 @@ Files: src/dstar_header.c include/dstar_header.h include/fcs.h Copyright: Copyright (C) 2010 by Kristoff Bonne, ON1ARF License: GPL-2 +Files: src/rtl_sdr_fm.cpp +Copyright: Copyright (C) 2012 by Steve Markgraf + Copyright (C) 2012 by Hoernchen + Copyright (C) 2012 by Kyle Keen + Copyright (C) 2013 by Elias Oenal + Copyright (C) 2014 by Kyle Keen +License: GPL-2 + Files: include/descramble.h Copyright: Copyright (C) 2011 by Jonathan Naylor, G4KLX License: GPL-2 @@ -103,4 +111,4 @@ License: BSL-1.0 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER - DEALINGS IN THE SOFTWARE. \ No newline at end of file + DEALINGS IN THE SOFTWARE.