From 1608264280a05976093588701497195824739bbb Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Sat, 22 Aug 2020 16:42:55 +0000 Subject: [PATCH 1/3] Use correct machine-readable copyright file URI. Changes-By: lintian-brush Fixes: lintian: out-of-date-copyright-format-uri See-also: https://lintian.debian.org/tags/out-of-date-copyright-format-uri.html --- debian/changelog | 3 +++ debian/copyright | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3ef4247..59da7c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ tigervnc (1.10.1+dfsg-8~RC1) UNRELEASED; urgency=medium * Removed unrequired pristine-tar build dependency * Add Antoni Villalonga as Uploader + [ Debian Janitor ] + * Use correct machine-readable copyright file URI. + -- Joachim Falk Sat, 01 Aug 2020 21:49:53 +0200 tigervnc (1.10.1+dfsg-7) unstable; urgency=medium diff --git a/debian/copyright b/debian/copyright index bf1d635..25ef7dc 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0 +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: TigerVNC Upstream-Contact: Peter Åstrand, Pierre Ossman, Adam Tkac Source: https://tigervnc.org -- GitLab From dff8f1c852dcdce4c8504c3cdb34c61d5399e3f8 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Sat, 22 Aug 2020 16:43:43 +0000 Subject: [PATCH 2/3] Fix field name case in debian/copyright (COpyright => Copyright). Changes-By: lintian-brush --- debian/changelog | 1 + debian/copyright | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 59da7c5..bcfd403 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ tigervnc (1.10.1+dfsg-8~RC1) UNRELEASED; urgency=medium [ Debian Janitor ] * Use correct machine-readable copyright file URI. + * Fix field name case in debian/copyright (COpyright => Copyright). -- Joachim Falk Sat, 01 Aug 2020 21:49:53 +0200 diff --git a/debian/copyright b/debian/copyright index 25ef7dc..dd5569a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -99,8 +99,6 @@ License: BSD-3-Clause EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: java/com/tigervnc/network/SSLEngineManager.java -COpyright: Copyright (C) 2012,2014 Brian P. Hinz - Copyright (C) 2012 D. R. Commander. License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -115,6 +113,8 @@ License: LGPL-2.1+ You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA +Copyright: Copyright (C) 2012,2014 Brian P. Hinz + Copyright (C) 2012 D. R. Commander. Files: unix/xserver/hw/vnc/xvnc.c Copyright: Copyright (c) 1993 X Consortium -- GitLab From 808a12dc00b5f968cf06e7100a9a080f726ea1af Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Sat, 22 Aug 2020 16:44:30 +0000 Subject: [PATCH 3/3] Remove obsolete field Name from debian/upstream/metadata (already present in machine-readable debian/copyright). Changes-By: lintian-brush --- debian/changelog | 2 ++ debian/upstream/metadata | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bcfd403..9d7e167 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ tigervnc (1.10.1+dfsg-8~RC1) UNRELEASED; urgency=medium [ Debian Janitor ] * Use correct machine-readable copyright file URI. * Fix field name case in debian/copyright (COpyright => Copyright). + * Remove obsolete field Name from debian/upstream/metadata (already present in + machine-readable debian/copyright). -- Joachim Falk Sat, 01 Aug 2020 21:49:53 +0200 diff --git a/debian/upstream/metadata b/debian/upstream/metadata index a5784f4..9bf0ef3 100644 --- a/debian/upstream/metadata +++ b/debian/upstream/metadata @@ -1,4 +1,3 @@ -Name: TigerVNC Bug-Database: https://github.com/TigerVNC/tigervnc/issues Bug-Submit: https://github.com/TigerVNC/tigervnc/issues/new Changelog: https://github.com/TigerVNC/tigervnc/releases -- GitLab