Andreas Tille pushed to branch master at Debian Java Maintainers / parboiled
Commits: ee8d823e by Andreas Tille at 2025-02-21T22:53:22+01:00 Standards-Version: 4.7.1 (routine-update) - - - - - 410722d5 by Andreas Tille at 2025-02-21T22:53:22+01:00 debhelper-compat 13 (routine-update) - - - - - a3657376 by Andreas Tille at 2025-02-21T22:53:25+01:00 Reorder sequence of d/control fields by cme (routine-update) - - - - - f48ba78a by Andreas Tille at 2025-02-21T22:53:25+01:00 Secure URI in copyright format (routine-update) - - - - - fcf12aaa by Andreas Tille at 2025-02-21T22:53:25+01:00 Drop useless get-orig-source target (routine-update) - - - - - 0b5ea406 by Andreas Tille at 2025-02-21T22:53:25+01:00 Remove trailing whitespace in debian/control (routine-update) - - - - - 3dfa139e by Andreas Tille at 2025-02-21T22:56:24+01:00 Do not parse d/changelog (routine-update) - - - - - 5 changed files: - debian/changelog - − debian/compat - debian/control - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -3,6 +3,13 @@ parboiled (1.1.7-3) UNRELEASED; urgency=medium * Team upload. * Build-Depends: s/default-jdk/default-jdk-headless/ * Fix watch file + * Standards-Version: 4.7.1 (routine-update) + * debhelper-compat 13 (routine-update) + * Reorder sequence of d/control fields by cme (routine-update) + * Secure URI in copyright format (routine-update) + * Drop useless get-orig-source target (routine-update) + * Remove trailing whitespace in debian/control (routine-update) + * Do not parse d/changelog (routine-update) -- Andreas Tille <[email protected]> Fri, 21 Feb 2025 22:49:30 +0100 ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -9 ===================================== debian/control ===================================== @@ -1,24 +1,25 @@ Source: parboiled -Section: java -Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 9), +Section: java +Priority: optional +Build-Depends: debhelper-compat (= 13), default-jdk-headless, ant, maven-repo-helper, - libasm-java (>= 5.0) -Standards-Version: 3.9.8 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/parboiled.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/parboiled.git + libasm-java +Standards-Version: 4.7.1 +Vcs-Browser: https://salsa.debian.org/java-team/parboiled +Vcs-Git: https://salsa.debian.org/java-team/parboiled.git Homepage: http://parboiled.org Package: libparboiled-java Architecture: all -Depends: ${misc:Depends}, libasm-java (>= 5.0) +Depends: ${misc:Depends}, + libasm-java Description: Parser library based on Parsing Expression Grammars (PEGs) Parboiled is a library providing parsing of arbitrary input text based on Parsing expression grammars (PEGs). PEGs are an alternative to context free grammars (CFGs) for formally specifying syntax, they make a good replacement for regular expressions and generally have quite a few advantages over - the "traditional" way of building parsers via CFGs. + the "traditional" way of building parsers via CFGs. ===================================== 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: Parboiled Source: https://github.com/sirthias/parboiled ===================================== debian/rules ===================================== @@ -1,7 +1,8 @@ #!/usr/bin/make -f export JAVA_HOME=/usr/lib/jvm/default-java -VERSION = $(shell dpkg-parsechangelog | sed -rne 's/^Version: ([0-9.]+)[-+].*$$/\1/p') + +include /usr/share/dpkg/default.mk %: dh $@ --buildsystem=ant --with maven-repo-helper @@ -14,9 +15,6 @@ override_dh_auto_clean: rm -Rf parboiled-core/target rm -Rf parboiled-java/target -get-orig-source: - uscan --download-current-version --force-download --rename - get-orig-pom: - wget http://central.maven.org/maven2/org/parboiled/parboiled-core/$(VERSION)/parboiled-core-$(VERSION).pom -O debian/pom-core.xml - wget http://central.maven.org/maven2/org/parboiled/parboiled-java/$(VERSION)/parboiled-java-$(VERSION).pom -O debian/pom-java.xml + wget http://central.maven.org/maven2/org/parboiled/parboiled-core/$(DEB_VERSION_UPSTREAM)/parboiled-core-$(DEB_VERSION_UPSTREAM).pom -O debian/pom-core.xml + wget http://central.maven.org/maven2/org/parboiled/parboiled-java/$(DEB_VERSION_UPSTREAM)/parboiled-java-$(DEB_VERSION_UPSTREAM).pom -O debian/pom-java.xml View it on GitLab: https://salsa.debian.org/java-team/parboiled/-/compare/8487d07a4bdb65263c12d6984fb61b37a0745e49...3dfa139e22fd701c3394640bdb124b744e6d7279 -- View it on GitLab: https://salsa.debian.org/java-team/parboiled/-/compare/8487d07a4bdb65263c12d6984fb61b37a0745e49...3dfa139e22fd701c3394640bdb124b744e6d7279 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

