From b4ad76f5775d908a4d3d9986688b18d58cfb8aa8 Mon Sep 17 00:00:00 2001 From: Lasse Flygenring-Harrsen Date: Wed, 1 Jul 2020 17:23:30 +0200 Subject: Import Debian changes 0.7.1-4 cava-alsa (0.7.1-4) unstable; urgency=medium . * Updated vcs-* fields in debian/control to reflect new repository . cava-alsa (0.7.1-3) unstable; urgency=medium . * Added hardening bindnow option to DEB_BUILD_MAINT_OPTIONS . cava-alsa (0.7.1-2) unstable; urgency=medium . * Added debian/upstream/metadata file * Updated package to follow debian standards version 4.5.0 * Removed dh_make template from debian/watch file . cava-alsa (0.7.1-1) unstable; urgency=medium . * Updated to new upstream version * String literal error was fixed upstream, so the related patch was no longer necessary, and was thus removed. . cava-alsa (0.7.0-1) unstable; urgency=medium . * Initial release Closes: #954325 * My first Debian package. * Fixed rpath issue makefile. * Fixed string literal compiler warning. * Fixed minor spelling mistake in binary --- debian/copyright | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 debian/copyright (limited to 'debian/copyright') diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..fe938a5 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,35 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: cava +Upstream-Contact: Karl Stavestrand +Source: https://github.com/karlstav/cava + +Files: * +Copyright: 2015-2020 Karl Stavestrand +License: MIT + +Files: debian/* +Copyright: 2020 Lasse Flygenring-Harrsen +License: MIT + +Files: iniparser/* +Copyright: 2000-2011 Nicolas Devillard +License: MIT + +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + 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 AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. -- cgit v1.2.3