Delete debian directory

This commit is contained in:
lwvmobile 2022-06-16 05:53:32 -04:00 committed by GitHub
parent af6a5b39de
commit 1a87f81f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 0 additions and 155 deletions

7
debian/changelog vendored
View File

@ -1,7 +0,0 @@
dsd (1.7.0~1) bionic; urgency=medium
** SNAPSHOT build **
* Initial upload!
-- Jared Szechy <jared.szechy@gmail.com> Thu, 28 Jun 2018 23:00:00 -0400

1
debian/compat vendored
View File

@ -1 +0,0 @@
9

20
debian/control vendored
View File

@ -1,20 +0,0 @@
Source: dsd
Section: hamradio
Priority: optional
Maintainer: Jared Szechy <jared.szechy@gmail.com>
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.

114
debian/copyright vendored
View File

@ -1,114 +0,0 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: DSD
Upstream-Contact: Jared Szechy <jared.szechy@gmail.com>
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 <rpavlik@iastate.edu> <abiryan@ryand.net>
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 <steve@steve-m.de>
Copyright (C) 2012 by Hoernchen <la@tfc-server.de>
Copyright (C) 2012 by Kyle Keen <keenerd@gmail.com>
Copyright (C) 2013 by Elias Oenal <EliasOenal@gmail.com>
Copyright (C) 2014 by Kyle Keen <keenerd@gmail.com>
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.

2
debian/dsd.install vendored
View File

@ -1,2 +0,0 @@
usr/bin/*
usr/share/man/man1/*

9
debian/rules vendored
View File

@ -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

View File

@ -1 +0,0 @@
3.0 (native)

View File

@ -1 +0,0 @@
tar-ignore = .gitignore