summaryrefslogtreecommitdiff
path: root/debian/copyright
diff options
context:
space:
mode:
authorLasse Flygenring-Harrsen <Lasse@Flygenring-Harrsen.com>2020-07-01 17:23:30 +0200
committerLasse Flygenring-Harrsen <Lasse@Flygenring-Harrsen.com>2020-07-09 00:42:03 +0200
commitb4ad76f5775d908a4d3d9986688b18d58cfb8aa8 (patch)
tree5b8ac4edee80ad163fda66e7615850439a75aae9 /debian/copyright
parent6d2fa862858dafdea29fc2e4a3dc39c3dbb17f2e (diff)
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
Diffstat (limited to 'debian/copyright')
-rw-r--r--debian/copyright35
1 files changed, 35 insertions, 0 deletions
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 <karl@stavestrand.no>
+Source: https://github.com/karlstav/cava
+
+Files: *
+Copyright: 2015-2020 Karl Stavestrand <karl@stavestrand.no>
+License: MIT
+
+Files: debian/*
+Copyright: 2020 Lasse Flygenring-Harrsen <Lasse@Flygenring-Harrsen.com>
+License: MIT
+
+Files: iniparser/*
+Copyright: 2000-2011 Nicolas Devillard <ndevilla@free.re>
+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.