[Git][java-team/eclipse-debian-helper][master] 3 commits: Support passing extra compiler arguments
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Mon Mar 16 14:05:46 GMT 2026
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 <ebourg at apache.org> 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 <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg at apache.org>
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20260316/f38468e0/attachment.htm>
More information about the pkg-java-commits
mailing list