From d5d842dbe92361d7fc979a0cef9c757d9bbeb74e Mon Sep 17 00:00:00 2001 From: Debian Janitor <janitor@jelmer.uk> Date: Thu, 22 Dec 2022 03:33:54 +0000 Subject: [PATCH 1/2] 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 | 6 ++++++ debian/copyright | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 50ecc89..cfe4cce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +svnclientadapter (1.10.12-4) UNRELEASED; urgency=medium + + * Use correct machine-readable copyright file URI. + + -- Debian Janitor <janitor@jelmer.uk> Thu, 22 Dec 2022 03:33:54 -0000 + svnclientadapter (1.10.12-3) unstable; urgency=medium * Team upload. diff --git a/debian/copyright b/debian/copyright index f76b97f..127ce41 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: svnClientAdapter Source: https://github.com/subclipse/svnclientadapter -- GitLab From 4cde96e1581e1acb4ba406e1e7462723812d0590 Mon Sep 17 00:00:00 2001 From: Debian Janitor <janitor@jelmer.uk> Date: Thu, 22 Dec 2022 03:33:55 +0000 Subject: [PATCH 2/2] Update standards version to 4.6.2, no changes needed. Changes-By: lintian-brush Fixes: lintian: out-of-date-standards-version See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cfe4cce..d838196 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ svnclientadapter (1.10.12-4) UNRELEASED; urgency=medium * Use correct machine-readable copyright file URI. + * Update standards version to 4.6.2, no changes needed. -- Debian Janitor <janitor@jelmer.uk> Thu, 22 Dec 2022 03:33:54 -0000 diff --git a/debian/control b/debian/control index bb12c50..349fbbb 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: javahelper, libsvn-java (>= 1.8~), libsvnkit-java (>= 1.7.5~) -Standards-Version: 4.6.0 +Standards-Version: 4.6.2 Homepage: https://github.com/subclipse/svnclientadapter Vcs-Browser: https://salsa.debian.org/java-team/svnclientadapter Vcs-Git: https://salsa.debian.org/java-team/svnclientadapter.git -- GitLab