Emmanuel Bourg pushed to branch master at Debian Java Maintainers / javacc4
Commits: 347a9086 by Emmanuel Bourg at 2022-05-15T18:51:35+02:00 Build with javacc5 - - - - - 4b7682ab by Emmanuel Bourg at 2022-05-15T19:29:47+02:00 Standards-Version updated to 4.6.1 - - - - - b1087845 by Emmanuel Bourg at 2022-05-15T19:29:50+02:00 Switch to debhelper level 13 - - - - - 8d2e8d63 by Emmanuel Bourg at 2022-05-15T19:29:55+02:00 Use salsa.debian.org Vcs-* URLs - - - - - 6d0746f6 by Emmanuel Bourg at 2022-05-15T19:32:03+02:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - − debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +javacc4 (4.0-3) unstable; urgency=medium + + * Build with javacc5 + * Standards-Version updated to 4.6.1 + * Switch to debhelper level 13 + * Use salsa.debian.org Vcs-* URLs + + -- Emmanuel Bourg <[email protected]> Sun, 15 May 2022 19:31:57 +0200 + javacc4 (4.0-2) unstable; urgency=medium * Fixed the build failure with Java 9 (Closes: #893342) ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -11 ===================================== debian/control ===================================== @@ -6,16 +6,16 @@ Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: ant, ant-optional, - debhelper (>= 11), + debhelper-compat (= 13), default-jdk, docbook-to-man, - javacc, + javacc5, junit, libxalan2-java, maven-repo-helper -Standards-Version: 4.1.4 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/javacc.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/javacc.git +Standards-Version: 4.6.1 +Vcs-Git: https://salsa.debian.org/java-team/javacc.git +Vcs-Browser: https://salsa.debian.org/java-team/javacc Homepage: http://javacc.org Package: javacc4 ===================================== debian/rules ===================================== @@ -9,7 +9,7 @@ override_dh_auto_build: mkdir -p bootstrap # Build with JavaCC 5 - cp /usr/share/java/javacc.jar bootstrap/ + cp /usr/share/java/javacc5.jar bootstrap/javacc.jar dh_auto_build -- jar -Dversion=$(VERSION) # Rebuild with JavaCC 4 View it on GitLab: https://salsa.debian.org/java-team/javacc4/-/compare/ca7ef401929e933278b0d94d8f05ed426a9ddef4...6d0746f62ba96518cd1f92d77ce3cb20502b5d49 -- View it on GitLab: https://salsa.debian.org/java-team/javacc4/-/compare/ca7ef401929e933278b0d94d8f05ed426a9ddef4...6d0746f62ba96518cd1f92d77ce3cb20502b5d49 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

