diff -Nru vectorgraphics2d-0.13/debian/changelog vectorgraphics2d-0.13/debian/changelog --- vectorgraphics2d-0.13/debian/changelog 2019-09-09 05:20:26.000000000 +0000 +++ vectorgraphics2d-0.13/debian/changelog 2022-03-21 09:35:00.000000000 +0000 @@ -1,3 +1,15 @@ +vectorgraphics2d (0.13-3) unstable; urgency=medium + + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + * Update standards version to 4.6.0, no changes needed. + * Bump debhelper-compat (no changes). + * Mark all patches as not needing forwarding. + * Fix debian/watch to watch GitHub tags. + * Bump copyright years. + + -- Andrius Merkys Mon, 21 Mar 2022 05:35:00 -0400 + vectorgraphics2d (0.13-2) unstable; urgency=medium * Wrapping and sorting debian/control. diff -Nru vectorgraphics2d-0.13/debian/compat vectorgraphics2d-0.13/debian/compat --- vectorgraphics2d-0.13/debian/compat 2019-05-27 14:46:40.000000000 +0000 +++ vectorgraphics2d-0.13/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -12 diff -Nru vectorgraphics2d-0.13/debian/control vectorgraphics2d-0.13/debian/control --- vectorgraphics2d-0.13/debian/control 2019-09-06 12:52:59.000000000 +0000 +++ vectorgraphics2d-0.13/debian/control 2022-03-21 09:32:34.000000000 +0000 @@ -5,11 +5,11 @@ Uploaders: Andrius Merkys , Build-Depends: - debhelper (>= 12), + debhelper-compat (= 13), gradle-debian-helper, libproguard-java, maven-repo-helper, -Standards-Version: 4.4.0 +Standards-Version: 4.6.0 Homepage: https://github.com/eseifert/vectorgraphics2d Vcs-Browser: https://salsa.debian.org/java-team/vectorgraphics2d Vcs-Git: https://salsa.debian.org/java-team/vectorgraphics2d.git diff -Nru vectorgraphics2d-0.13/debian/copyright vectorgraphics2d-0.13/debian/copyright --- vectorgraphics2d-0.13/debian/copyright 2019-05-27 14:06:34.000000000 +0000 +++ vectorgraphics2d-0.13/debian/copyright 2022-03-21 09:31:26.000000000 +0000 @@ -9,7 +9,7 @@ /usr/share/common-licenses/LGPL-3 Files: debian/* -Copyright: 2019, Andrius Merkys +Copyright: 2019-2022, Andrius Merkys License: public-domain No copyright is claimed. This code is in the public domain; do with it what you wish. diff -Nru vectorgraphics2d-0.13/debian/patches/add-mavenLocal.patch vectorgraphics2d-0.13/debian/patches/add-mavenLocal.patch --- vectorgraphics2d-0.13/debian/patches/add-mavenLocal.patch 2019-05-27 14:43:48.000000000 +0000 +++ vectorgraphics2d-0.13/debian/patches/add-mavenLocal.patch 2022-03-21 09:28:57.000000000 +0000 @@ -1,5 +1,6 @@ Author: Andrius Merkys Description: using local maven repo to load artifacts for plugins. +Forwarded: not-needed --- a/settings.gradle +++ b/settings.gradle @@ -1 +1,9 @@ diff -Nru vectorgraphics2d-0.13/debian/patches/junit4.patch vectorgraphics2d-0.13/debian/patches/junit4.patch --- vectorgraphics2d-0.13/debian/patches/junit4.patch 1970-01-01 00:00:00.000000000 +0000 +++ vectorgraphics2d-0.13/debian/patches/junit4.patch 2022-03-21 09:31:26.000000000 +0000 @@ -0,0 +1,14 @@ +Author: Andrius Merkys +Description: Softening versioned dependency on junit4. +Forwarded: not-needed +--- a/build.gradle ++++ b/build.gradle +@@ -33,7 +33,7 @@ + } + + dependencies { +- testCompile 'junit:junit:4.12' ++ testCompile 'junit:junit:4.x' + testCompile 'org.hamcrest:hamcrest-library:1.3' + testCompile 'org.ghost4j:ghost4j:1.0.1' + testCompile 'org.apache.xmlgraphics:batik-transcoder:1.9' diff -Nru vectorgraphics2d-0.13/debian/patches/package-version.patch vectorgraphics2d-0.13/debian/patches/package-version.patch --- vectorgraphics2d-0.13/debian/patches/package-version.patch 2019-09-06 13:07:15.000000000 +0000 +++ vectorgraphics2d-0.13/debian/patches/package-version.patch 2022-03-21 09:28:57.000000000 +0000 @@ -1,5 +1,6 @@ Author: Andrius Merkys Description: using 'debian' for package version; otherwise GIT tag name is taken +Forwarded: not-needed for version string. --- a/build.gradle +++ b/build.gradle diff -Nru vectorgraphics2d-0.13/debian/patches/proguard.patch vectorgraphics2d-0.13/debian/patches/proguard.patch --- vectorgraphics2d-0.13/debian/patches/proguard.patch 2019-05-27 14:45:15.000000000 +0000 +++ vectorgraphics2d-0.13/debian/patches/proguard.patch 2022-03-21 09:28:57.000000000 +0000 @@ -1,5 +1,6 @@ Author: Andrius Merkys Description: removing hard-coded proguard version. +Forwarded: not-needed --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ diff -Nru vectorgraphics2d-0.13/debian/patches/remove-gradle-plugins.patch vectorgraphics2d-0.13/debian/patches/remove-gradle-plugins.patch --- vectorgraphics2d-0.13/debian/patches/remove-gradle-plugins.patch 2019-05-27 14:45:56.000000000 +0000 +++ vectorgraphics2d-0.13/debian/patches/remove-gradle-plugins.patch 2022-03-21 09:28:57.000000000 +0000 @@ -1,5 +1,6 @@ Author: Andrius Merkys Description: removing Gradle plugins that make little sense for Debian package. +Forwarded: not-needed --- a/build.gradle +++ b/build.gradle @@ -49,33 +49,9 @@ diff -Nru vectorgraphics2d-0.13/debian/patches/series vectorgraphics2d-0.13/debian/patches/series --- vectorgraphics2d-0.13/debian/patches/series 2019-09-06 13:02:00.000000000 +0000 +++ vectorgraphics2d-0.13/debian/patches/series 2022-03-21 09:31:26.000000000 +0000 @@ -1,4 +1,5 @@ proguard.patch +junit4.patch add-mavenLocal.patch remove-gradle-plugins.patch package-version.patch diff -Nru vectorgraphics2d-0.13/debian/rules vectorgraphics2d-0.13/debian/rules --- vectorgraphics2d-0.13/debian/rules 2019-09-06 12:52:25.000000000 +0000 +++ vectorgraphics2d-0.13/debian/rules 2022-03-21 09:32:22.000000000 +0000 @@ -2,3 +2,6 @@ %: dh $@ --with maven-repo-helper + +# Tests cannot be executed due to unpackaged dependencies +override_dh_auto_test: diff -Nru vectorgraphics2d-0.13/debian/upstream/metadata vectorgraphics2d-0.13/debian/upstream/metadata --- vectorgraphics2d-0.13/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ vectorgraphics2d-0.13/debian/upstream/metadata 2022-03-21 09:31:26.000000000 +0000 @@ -0,0 +1,5 @@ +--- +Bug-Database: https://github.com/eseifert/vectorgraphics2d/issues +Bug-Submit: https://github.com/eseifert/vectorgraphics2d/issues/new +Repository: https://github.com/eseifert/vectorgraphics2d.git +Repository-Browse: https://github.com/eseifert/vectorgraphics2d diff -Nru vectorgraphics2d-0.13/debian/watch vectorgraphics2d-0.13/debian/watch --- vectorgraphics2d-0.13/debian/watch 2019-05-27 14:55:03.000000000 +0000 +++ vectorgraphics2d-0.13/debian/watch 2022-03-21 09:28:57.000000000 +0000 @@ -1,4 +1,4 @@ version=4 opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%vectorgraphics2d-$1.tar.gz%" \ - https://github.com/eseifert/vectorgraphics2d/releases \ + https://github.com/eseifert/vectorgraphics2d/tags \ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz