From 9c3b3fa8b534fa68640b58871db1868e7e837fcc Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Thu, 19 Sep 2019 05:19:13 +0000 Subject: [PATCH 1/2] Use secure URI in debian/watch. Fixes lintian: debian-watch-uses-insecure-uri See https://lintian.debian.org/tags/debian-watch-uses-insecure-uri.html for more details. --- debian/changelog | 6 ++++++ debian/watch | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index dd95d7d..2ba0b78 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pd-nusmuk (20151113+repack-5) UNRELEASED; urgency=medium + + * Use secure URI in debian/watch. + + -- Debian Janitor Thu, 19 Sep 2019 05:19:06 +0000 + pd-nusmuk (20151113+repack-4) unstable; urgency=medium * Switched buildsystem from dh to cdbs diff --git a/debian/watch b/debian/watch index 06c4cb1..0389fd5 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ # Process with uscan version=3 opts=dversionmangle=s/\+repack[0-9]*$// \ -http://www.chnry.net/data/ nusmuk-utils-(.*)-src\.zip +https://www.chnry.net/data/ nusmuk-utils-(.*)-src\.zip -- GitLab From c856bd98fdd2a95f292576a0971dd449a4e81a30 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Thu, 19 Sep 2019 05:19:26 +0000 Subject: [PATCH 2/2] Bump debhelper from old 11 to 12. Fixes lintian: package-uses-old-debhelper-compat-version See https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html for more details. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2ba0b78..ac030ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ pd-nusmuk (20151113+repack-5) UNRELEASED; urgency=medium * Use secure URI in debian/watch. + * Bump debhelper from old 11 to 12. -- Debian Janitor Thu, 19 Sep 2019 05:19:06 +0000 diff --git a/debian/control b/debian/control index 53987ba..6c01608 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: IOhannes m zmölnig (Debian/GNU) , Build-Depends: puredata-dev | puredata, - debhelper-compat (= 11), + debhelper-compat (= 12), dh-buildinfo, Standards-Version: 4.1.3 Homepage: https://www.chnry.net/ch/?011-Software -- GitLab