diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index ca1b0ba..0000000 --- a/debian/changelog +++ /dev/null @@ -1,7 +0,0 @@ -dsd (1.7.0~1) bionic; urgency=medium - - ** SNAPSHOT build ** - - * Initial upload! - - -- Jared Szechy Thu, 28 Jun 2018 23:00:00 -0400 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index f11c82a..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 \ No newline at end of file diff --git a/debian/control b/debian/control deleted file mode 100644 index 0479cf4..0000000 --- a/debian/control +++ /dev/null @@ -1,20 +0,0 @@ -Source: dsd -Section: hamradio -Priority: optional -Maintainer: Jared Szechy -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 -Vcs-Browser: https://github.com/szechyjs/dsd - -Package: dsd -Section: hamradio -Architecture: any -Multi-Arch: foreign -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. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 46dadab..0000000 --- a/debian/copyright +++ /dev/null @@ -1,114 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: DSD -Upstream-Contact: Jared Szechy -Source: https://github.com/szechyjs/dsd - -Files: * -Copyright: Copyright (C) 2010 DSD Author -License: ISC - -Files: debian/* cmake/* CMakeLists.txt -Copyright: Copyright (C) 2018 Jared Szechy, K8JSS -License: ISC - -Files: cmake/git_revision.cmake* -Copyright: 2009-2010 Ryan Pavlik - Iowa State University 2009-2010 -License: BSL-1.0 - -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 - -Files: test/gtest/* test/gmock/* -Copyright: Copyright 2008, Google Inc. -License: BSD-3-Clause - -License: GPL-2 - 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 2 of the License. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - . - On Debian systems, the complete text of the GNU General - Public License can be found in `/usr/share/common-licenses/GPL-2'. - -License: ISC - Permission to use, copy, modify, and/or distribute this software for any - purpose with or without fee is hereby granted, provided that the above - copyright notice and this permission notice appear in all copies. - . - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - PERFORMANCE OF THIS SOFTWARE. - -License: BSD-3-Clause - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - . - * Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - . - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - . - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - . - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE - DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE - FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER - CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, - OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -License: BSL-1.0 - Boost Software License - Version 1.0 - August 17th, 2003 - . - Permission is hereby granted, free of charge, to any person or organization - obtaining a copy of the software and accompanying documentation covered by - this license (the "Software") to use, reproduce, display, distribute, - execute, and transmit the Software, and to prepare derivative works of the - Software, and to permit third-parties to whom the Software is furnished to - do so, all subject to the following: - . - The copyright notices in the Software and this entire statement, including - the above license grant, this restriction and the following disclaimer, - must be included in all copies of the Software, in whole or in part, and - all derivative works of the Software, unless such copies or derivative - works are solely in the form of machine-executable object code generated by - a source language processor. - . - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT - 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. diff --git a/debian/dsd.install b/debian/dsd.install deleted file mode 100644 index 4cdb914..0000000 --- a/debian/dsd.install +++ /dev/null @@ -1,2 +0,0 @@ -usr/bin/* -usr/share/man/man1/* \ No newline at end of file diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 39930d8..0000000 --- a/debian/rules +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/make -f - -%: - dh $@ - -# debhelper defaults to running make install DESTDIR=debian/$(PACKAGE) -# when the source package builds only one binary package. -override_dh_auto_install: - dh_auto_install --destdir=$(CURDIR)/debian/tmp \ No newline at end of file diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 9f67427..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (native) \ No newline at end of file diff --git a/debian/source/options b/debian/source/options deleted file mode 100644 index 3ae9f99..0000000 --- a/debian/source/options +++ /dev/null @@ -1 +0,0 @@ -tar-ignore = .gitignore \ No newline at end of file