From b649922163ff8590987658217908ac87c7eb50b6 Mon Sep 17 00:00:00 2001 From: Debian Janitor <janitor@jelmer.uk> Date: Thu, 22 Dec 2022 14:22:56 +0000 Subject: [PATCH 1/2] Update watch file format version to 4. Changes-By: lintian-brush Fixes: lintian: older-debian-watch-file-standard See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html --- debian/changelog | 6 ++++++ debian/watch | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index eec9b58..daa2a8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libjmac-java (1.74-9) UNRELEASED; urgency=medium + + * Update watch file format version to 4. + + -- Debian Janitor <janitor@jelmer.uk> Thu, 22 Dec 2022 14:22:56 -0000 + libjmac-java (1.74-8) unstable; urgency=medium * Team upload. diff --git a/debian/watch b/debian/watch index cfe3196..a6a183f 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ -version=3 +version=4 http://sf.net/jmac/ jmac-(.*)\.tar\.gz debian debian/orig-tar.sh -- GitLab From 8e67e3590b5f41b74dab192252a8f40b7481d304 Mon Sep 17 00:00:00 2001 From: Debian Janitor <janitor@jelmer.uk> Date: Thu, 22 Dec 2022 14:22:57 +0000 Subject: [PATCH 2/2] Use secure URI in Homepage field. Changes-By: lintian-brush Fixes: lintian: homepage-field-uses-insecure-uri See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index daa2a8a..00ec8ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libjmac-java (1.74-9) UNRELEASED; urgency=medium * Update watch file format version to 4. + * Use secure URI in Homepage field. -- Debian Janitor <janitor@jelmer.uk> Thu, 22 Dec 2022 14:22:56 -0000 diff --git a/debian/control b/debian/control index f90e8d7..74387be 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: Standards-Version: 4.6.0.1 Vcs-Git: https://salsa.debian.org/java-team/libjmac-java.git Vcs-Browser: https://salsa.debian.org/java-team/libjmac-java -Homepage: http://jmac.sourceforge.net/ +Homepage: https://jmac.sourceforge.net/ Package: libjmac-java Architecture: all -- GitLab