From cf7164cd6753c452d36c6f08cd6452759ed0dd7f Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Sat, 1 Feb 2020 22:48:36 +0000 Subject: [PATCH 1/2] debian/copyright: use spaces rather than tabs to start continuation lines. Fixes: lintian: tab-in-license-text See-also: https://lintian.debian.org/tags/tab-in-license-text.html --- debian/changelog | 7 +++++++ debian/copyright | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ba75e33..a29bc76 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pd-unauthorized (0.1-4) UNRELEASED; urgency=medium + + * debian/copyright: use spaces rather than tabs to start continuation + lines. + + -- Debian Janitor Sat, 01 Feb 2020 22:48:25 +0000 + pd-unauthorized (0.1-3) unstable; urgency=medium * Fixed spelling errors diff --git a/debian/copyright b/debian/copyright index d97936a..38aeec1 100644 --- a/debian/copyright +++ b/debian/copyright @@ -14,7 +14,7 @@ License: GPL-2+ Files: mpg123.h mpglib.h Copyright: 1995-2006 by the mpg123 project (Michael Hipp, Oliver Fromme, Thomas Orgis, Nicholas J Humfrey, - and contributors) + and contributors) License: LGPL-2.1+ Files: grid.c pianoroll.c -- GitLab From f26971832c2e2b49357109c2c1cf7551ee3f4bc4 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Sat, 1 Feb 2020 22:49:05 +0000 Subject: [PATCH 2/2] Bump debhelper from old 11 to 12. Fixes: lintian: package-uses-old-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a29bc76..23edd19 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ pd-unauthorized (0.1-4) UNRELEASED; urgency=medium * debian/copyright: use spaces rather than tabs to start continuation lines. + * Bump debhelper from old 11 to 12. -- Debian Janitor Sat, 01 Feb 2020 22:48:25 +0000 diff --git a/debian/control b/debian/control index 118d2c7..8433faa 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Multimedia Maintainers Uploaders: IOhannes m zmölnig (Debian/GNU) , Build-Depends: - debhelper-compat (= 11), + debhelper-compat (= 12), puredata-dev | puredata (<< 0.43), libmp3lame-dev, libspeex-dev, -- GitLab