Stuart Prescott pushed to branch master at Debian Java Maintainers / malai
Commits: 36490c0f by Debian Janitor at 2019-12-05T18:50:10Z Use secure copyright file specification URI. Fixes lintian: insecure-copyright-format-uri See https://lintian.debian.org/tags/insecure-copyright-format-uri.html for more details. - - - - - 15a3edd5 by Debian Janitor at 2019-12-05T18:50:31Z Bump debhelper from old 10 to 12. Fixes lintian: package-uses-old-debhelper-compat-version See https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html for more details. - - - - - 034238cc by Debian Janitor at 2019-12-05T18:50:50Z Set debhelper-compat version in Build-Depends. Fixes lintian: uses-debhelper-compat-file See https://lintian.debian.org/tags/uses-debhelper-compat-file.html for more details. - - - - - e17c8ff7 by Debian Janitor at 2019-12-05T18:51:13Z Update Vcs-* headers from URL redirect. Fixes lintian: vcs-obsolete-in-debian-infrastructure See https://lintian.debian.org/tags/vcs-obsolete-in-debian-infrastructure.html for more details. - - - - - 37884a6f by Debian Janitor at 2019-12-05T18:51:32Z Use canonical URL in Vcs-Git. Fixes lintian: vcs-field-not-canonical See https://lintian.debian.org/tags/vcs-field-not-canonical.html for more details. - - - - - 261e7fb8 by Stuart Prescott at 2019-12-06T04:48:55Z Merge branch 'lintian-fixes' into 'master' Fix some issues reported by lintian See merge request java-team/malai!1 - - - - - 4 changed files: - debian/changelog - − debian/compat - debian/control - debian/copyright Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +malai (2.0+ds1-3) UNRELEASED; urgency=medium + + * Use secure copyright file specification URI. + * Bump debhelper from old 10 to 12. + * Set debhelper-compat version in Build-Depends. + * Update Vcs-* headers from URL redirect. + * Use canonical URL in Vcs-Git. + + -- Debian Janitor <[email protected]> Thu, 05 Dec 2019 18:50:02 +0000 + malai (2.0+ds1-2) unstable; urgency=medium * Fix package description. ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -10 \ No newline at end of file ===================================== debian/control ===================================== @@ -4,7 +4,7 @@ Priority: optional Maintainer: Stuart Prescott <[email protected]> Uploaders: Debian Java maintainers <[email protected]> Build-Depends: - debhelper (>= 10), + debhelper-compat (= 12), default-jdk, maven-debian-helper (>= 1.5), libmaven-bundle-plugin-java, @@ -14,8 +14,8 @@ Build-Depends-Indep: junit4 Standards-Version: 3.9.8 Homepage: http://latexdraw.sourceforge.net/ -Vcs-Git: https://anonscm.debian.org/git/pkg-java/malai.git -Vcs-Browser: https://anonscm.debian.org/git/pkg-java/malai.git +Vcs-Git: https://salsa.debian.org/java-team/malai.git +Vcs-Browser: https://salsa.debian.org/java-team/malai Package: libmalai-java Architecture: all ===================================== debian/copyright ===================================== @@ -1,4 +1,4 @@ -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: malai Upstream-Contact: Arnaud BLOUIN <[email protected]> Source: https://github.com/arnobl/malai/ View it on GitLab: https://salsa.debian.org/java-team/malai/compare/a09b21dc236044c6218da24b065db47523da4439...261e7fb8c5a346ca0142d2713ae01b2fd9bef6eb -- View it on GitLab: https://salsa.debian.org/java-team/malai/compare/a09b21dc236044c6218da24b065db47523da4439...261e7fb8c5a346ca0142d2713ae01b2fd9bef6eb 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

