Pierre Gruet pushed to branch master at Debian Java Maintainers / libkryo-java
Commits: f5831d86 by Pierre Gruet at 2021-08-19T10:13:05+02:00 Changing the package of reflectasm - - - - - 6f89463a by Pierre Gruet at 2021-08-19T10:13:38+02:00 Depending on debhelper-compat 13 - - - - - 9d11a6c1 by Pierre Gruet at 2021-08-19T10:14:42+02:00 Removing old get-orig-source rule - - - - - 06d9720f by Pierre Gruet at 2021-08-19T10:15:40+02:00 Version 4 of d/watch file - - - - - 9129fe9a by Pierre Gruet at 2021-08-19T10:16:17+02:00 Rules-Requires-Root: no - - - - - b28c516e by Pierre Gruet at 2021-08-19T10:20:59+02:00 https form of the copyright format url - - - - - 50e69080 by Pierre Gruet at 2021-08-19T10:23:55+02:00 Using Salsa https Vcs- headers - - - - - 416e8614 by Pierre Gruet at 2021-08-19T10:25:18+02:00 Setting Standards version to 4.6.0 - - - - - 76783af6 by Pierre Gruet at 2021-08-19T10:27:43+02:00 Updating changelog - - - - - 672c6604 by Pierre Gruet at 2021-08-19T10:28:05+02:00 Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. Changes-By: lintian-brush Fixes: lintian: upstream-metadata-file-is-missing See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html Fixes: lintian: upstream-metadata-missing-bug-tracking See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html Fixes: lintian: upstream-metadata-missing-repository See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html - - - - - ea333338 by Pierre Gruet at 2021-08-19T10:28:05+02:00 Fix field name case in debian/copyright (Upstream-contact => Upstream-Contact). Changes-By: lintian-brush - - - - - cde9be8d by Pierre Gruet at 2021-08-19T10:40:51+02:00 Removing Upstream-contact in d/copyright - - - - - 8 changed files: - debian/changelog - − debian/compat - debian/control - debian/copyright - debian/maven.rules - debian/rules - + debian/upstream/metadata - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,19 @@ +libkryo-java (2.20-7) UNRELEASED; urgency=medium + + * Team upload. + * Changing the coordinates of reflectasm + * Setting Standards version to 4.6.0: + - Removing old get-orig-source rule, using version 4 in d/watch file + - Rules-Requires-Root: no + - https form of the copyright format url + - Using Salsa https Vcs- headers + * Depending on debhelper-compat 13 + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + * Removing Upstream-contact in d/copyright + + -- Pierre Gruet <[email protected]> Thu, 19 Aug 2021 10:25:24 +0200 + libkryo-java (2.20-6) unstable; urgency=medium * Team upload. ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -10 ===================================== debian/control ===================================== @@ -3,17 +3,18 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Damien Raude-Morvan <[email protected]> -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper-compat (= 13), default-jdk, javahelper (>= 0.43), libminlog-java (>= 1.3), libobjenesis-java, libreflectasm-java, maven-repo-helper -Standards-Version: 3.9.8 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/libkryo-java.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libkryo-java.git +Standards-Version: 4.6.0 +Vcs-Git: https://salsa.debian.org/java-team/libkryo-java.git +Vcs-Browser: https://salsa.debian.org/java-team/libkryo-java Homepage: https://github.com/EsotericSoftware/kryo +Rules-Requires-Root: no Package: libkryo-java Architecture: all ===================================== debian/copyright ===================================== @@ -1,6 +1,5 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Kryo -Upstream-contact: https://code.google.com/p/kryo/ Source: https://github.com/EsotericSoftware/kryo Files: * ===================================== debian/maven.rules ===================================== @@ -1,2 +1,2 @@ -com.esotericsoftware.reflectasm reflectasm jar s/.*/debian/ s/shaded// * +s/com\.esotericsoftware\.reflectasm/com.esotericsoftware/ reflectasm jar s/.*/debian/ s/shaded// * s/com.esotericsoftware.minlog/com.esotericsoftware/ minlog * s/.*/debian/ * * ===================================== debian/rules ===================================== @@ -5,8 +5,3 @@ export CLASSPATH=/usr/share/java/minlog.jar:/usr/share/java/objenesis.jar:/usr/s %: dh $@ --with javahelper,maven-repo-helper - - -get-orig-source: - uscan --force-download - ===================================== debian/upstream/metadata ===================================== @@ -0,0 +1,5 @@ +--- +Bug-Database: https://github.com/EsotericSoftware/kryo/issues +Bug-Submit: https://github.com/EsotericSoftware/kryo/issues/new +Repository: https://github.com/EsotericSoftware/kryo.git +Repository-Browse: https://github.com/EsotericSoftware/kryo ===================================== debian/watch ===================================== @@ -1,2 +1,2 @@ -version=3 +version=4 https://github.com/EsotericSoftware/kryo/tags .*/kryo-(?:parent-)?([\d\.]+).tar.gz View it on GitLab: https://salsa.debian.org/java-team/libkryo-java/-/compare/25fbe100fe7192cbe3a7f7ca31c240ea6686341b...cde9be8d70c17da5d9042598a39427b1e2f1db5c -- View it on GitLab: https://salsa.debian.org/java-team/libkryo-java/-/compare/25fbe100fe7192cbe3a7f7ca31c240ea6686341b...cde9be8d70c17da5d9042598a39427b1e2f1db5c 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

