From f63c211f7777cee524614104f837191fed756e4e Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Thu, 9 Jan 2020 12:02:24 +0000 Subject: [PATCH 1/2] Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. Fixes: lintian: upstream-metadata-file-is-missing See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html --- debian/changelog | 7 +++++++ debian/upstream/metadata | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 debian/upstream/metadata diff --git a/debian/changelog b/debian/changelog index 0f9b148..369b3eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pd-iemmatrix (0.3.2-2) UNRELEASED; urgency=medium + + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + + -- Debian Janitor Thu, 09 Jan 2020 12:02:15 +0000 + pd-iemmatrix (0.3.2-1) unstable; urgency=medium * New upstream version 0.3.2 diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..2820635 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,4 @@ +Bug-Database: https://github.com/iem-projects/pd-iemmatrix/issues +Bug-Submit: https://github.com/iem-projects/pd-iemmatrix/issues/new +Repository: https://github.com/iem-projects/pd-iemmatrix.git +Repository-Browse: https://github.com/iem-projects/pd-iemmatrix -- GitLab From e1b0278825a9ec61b37028f193a9685210574e60 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Thu, 9 Jan 2020 12:02:47 +0000 Subject: [PATCH 2/2] Refer to specific version of license . Fixes: lintian: See-also: https://lintian.debian.org/tags/.html --- debian/changelog | 1 + debian/copyright | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 369b3eb..bda2352 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ pd-iemmatrix (0.3.2-2) UNRELEASED; urgency=medium * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. + * Refer to specific version of license . -- Debian Janitor Thu, 09 Jan 2020 12:02:15 +0000 diff --git a/debian/copyright b/debian/copyright index 53eb3a8..d918ab7 100644 --- a/debian/copyright +++ b/debian/copyright @@ -51,7 +51,6 @@ License: GPL-2+ . You should have received a copy of the GNU General Public License along with this program. If not, see . - . Comment: On Debian systems, the complete text of the GNU General Public License (GPL) version 2 can be found in '/usr/share/common-licenses/GPL-2'. @@ -69,7 +68,6 @@ License: GPL-3 . You should have received a copy of the GNU General Public License along with this program. If not, see . - . Comment: On Debian systems, the complete text of the GNU General Public License (GPL) version 3 can be found in '/usr/share/common-licenses/GPL-3'. -- GitLab