Emmanuel Bourg pushed to branch master at Debian Java Maintainers / javacc
Commits: 0e9cda38 by Debian Janitor at 2019-11-19T05:40:16+00:00 Trim trailing whitespace. Fixes lintian: file-contains-trailing-whitespace See https://lintian.debian.org/tags/file-contains-trailing-whitespace.html for more details. - - - - - 328447d0 by Debian Janitor at 2019-11-19T05:40:35+00:00 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. - - - - - f82ad057 by Debian Janitor at 2019-11-19T05:40:55+00:00 Use secure URI in Homepage field. Fixes lintian: homepage-field-uses-insecure-uri See https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html for more details. - - - - - a87713eb by Debian Janitor at 2019-11-19T05:41:13+00:00 Update standards version to 4.1.1, no changes needed. Fixes lintian: out-of-date-standards-version See https://lintian.debian.org/tags/out-of-date-standards-version.html for more details. - - - - - ee43df3a by Debian Janitor at 2019-11-19T05:41:32+00:00 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. - - - - - 5f6a4efb by Debian Janitor at 2019-11-19T05:41:51+00:00 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. - - - - - 75ef1858 by Debian Janitor at 2019-11-19T05:42:12+00:00 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. - - - - - 97de80cc by Debian Janitor at 2019-11-19T05:42:31+00:00 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. - - - - - 447aa4f6 by Emmanuel Bourg at 2020-05-17T20:34:38+00:00 Merge branch 'lintian-fixes' into 'master' Fix some issues reported by lintian See merge request java-team/javacc!1 - - - - - 4 changed files: - debian/changelog - − debian/compat - debian/control - debian/copyright Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,16 @@ +javacc (5.0-9) UNRELEASED; urgency=medium + + * Trim trailing whitespace. + * Use secure copyright file specification URI. + * Use secure URI in Homepage field. + * Update standards version to 4.1.1, no changes needed. + * 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]> Tue, 19 Nov 2019 05:40:08 +0000 + javacc (5.0-8) unstable; urgency=medium * Added the missing runtime dependency on junit @@ -152,7 +165,7 @@ javacc (3.2+0-2) unstable; urgency=low javacc (3.2+0-1) unstable; urgency=low - * Build-depends on docbook-to-man + * Build-depends on docbook-to-man * Moved to main (closes: #225484) See README.Debian for more information Thanks to Josh Triplett for his patch @@ -173,4 +186,3 @@ javacc (3.1-1) unstable; urgency=low * Initial Release (closes: #201350) -- Nicolas Sabouret <[email protected]> Tue, 15 Jul 2003 10:21:45 +0200 - ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -10 ===================================== debian/control ===================================== @@ -6,16 +6,16 @@ Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: ant, ant-optional, - debhelper (>= 10), + debhelper-compat (= 12), default-jdk, docbook-to-man, junit, libxalan2-java, maven-repo-helper -Standards-Version: 4.1.0 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/javacc.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/javacc.git -Homepage: http://javacc.org +Standards-Version: 4.1.1 +Vcs-Git: https://salsa.debian.org/java-team/javacc.git +Vcs-Browser: https://salsa.debian.org/java-team/javacc +Homepage: https://javacc.org Package: javacc 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: JavaCC Upstream-Contact: Sreenivasa Viswanadha <[email protected]> Source: https://github.com/javacc/javacc View it on GitLab: https://salsa.debian.org/java-team/javacc/-/compare/12a668ce03a091caf86c95a8fd07112d6ea87cca...447aa4f6d544e5b69283ac586363fa1596c4cd3e -- View it on GitLab: https://salsa.debian.org/java-team/javacc/-/compare/12a668ce03a091caf86c95a8fd07112d6ea87cca...447aa4f6d544e5b69283ac586363fa1596c4cd3e 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

