[Git][java-team/eclipse-debian-helper][master] 3 commits: Made the source encoding configurable

Emmanuel Bourg gitlab at salsa.debian.org
Wed Sep 26 14:55:06 BST 2018


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / eclipse-debian-helper


Commits:
27ee3256 by Emmanuel Bourg at 2018-09-26T12:31:00Z
Made the source encoding configurable

- - - - -
53746f19 by Emmanuel Bourg at 2018-09-26T12:31:06Z
Standards-Version updated to 4.2.1

- - - - -
637086e6 by Emmanuel Bourg at 2018-09-26T12:31:12Z
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.2) unstable; urgency=medium
+
+  * Made the source encoding configurable
+  * Standards-Version updated to 4.2.1
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Wed, 26 Sep 2018 14:31:08 +0200
+
 eclipse-debian-helper (1.1) unstable; urgency=medium
 
   * Fixed the classpath when depending on other bundles


=====================================
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 (>= 11),
-Standards-Version: 4.1.5
+Standards-Version: 4.2.1
 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
=====================================
@@ -8,6 +8,7 @@
     <attribute name="depends" default=""        description="The comma separated list of local bundles used as dependencies"/>
     <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"/>
     <element name="bundle-classpath" optional="true" implicit="true" description="The classpath elements required to build the bundle"/>
     <sequential>
       <if>
@@ -58,7 +59,7 @@
           </copy>
 
           <!-- Compile the source files to target/classes -->
-          <javac srcdir="${bundle.dir.@{name}}/target/sources" destdir="${bundle.dir.@{name}}/target/classes" debug="yes" release="@{release}" includeantruntime="false" encoding="UTF-8">
+          <javac srcdir="${bundle.dir.@{name}}/target/sources" destdir="${bundle.dir.@{name}}/target/classes" debug="yes" release="@{release}" includeantruntime="false" encoding="@{encoding}">
             <classpath>
               <pathelement path="/usr/share/java/eclipse-osgi.jar"/>
               <pathelement path="/usr/share/java/org.eclipse.osgi.jar"/>



View it on GitLab: https://salsa.debian.org/java-team/eclipse-debian-helper/compare/5cdd683c994682236c485f7f5a314b7c466bc962...637086e68e687d7298b91c5b02a3089aec60d016

-- 
View it on GitLab: https://salsa.debian.org/java-team/eclipse-debian-helper/compare/5cdd683c994682236c485f7f5a314b7c466bc962...637086e68e687d7298b91c5b02a3089aec60d016
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/20180926/aa436663/attachment.html>


More information about the pkg-java-commits mailing list