summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a2b5dd5)
raw | patch | inline | side by side (parent: a2b5dd5)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 22 Oct 2017 13:25:13 +0000 (15:25 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 22 Oct 2017 13:25:13 +0000 (15:25 +0200) |
debian/changelog | patch | blob | history | |
debian/copyright | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 8fd432bb2044b00ac8296a6ec8cb7536ee15ef05..58173550537cac2075713acd0abdf0248a41fae4 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+tig (2.3.0-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ - Updated debian/watch to point to the new Github location.
+
+ -- Sebastian Harl <tokkee@debian.org> Sun, 22 Oct 2017 15:09:03 +0200
+
tig (2.2-1) experimental; urgency=medium
[ Sebastian Harl ]
diff --git a/debian/copyright b/debian/copyright
index 38ea1de399db3c3e31d6bb1599422fe0013906e9..510974dc7ad57d8c8a7934dea8d77b3a24ae600f 100644 (file)
--- a/debian/copyright
+++ b/debian/copyright
Upstream Author:
Jonas Fonseca <fonseca@diku.dk>
-Copyright Holder:
+Copyright Holders:
+ Damian Pietras <daper@daper.net>
+ Drew Northup <n1xim.email@gmail.com>
+ Free Software Foundation, Inc.
+ John Zaitseff <J.Zaitseff@zap.org.au>
Jonas Fonseca <fonseca@diku.dk>
+ Mark Pulford <mark@kyne.com.au>
+ Mike Frysinger <vapier@gentoo.org>
+ Reuben Thomas <rrt@sc3d.org>
+ Thomas E. Dickey
License:
On Debian systems, the complete text of the GNU Library General Public
License, version 2, can be found in `/usr/share/common-licenses/LGPL-2'.
+ Files: compat/wcwidth.c
+ compat/wcwidth.h
+
+ Copyright © 2002-2017, Thomas E. Dickey
+
+ All Rights Reserved
+
+ 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 ABOVE LISTED COPYRIGHT HOLDER(S) 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.
+
+ Except as contained in this notice, the name(s) of the above copyright
+ holders shall not be used in advertising or otherwise to promote the
+ sale, use or other dealings in this Software without prior written
+ authorization.
+
+ This is an updated version of Markus Kuhn's implementation of wcwidth.
+
+ Files: tools/ax_require_defined.m4
+
+ Copyright © 2014 Mike Frysinger <vapier@gentoo.org>
+
+ Copying and distribution of this file, with or without modification, are
+ permitted in any medium without royalty provided the copyright notice
+ and this notice are preserved. This file is offered as-is, without any
+ warranty.
+
Files: compat/compat.h
Copyright © 2006-2013 Jonas Fonseca <fonseca@diku.dk>