Andrius Merkys pushed to branch master at Debian Java Maintainers / vectorgraphics2d
Commits: b216773d by Andrius Merkys at 2019-05-27T14:34:11Z Adding ITP bug number. - - - - - 4a4b5ec9 by Andrius Merkys at 2019-05-27T14:46:05Z Adding patch descriptions. - - - - - b91cadea by Andrius Merkys at 2019-05-27T14:46:56Z Bumping compat and Standards Version. - - - - - 615e7f81 by Andrius Merkys at 2019-05-27T14:55:14Z Adding a watch file. - - - - - 8 changed files: - debian/changelog - debian/compat - debian/control - debian/patches/add-mavenLocal.patch - debian/patches/package-version.patch - debian/patches/proguard.patch - debian/patches/remove-gradle-plugins.patch - + debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,5 +1,5 @@ vectorgraphics2d (0.13-1) unstable; urgency=medium - * Initial release (Closes: #nnnn) + * Initial release (Closes: #929628) -- Andrius Merkys <[email protected]> Mon, 27 May 2019 07:31:10 -0400 ===================================== debian/compat ===================================== @@ -1 +1 @@ -11 +12 ===================================== debian/control ===================================== @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 12), gradle-debian-helper, maven-repo-helper, libproguard-java, -Standards-Version: 4.1.3 +Standards-Version: 4.3.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 ===================================== debian/patches/add-mavenLocal.patch ===================================== @@ -1,3 +1,5 @@ +Author: Andrius Merkys <[email protected]> +Description: using local maven repo to load artifacts for plugins. --- a/settings.gradle +++ b/settings.gradle @@ -1 +1,9 @@ ===================================== debian/patches/package-version.patch ===================================== @@ -1,3 +1,6 @@ +Author: Andrius Merkys <[email protected]> +Description: using 'debian' for package version; otherwise GIT tag name is taken + for version string. --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ ===================================== debian/patches/proguard.patch ===================================== @@ -1,3 +1,5 @@ +Author: Andrius Merkys <[email protected]> +Description: removing hard-coded proguard version. --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ ===================================== debian/patches/remove-gradle-plugins.patch ===================================== @@ -1,3 +1,5 @@ +Author: Andrius Merkys <[email protected]> +Description: removing Gradle plugins that make little sense for Debian package. --- a/build.gradle +++ b/build.gradle @@ -49,33 +49,9 @@ ===================================== debian/watch ===================================== @@ -0,0 +1,4 @@ +version=4 +opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%vectorgraphics2d-$1.tar.gz%" \ + https://github.com/eseifert/vectorgraphics2d/releases \ + (?:.*?/)?v?(\d[\d.]*)\.tar\.gz View it on GitLab: https://salsa.debian.org/java-team/vectorgraphics2d/compare/16903ab0775ad25297f3cde334d0eeee418a59ad...615e7f81f915531d76d26bb578c5b687d10b3132 -- View it on GitLab: https://salsa.debian.org/java-team/vectorgraphics2d/compare/16903ab0775ad25297f3cde334d0eeee418a59ad...615e7f81f915531d76d26bb578c5b687d10b3132 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

