Emmanuel Bourg pushed to branch master at Debian Java Maintainers / eclipse-debian-helper
Commits: 9ea0e061 by Emmanuel Bourg at 2026-03-16T15:03:51+01:00 Support passing extra compiler arguments - - - - - 36eb8748 by Emmanuel Bourg at 2026-03-16T15:03:57+01:00 Standards-Version updated to 4.7.3 - - - - - 3f237f59 by Emmanuel Bourg at 2026-03-16T15:04:16+01:00 Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - src/ant/build-eclipse-bundle.xml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +eclipse-debian-helper (1.11) unstable; urgency=medium + + * Support passing extra compiler arguments + * Standards-Version updated to 4.7.3 + + -- Emmanuel Bourg <[email protected]> Mon, 16 Mar 2026 15:04:07 +0100 + eclipse-debian-helper (1.10) unstable; urgency=medium * Support bundle dependencies from different base directories ===================================== debian/control ===================================== @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: debhelper-compat (= 13), -Standards-Version: 4.7.0 +Standards-Version: 4.7.3 Vcs-Git: https://salsa.debian.org/java-team/eclipse-debian-helper.git Vcs-Browser: https://salsa.debian.org/java-team/eclipse-debian-helper Homepage: https://salsa.debian.org/java-team/eclipse-debian-helper ===================================== src/ant/build-eclipse-bundle.xml ===================================== @@ -10,6 +10,7 @@ <attribute name="basedir" default="bundles" description="The base directory holding all the bundles"/> <attribute name="release" default="8" description="The version of Java targeted"/> <attribute name="encoding" default="UTF-8" description="The source encoding"/> + <attribute name="compilerargs" default="" description="The extra compiler arguments used to build the bundle"/> <element name="bundle-classpath" optional="true" implicit="true" description="The classpath elements required to build the bundle"/> <sequential> <if> @@ -69,6 +70,7 @@ <pathelement path="/usr/share/java/org.eclipse.osgi.jar"/> <pathelement path="/usr/share/java/osgi.compendium.jar"/> </classpath> + <compilerarg line="@{compilerargs}"/> </javac> <!-- Copy the resources to target/classes --> View it on GitLab: https://salsa.debian.org/java-team/eclipse-debian-helper/-/compare/8fb1aa1b974a4e3133adad1b5cf5077c3603adf4...3f237f5927f300345bd230e4fe8956b12fe95dde -- View it on GitLab: https://salsa.debian.org/java-team/eclipse-debian-helper/-/compare/8fb1aa1b974a4e3133adad1b5cf5077c3603adf4...3f237f5927f300345bd230e4fe8956b12fe95dde 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

