[ant] 03/04: pristine-tar data for ant_1.10.2.orig.tar.xz

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch pristine-tar
in repository ant.

commit bd9f24b292ca2525a42d712826816df4d1cc107a
Author: Emmanuel Bourg 
Date:   Wed Mar 28 01:28:15 2018 +0200

pristine-tar data for ant_1.10.2.orig.tar.xz
---
 ant_1.10.2.orig.tar.xz.delta | Bin 0 -> 68773 bytes
 ant_1.10.2.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/ant_1.10.2.orig.tar.xz.delta b/ant_1.10.2.orig.tar.xz.delta
new file mode 100644
index 000..c6a7c2c
Binary files /dev/null and b/ant_1.10.2.orig.tar.xz.delta differ
diff --git a/ant_1.10.2.orig.tar.xz.id b/ant_1.10.2.orig.tar.xz.id
new file mode 100644
index 000..c5853d8
--- /dev/null
+++ b/ant_1.10.2.orig.tar.xz.id
@@ -0,0 +1 @@
+98027ec41bb4bbc81f0c572ffaf088b16a9c2555

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/ant.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[ant] 08/16: Update upstream source from tag 'upstream/1.10.1'

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository ant.

commit da7181604d7ac65d81b6270a384ef9a50e5eae9a
Merge: ca7e3ae a9efd7b
Author: Emmanuel Bourg 
Date:   Wed Mar 28 01:15:49 2018 +0200

Update upstream source from tag 'upstream/1.10.1'

Update to upstream version '1.10.1'
with Debian dir d0dfd2303113817bd9ec8a6bb0b85e8cfdf51b01

 NOTICE |   2 +-
 WHATSNEW   |  26 ++
 build.xml  |  26 +-
 fetch.xml  |   6 +-
 lib/libraries.properties   |   1 +
 manual/Tasks/pack.html |  15 +++-
 manual/Tasks/unpack.html   |  27 --
 manual/Types/resources.html|  13 +++
 manual/cover.html  |   6 +-
 manual/credits.html|   2 +-
 manual/install.html|   6 ++
 manual/projecthelper.html  |   6 +-
 manual/tasklist.html   |   2 +
 manual/tasksoverview.html  |   8 +-
 src/etc/poms/ant-antlr/pom.xml |   6 +-
 src/etc/poms/ant-apache-bcel/pom.xml   |   6 +-
 src/etc/poms/ant-apache-bsf/pom.xml|   6 +-
 src/etc/poms/ant-apache-log4j/pom.xml  |   6 +-
 src/etc/poms/ant-apache-oro/pom.xml|   6 +-
 src/etc/poms/ant-apache-regexp/pom.xml |   6 +-
 src/etc/poms/ant-apache-resolver/pom.xml   |   6 +-
 src/etc/poms/ant-apache-xalan2/pom.xml |   6 +-
 src/etc/poms/ant-commons-logging/pom.xml   |   6 +-
 src/etc/poms/ant-commons-net/pom.xml   |   6 +-
 src/etc/poms/ant-jai/pom.xml   |   6 +-
 src/etc/poms/ant-javamail/pom.xml  |   6 +-
 src/etc/poms/ant-jdepend/pom.xml   |   6 +-
 src/etc/poms/ant-jmf/pom.xml   |   6 +-
 src/etc/poms/ant-jsch/pom.xml  |   6 +-
 src/etc/poms/ant-junit/pom.xml |   6 +-
 src/etc/poms/ant-junit4/pom.xml|   6 +-
 src/etc/poms/ant-launcher/pom.xml  |   4 +-
 src/etc/poms/ant-netrexx/pom.xml   |   6 +-
 src/etc/poms/ant-swing/pom.xml |   6 +-
 src/etc/poms/ant-testutil/pom.xml  |   6 +-
 .../poms/{ant-commons-logging => ant-xz}/pom.xml   |  21 ++---
 src/etc/poms/ant/pom.xml   |  54 ++--
 src/etc/poms/pom.xml   |   3 +-
 .../testcases/taskdefs/conditions/antversion.xml   |   4 +-
 .../testcases/taskdefs/expected/asf-logo.gif.xz| Bin 0 -> 7024 bytes
 .../tools/ant/ArgumentProcessorRegistry.java   |   4 +-
 .../apache/tools/ant/ProjectHelperRepository.java  |   2 +-
 src/main/org/apache/tools/ant/taskdefs/Tar.java|  36 +++-
 src/main/org/apache/tools/ant/taskdefs/Untar.java  |  33 +++-
 .../apache/tools/ant/taskdefs/defaults.properties  |   2 +
 .../tools/ant/taskdefs/optional/xz/Unxz.java   |  93 +
 .../apache/tools/ant/taskdefs/optional/xz/Xz.java  |  67 +++
 src/main/org/apache/tools/ant/types/Path.java  |   3 +-
 .../org/apache/tools/ant/types/defaults.properties |   1 +
 .../tools/ant/types/optional/xz/XzResource.java|  77 +
 src/script/ant |  71 +++-
 .../antunit/taskdefs/optional/xz/unxz-test.xml |  63 ++
 src/tests/antunit/taskdefs/optional/xz/xz-test.xml |  47 +++
 src/tests/antunit/taskdefs/tar-test.xml|  44 ++
 src/tests/antunit/taskdefs/untar-test.xml  |  61 ++
 .../antunit/types/optional/xz/xzresource-test.xml  |  37 
 56 files changed, 814 insertions(+), 179 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/ant.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[ant] 05/16: Update upstream source from tag 'upstream/1.10.0'

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository ant.

commit e2489c0e5de92a9f244ec6101d648a54a3cb4ca0
Merge: 407042d c1e5c08
Author: Emmanuel Bourg 
Date:   Wed Mar 28 00:59:48 2018 +0200

Update upstream source from tag 'upstream/1.10.0'

Update to upstream version '1.10.0'
with Debian dir 9ea47742c0ac45fa2153fe1e80e5c205a348e5a0

 CONTRIBUTORS   |6 -
 NOTICE |2 +-
 WHATSNEW   |  177 +--
 bootstrap.sh   |   93 +-
 build.sh   |   36 +-
 build.xml  |  706 ++--
 contributors.xml   |   24 -
 fetch.xml  |  281 +++--
 lib/libraries.properties   |   52 +-
 manual/Tasks/antlr.html|3 -
 manual/Tasks/apt.html  |  179 ---
 manual/Tasks/attrib.html   |3 +
 manual/Tasks/chmod.html|3 +
 manual/Tasks/conditions.html   |   39 -
 manual/Tasks/ejb.html  |   45 +-
 manual/Tasks/image.html|2 +-
 manual/Tasks/jar.html  |   35 +
 manual/Tasks/javac.html|9 +-
 manual/Tasks/javah.html|   10 +-
 manual/Tasks/junitreport.html  |8 +-
 manual/Tasks/native2ascii.html |9 +-
 manual/Tasks/netrexxc.html |3 -
 manual/Tasks/setpermissions.html   |  109 ++
 manual/Tasks/sql.html  |7 -
 manual/Tasks/tstamp.html   |6 -
 manual/Types/classfileset.html |2 +-
 manual/Types/filterchain.html  |7 +-
 manual/Types/mapper.html   |4 +-
 manual/Types/selectors.html|   49 +
 manual/cover.html  |6 +-
 manual/credits.html|2 +-
 manual/develop.html|   45 -
 manual/install.html| 1167 +++-
 manual/listeners.html  |   49 +-
 manual/projecthelper.html  |6 +-
 manual/running.html|5 -
 manual/tasklist.html   |2 +-
 manual/tasksoverview.html  |   11 +-
 src/etc/checkstyle/checkstyle-config   |5 +-
 src/etc/poms/README.txt|   16 +-
 src/etc/poms/ant-antlr/pom.xml |6 +-
 src/etc/poms/ant-apache-bcel/pom.xml   |6 +-
 src/etc/poms/ant-apache-bsf/pom.xml|6 +-
 src/etc/poms/ant-apache-log4j/pom.xml  |8 +-
 src/etc/poms/ant-apache-oro/pom.xml|   12 +-
 src/etc/poms/ant-apache-regexp/pom.xml |   12 +-
 src/etc/poms/ant-apache-resolver/pom.xml   |8 +-
 src/etc/poms/ant-apache-xalan2/pom.xml |8 +-
 src/etc/poms/ant-commons-logging/pom.xml   |8 +-
 src/etc/poms/ant-commons-net/pom.xml   |8 +-
 src/etc/poms/ant-jai/pom.xml   |6 +-
 src/etc/poms/ant-javamail/pom.xml  |   12 +-
 src/etc/poms/ant-jdepend/pom.xml   |8 +-
 src/etc/poms/ant-jmf/pom.xml   |6 +-
 src/etc/poms/ant-jsch/pom.xml  |8 +-
 src/etc/poms/ant-junit/pom.xml |8 +-
 src/etc/poms/ant-junit4/pom.xml|8 +-
 src/etc/poms/ant-launcher/pom.xml  |4 +-
 src/etc/poms/ant-netrexx/pom.xml   |6 +-
 src/etc/poms/ant-swing/pom.xml |6 +-
 src/etc/poms/ant-testutil/pom.xml  |8 +-
 src/etc/poms/ant/pom.xml   |   30 +-
 src/etc/poms/pom.xml   |   11 +-
 src/etc/testcases/core/antclassloader.xml  |6 +-
 .../core/containersrc/test/SpecialSeq.java |   17 +-
 .../testcases/taskdefs/conditions/antversion.xml   |   13 +-
 src/etc/testcases/taskdefs/copy.xml|   27 -
 .../taskdefs/exec/exec-with-redirector.xml |  122 --
 src/etc/testcases/taskdefs/exec/parrot.sh  |9 +-
 .../taskdefs/javadoc/java/ClassToJavadoc.java  |2 +-
 .../taskdefs/manifestclasspath/Alpha.java  |   32 +-
 .../testcases/taskdefs/manifestclasspath/Beta.java |   36 +-
 .../depend/src4/test/ContainsOnlyInner.java|3 +-
 

[ant] 10/16: Update upstream source from tag 'upstream/1.10.2'

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository ant.

commit 2ed65e69427f12b0ec4cd3962b6979d0bcdd0aa2
Merge: e611865 1fd7966
Author: Emmanuel Bourg 
Date:   Wed Mar 28 01:28:15 2018 +0200

Update upstream source from tag 'upstream/1.10.2'

Update to upstream version '1.10.2'
with Debian dir b624b34d4a91598a593ad4afee3ec5193be7d9f6

 CONTRIBUTORS   |7 +
 NOTICE |2 +-
 WHATSNEW   |  188 +++-
 bootstrap.sh   |   93 +-
 build.sh   |   36 +-
 build.xml  |  776 ++---
 contributors.xml   |   28 +
 fetch.xml  |  285 ++---
 lib/libraries.properties   |   49 +-
 manual/Tasks/BorlandEJBTasks.html  |   13 +-
 manual/Tasks/BorlandGenerateClient.html|6 +-
 manual/Tasks/ant.html  |   22 +-
 manual/Tasks/antcall.html  |   12 +-
 manual/Tasks/antlr.html|   14 +-
 manual/Tasks/antstructure.html |   10 +-
 manual/Tasks/antversion.html   |   18 +-
 manual/Tasks/apply.html|   40 +-
 manual/Tasks/attrib.html   |   26 +-
 manual/Tasks/augment.html  |4 +-
 manual/Tasks/available.html|6 +-
 manual/Tasks/basename.html |   12 +-
 manual/Tasks/bindtargets.html  |8 +-
 manual/Tasks/buildnumber.html  |7 +-
 manual/Tasks/cab.html  |   19 +-
 manual/Tasks/ccm.html  |   39 +-
 manual/Tasks/changelog.html|   50 +-
 manual/Tasks/checksum.html |   28 +-
 manual/Tasks/chgrp.html|   28 +-
 manual/Tasks/chmod.html|   35 +-
 manual/Tasks/chown.html|   23 +-
 manual/Tasks/clearcase.html|  404 ---
 manual/Tasks/common.html   |7 +-
 manual/Tasks/componentdef.html |5 +-
 manual/Tasks/concat.html   |   43 +-
 manual/Tasks/condition.html|   11 +-
 manual/Tasks/conditions.html   |  268 +++--
 manual/Tasks/copy.html |   30 +-
 manual/Tasks/copydir.html  |   12 +-
 manual/Tasks/copyfile.html |6 +-
 manual/Tasks/cvs.html  |   23 +-
 manual/Tasks/cvspass.html  |   11 +-
 manual/Tasks/cvstagdiff.html   |   54 +-
 manual/Tasks/cvsversion.html   |   12 +-
 manual/Tasks/defaultexcludes.html  |   13 +-
 manual/Tasks/delete.html   |   24 +-
 manual/Tasks/deltree.html  |6 +-
 manual/Tasks/depend.html   |  128 ++-
 manual/Tasks/dependset.html|   18 +-
 manual/Tasks/diagnostics.html  |   12 +-
 manual/Tasks/dirname.html  |   13 +-
 manual/Tasks/ear.html  |   23 +-
 manual/Tasks/echo.html |   17 +-
 manual/Tasks/echoproperties.html   |   16 +-
 manual/Tasks/echoxml.html  |7 +-
 manual/Tasks/ejb.html  |  322 +++---
 manual/Tasks/exec.html |   62 +-
 manual/Tasks/fail.html |7 +-
 manual/Tasks/filter.html   |   13 +-
 manual/Tasks/fixcrlf.html  |   37 +-
 manual/Tasks/ftp.html  |  222 ++--
 manual/Tasks/genkey.html   |   12 +-
 manual/Tasks/get.html  |   76 +-
 manual/Tasks/gunzip.html   |3 +-
 manual/Tasks/gzip.html |3 +-
 manual/Tasks/hostinfo.html |   20 +-
 manual/Tasks/image.html|  111 +-
 manual/Tasks/import.html   |   16 +-
 manual/Tasks/include.html  |   12 +-
 manual/Tasks/input.html|   39 +-
 manual/Tasks/jar.html  |   82 +-
 manual/Tasks/jarlib-available.html |   11 +-
 manual/Tasks/jarlib-display.html   |   12 +-
 manual/Tasks/jarlib-manifest.html  |

[ant] 02/04: pristine-tar data for ant_1.10.1.orig.tar.xz

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch pristine-tar
in repository ant.

commit bc33931333e40a86b27f58aa7669765d370b594a
Author: Emmanuel Bourg 
Date:   Wed Mar 28 01:15:49 2018 +0200

pristine-tar data for ant_1.10.1.orig.tar.xz
---
 ant_1.10.1.orig.tar.xz.delta | Bin 0 -> 72481 bytes
 ant_1.10.1.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/ant_1.10.1.orig.tar.xz.delta b/ant_1.10.1.orig.tar.xz.delta
new file mode 100644
index 000..357f024
Binary files /dev/null and b/ant_1.10.1.orig.tar.xz.delta differ
diff --git a/ant_1.10.1.orig.tar.xz.id b/ant_1.10.1.orig.tar.xz.id
new file mode 100644
index 000..ef6a3e5
--- /dev/null
+++ b/ant_1.10.1.orig.tar.xz.id
@@ -0,0 +1 @@
+3d63c2dd57c7183ed7d978098534c88e3273141e

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/ant.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[ant] 11/16: Refreshed the patches

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository ant.

commit f668ce1d26402647d22b8f03f2465b986e124c4d
Author: Emmanuel Bourg 
Date:   Wed Mar 28 01:36:34 2018 +0200

Refreshed the patches
---
 debian/changelog   |  2 +-
 .../patches/0009-reproducible-timestamp-task.patch | 23 +++---
 .../patches/0010-reproducible-javadoc-task.patch   |  4 ++--
 .../0011-reproducible-propertyfile-task.patch  |  4 ++--
 debian/patches/0013-auto-adjust-target.patch   |  8 
 5 files changed, 20 insertions(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0e83e34..26d3fcf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ant (1.10.1-1) UNRELEASED; urgency=medium
+ant (1.10.2-1) UNRELEASED; urgency=medium
 
   * New upstream release
 - Refreshed the patches
diff --git a/debian/patches/0009-reproducible-timestamp-task.patch 
b/debian/patches/0009-reproducible-timestamp-task.patch
index 9a1b6b9..33105c2 100644
--- a/debian/patches/0009-reproducible-timestamp-task.patch
+++ b/debian/patches/0009-reproducible-timestamp-task.patch
@@ -3,10 +3,11 @@ Author: Emmanuel Bourg 
 Forwarded: no
 --- a/src/main/org/apache/tools/ant/taskdefs/Tstamp.java
 +++ b/src/main/org/apache/tools/ant/taskdefs/Tstamp.java
-@@ -70,20 +70,51 @@
+@@ -76,16 +76,49 @@
  try {
- Date d = new Date();
+ Date d = getNow();
  
+-customFormats.forEach(cts -> cts.execute(getProject(), d, 
getLocation()));
 +boolean reproducibleBuild = false;
 +
 +if (System.getenv("SOURCE_DATE_EPOCH") != null) {
@@ -21,9 +22,7 @@ Forwarded: no
 +}
 +}
 +
- Enumeration i = customFormats.elements();
- while (i.hasMoreElements()) {
- CustomFormat cts = (CustomFormat) i.nextElement();
++for (CustomFormat cts : customFormats) {
 +if (reproducibleBuild) {
 +if (cts.getTimezone() == null) {
 +cts.setTimezone("UTC");
@@ -32,30 +31,30 @@ Forwarded: no
 +cts.setLocale("en_US");
 +}
 +}
- cts.execute(getProject(), d, getLocation());
- }
++cts.execute(getProject(), d, getLocation());
++}
  
- SimpleDateFormat dstamp = new SimpleDateFormat ("MMdd");
+ SimpleDateFormat dstamp = new SimpleDateFormat("MMdd");
 +if (reproducibleBuild) {
 +dstamp.setTimeZone(java.util.TimeZone.getTimeZone("UTC"));
 +}
  setProperty("DSTAMP", dstamp.format(d));
  
- SimpleDateFormat tstamp = new SimpleDateFormat ("HHmm");
+ SimpleDateFormat tstamp = new SimpleDateFormat("HHmm");
 +if (reproducibleBuild) {
 +tstamp.setTimeZone(java.util.TimeZone.getTimeZone("UTC"));
 +}
  setProperty("TSTAMP", tstamp.format(d));
  
  SimpleDateFormat today
- = new SimpleDateFormat (" d ", Locale.US);
+ = new SimpleDateFormat(" d ", Locale.US);
 +if (reproducibleBuild) {
 +today.setTimeZone(java.util.TimeZone.getTimeZone("UTC"));
 +}
  setProperty("TODAY", today.format(d));
  
  } catch (Exception e) {
-@@ -183,6 +214,10 @@
+@@ -220,6 +253,10 @@
  }
  }
  
@@ -66,7 +65,7 @@ Forwarded: no
  /**
   * The timezone to use for displaying time.
   * The values are as defined by the Java TimeZone class.
-@@ -193,6 +228,10 @@
+@@ -230,6 +267,10 @@
  timeZone = TimeZone.getTimeZone(id);
  }
  
diff --git a/debian/patches/0010-reproducible-javadoc-task.patch 
b/debian/patches/0010-reproducible-javadoc-task.patch
index 937d795..e8cc874 100644
--- a/debian/patches/0010-reproducible-javadoc-task.patch
+++ b/debian/patches/0010-reproducible-javadoc-task.patch
@@ -5,7 +5,7 @@ Author: Emmanuel Bourg 
 Forwarded: no
 --- a/src/main/org/apache/tools/ant/taskdefs/Javadoc.java
 +++ b/src/main/org/apache/tools/ant/taskdefs/Javadoc.java
-@@ -1703,6 +1703,16 @@
+@@ -1700,6 +1700,16 @@
   */
  @Override
  public void execute() throws BuildException {
@@ -21,4 +21,4 @@ Forwarded: no
 +
  checkTaskName();
  
- final Vector packagesToDoc = new Vector();
+ final List packagesToDoc = new Vector<>();
diff --git a/debian/patches/0011-reproducible-propertyfile-task.patch 
b/debian/patches/0011-reproducible-propertyfile-task.patch
index bb4d0d1..1539e8d 100644
--- a/debian/patches/0011-reproducible-propertyfile-task.patch
+++ b/debian/patches/0011-reproducible-propertyfile-task.patch
@@ -5,7 +5,7 @@ Author: Emmanuel Bourg 

[ant] branch master updated (8a318b6 -> c37e98c)

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch master
in repository ant.

  from  8a318b6   interim changelog
   new  d00905c   Import Debian changes 1.9.10-2
   new  02f1d62   Removed the remaining AOT flags in debian/rules
   new  726f708   Adjust the source/target level to 1.7 in anticipation of 
the 1.6 removal in Java 11
   new  407042d   Added activation.jar to the build classpath to fix the 
empty ant-javamail jar with Java 9
  adds  c1e5c08   New upstream version 1.10.0
   new  e2489c0   Update upstream source from tag 'upstream/1.10.0'
   new  d298507   Refreshed the patches
   new  ca7e3ae   Changed the source/target level to 1.8 when building Ant
  adds  a9efd7b   New upstream version 1.10.1
   new  da71816   Update upstream source from tag 'upstream/1.10.1'
   new  e611865   Build the new optional ant-xz module
  adds  1fd7966   New upstream version 1.10.2
   new  2ed65e6   Update upstream source from tag 'upstream/1.10.2'
   new  f668ce1   Refreshed the patches
  adds  98a56db   New upstream version 1.10.3
   new  d5815f8   Update upstream source from tag 'upstream/1.10.3'
   new  8f2d06c   Don't add the java.activation module when building the 
Javadoc
   new  f3157f0   Require Java 8 or higher to run Ant
   new  34d8e87   Don't use the javadoc --ignore-source-errors option when 
using a custom doclet (Closes: #893547)
   new  c37e98c   Upload to unstable

The 16 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CONTRIBUTORS   |1 +
 README |   11 +-
 WHATSNEW   |  153 +-
 build.xml  |  309 ++-
 contributors.xml   |8 +
 debian/ant-optional.poms   |1 +
 debian/ant.properties  |4 +-
 debian/changelog   |   25 +-
 debian/control |   10 +-
 .../patches/0009-reproducible-timestamp-task.patch |   25 +-
 .../patches/0010-reproducible-javadoc-task.patch   |   14 +-
 .../0011-reproducible-propertyfile-task.patch  |   10 +-
 debian/patches/0013-auto-adjust-target.patch   |   31 +-
 .../0014-remove-java-activation-module.patch   |   13 +
 .../0015-javadoc-ignore-source-errors.patch|   17 +
 debian/patches/series  |2 +
 debian/rules   |4 +-
 fetch.xml  |   38 +-
 lib/libraries.properties   |   21 +-
 manual/Integration/jext-plugin.html|   43 +-
 manual/Tasks/BorlandEJBTasks.html  |  149 +-
 manual/Tasks/BorlandGenerateClient.html|   75 +-
 manual/Tasks/ant.html  |  474 ++--
 manual/Tasks/antcall.html  |  217 +-
 manual/Tasks/antlr.html|  201 +-
 manual/Tasks/antstructure.html |   88 +-
 manual/Tasks/antversion.html   |   78 +-
 manual/Tasks/apply.html|  582 ++---
 manual/Tasks/apt.html  |  179 --
 manual/Tasks/attrib.html   |  158 +-
 manual/Tasks/augment.html  |   58 +-
 manual/Tasks/available.html|  165 +-
 manual/Tasks/basename.html |   80 +-
 manual/Tasks/bindtargets.html  |   80 +-
 manual/Tasks/buildnumber.html  |   48 +-
 manual/Tasks/cab.html  |  164 +-
 manual/Tasks/ccm.html  |  181 +-
 manual/Tasks/changelog.html|  316 ++-
 manual/Tasks/checksum.html |  324 ++-
 manual/Tasks/chgrp.html|  188 +-
 manual/Tasks/chmod.html|  260 +-
 manual/Tasks/chown.html|  189 +-
 manual/Tasks/clearcase.html| 1134 -
 manual/Tasks/common.html   |   31 +-
 manual/Tasks/componentdef.html |   54 +-
 manual/Tasks/concat.html   |  556 ++---
 manual/Tasks/condition.html|  110 +-
 manual/Tasks/conditions.html   | 1394 +--
 manual/Tasks/copy.html |  475 ++--
 manual/Tasks/copydir.html  |  149 +-
 manual/Tasks/copyfile.html |   54 +-
 manual/Tasks/cvs.html 

[ant] 09/16: Build the new optional ant-xz module

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository ant.

commit e611865d475a77df67258ab66edd4701491d881d
Author: Emmanuel Bourg 
Date:   Wed Mar 28 01:27:46 2018 +0200

Build the new optional ant-xz module
---
 debian/ant-optional.poms | 1 +
 debian/changelog | 3 ++-
 debian/control   | 4 +++-
 debian/rules | 4 ++--
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian/ant-optional.poms b/debian/ant-optional.poms
index 421989b..d40414d 100644
--- a/debian/ant-optional.poms
+++ b/debian/ant-optional.poms
@@ -16,3 +16,4 @@ src/etc/poms/ant-junit/pom.xml
 src/etc/poms/ant-junit4/pom.xml
 src/etc/poms/ant-swing/pom.xml
 src/etc/poms/ant-testutil/pom.xml
+src/etc/poms/ant-xz/pom.xml
diff --git a/debian/changelog b/debian/changelog
index 6738615..0e83e34 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-ant (1.10.0-1) UNRELEASED; urgency=medium
+ant (1.10.1-1) UNRELEASED; urgency=medium
 
   * New upstream release
 - Refreshed the patches
 - Changed the source/target level to 1.8 when building Ant
+- Build the new optional ant-xz module
   * Adjust the source/target level to 1.7 in anticipation of the 1.6 removal
 in Java 11
   * Added activation.jar to the build classpath to fix the empty ant-javamail
diff --git a/debian/control b/debian/control
index 34a747c..3c3ff61 100644
--- a/debian/control
+++ b/debian/control
@@ -23,6 +23,7 @@ Build-Depends: antlr,
libregexp-java,
libxalan2-java (>= 2.4.0),
libxml-commons-resolver1.1-java (>= 1.2-7~),
+   libxz-java,
maven-repo-helper (>> 1.0)
 Standards-Version: 4.1.3
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/ant.git
@@ -68,7 +69,8 @@ Suggests: antlr,
   liboro-java,
   libregexp-java,
   libxalan2-java (>= 2.4.0-1),
-  libxml-commons-resolver1.1-java
+  libxml-commons-resolver1.1-java,
+  libxz-java
 Description: Java based build tool like make - optional libraries
  Apache Ant is a Java library and command-line tool whose mission is to drive
  processes described in build files as targets and extension points dependent
diff --git a/debian/rules b/debian/rules
index 8a1cc16..fb96c8e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEPENDENCIES := antlr bcel bsf commons-logging javax.activation javax.mail 
jdepend junit junit4 hamcrest-core log4j-1.2 oro regexp xalan2 serializer 
xml-resolver-1.2 commons-net jsch
+DEPENDENCIES := antlr bcel bsf commons-logging javax.activation javax.mail 
jdepend junit junit4 hamcrest-core log4j-1.2 oro regexp xalan2 serializer 
xml-resolver-1.2 commons-net jsch xz
 
 %:
dh $@ --with maven-repo-helper
@@ -31,7 +31,7 @@ override_mh_install:
 
mh_installpoms -pant-optional
for MODULE in antlr apache-bcel apache-bsf apache-log4j apache-oro 
apache-regexp apache-resolver apache-xalan2 \
- commons-logging commons-net javamail jdepend jmf jsch 
junit junit4 swing testutil; do \
+ commons-logging commons-net javamail jdepend jmf jsch 
junit junit4 swing testutil xz; do \
  mh_installjar -pant-optional -l src/etc/poms/ant-$$MODULE/pom.xml 
build/lib/ant-$$MODULE.jar /usr/share/ant/lib/ant-$$MODULE.jar; \
done
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/ant.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[ant] 12/16: Update upstream source from tag 'upstream/1.10.3'

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository ant.

commit d5815f819201cd4e86f68834ddadf55b63c44172
Merge: f668ce1 98a56db
Author: Emmanuel Bourg 
Date:   Wed Mar 28 01:41:34 2018 +0200

Update upstream source from tag 'upstream/1.10.3'

Update to upstream version '1.10.3'
with Debian dir db2b9a4c040630eb453cb5c48f171638629a8333

 README |   11 +-
 WHATSNEW   |   52 +
 build.xml  |  123 +-
 contributors.xml   |4 +
 fetch.xml  |   28 +-
 lib/libraries.properties   |9 +-
 manual/Integration/jext-plugin.html|   43 +-
 manual/Tasks/BorlandEJBTasks.html  |  146 +-
 manual/Tasks/BorlandGenerateClient.html|   71 +-
 manual/Tasks/ant.html  |  458 ++--
 manual/Tasks/antcall.html  |  207 +-
 manual/Tasks/antlr.html|  196 +-
 manual/Tasks/antstructure.html |   82 +-
 manual/Tasks/antversion.html   |   76 +-
 manual/Tasks/apply.html|  576 ++---
 manual/Tasks/attrib.html   |  153 +-
 manual/Tasks/augment.html  |   58 +-
 manual/Tasks/available.html|  161 +-
 manual/Tasks/basename.html |   74 +-
 manual/Tasks/bindtargets.html  |   78 +-
 manual/Tasks/buildnumber.html  |   43 +-
 manual/Tasks/cab.html  |  153 +-
 manual/Tasks/ccm.html  |  160 +-
 manual/Tasks/changelog.html|  304 ++-
 manual/Tasks/checksum.html |  310 ++-
 manual/Tasks/chgrp.html|  180 +-
 manual/Tasks/chmod.html|  258 +-
 manual/Tasks/chown.html|  182 +-
 manual/Tasks/clearcase.html|  978 
 manual/Tasks/common.html   |   26 +-
 manual/Tasks/componentdef.html |   47 +-
 manual/Tasks/concat.html   |  551 ++---
 manual/Tasks/condition.html|  101 +-
 manual/Tasks/conditions.html   | 1297 +-
 manual/Tasks/copy.html |  467 ++--
 manual/Tasks/copydir.html  |  143 +-
 manual/Tasks/copyfile.html |   50 +-
 manual/Tasks/cvs.html  |  244 +-
 manual/Tasks/cvspass.html  |   47 +-
 manual/Tasks/cvstagdiff.html   |  273 +--
 manual/Tasks/cvsversion.html   |   89 +-
 manual/Tasks/defaultexcludes.html  |   83 +-
 manual/Tasks/delete.html   |  273 +--
 manual/Tasks/deltree.html  |   28 +-
 manual/Tasks/depend.html   |  260 +-
 manual/Tasks/dependset.html|  175 +-
 manual/Tasks/diagnostics.html  |   19 +-
 manual/Tasks/dirname.html  |   53 +-
 manual/Tasks/ear.html  |  357 ++-
 manual/Tasks/echo.html |  192 +-
 manual/Tasks/echoproperties.html   |  146 +-
 manual/Tasks/echoxml.html  |   43 +-
 manual/Tasks/ejb.html  | 2515 +---
 manual/Tasks/exec.html |  515 ++--
 manual/Tasks/fail.html |  109 +-
 manual/Tasks/filter.html   |   63 +-
 manual/Tasks/fixcrlf.html  |  387 ++-
 manual/Tasks/ftp.html  |  979 
 manual/Tasks/genkey.html   |   95 +-
 manual/Tasks/get.html  |  322 ++-
 manual/Tasks/hostinfo.html |   84 +-
 manual/Tasks/image.html|  237 +-
 manual/Tasks/import.html   |  383 ++-
 manual/Tasks/include.html  |  367 ++-
 manual/Tasks/input.html|  231 +-
 manual/Tasks/jar.html  |  879 ---
 manual/Tasks/jarlib-available.html |  141 +-
 manual/Tasks/jarlib-display.html   |   55 +-
 manual/Tasks/jarlib-manifest.html  |   88 +-
 manual/Tasks/jarlib-resolve.html   |  241 +-
 manual/Tasks/java.html |  579 ++---
 manual/Tasks/javac.html| 1470 +---
 

[ant] 01/04: pristine-tar data for ant_1.10.0.orig.tar.xz

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch pristine-tar
in repository ant.

commit e71570a74cb4e8ffd0591aabc767b9969006904f
Author: Emmanuel Bourg 
Date:   Wed Mar 28 00:59:48 2018 +0200

pristine-tar data for ant_1.10.0.orig.tar.xz
---
 ant_1.10.0.orig.tar.xz.delta | Bin 0 -> 71974 bytes
 ant_1.10.0.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/ant_1.10.0.orig.tar.xz.delta b/ant_1.10.0.orig.tar.xz.delta
new file mode 100644
index 000..6622b43
Binary files /dev/null and b/ant_1.10.0.orig.tar.xz.delta differ
diff --git a/ant_1.10.0.orig.tar.xz.id b/ant_1.10.0.orig.tar.xz.id
new file mode 100644
index 000..2ec9b43
--- /dev/null
+++ b/ant_1.10.0.orig.tar.xz.id
@@ -0,0 +1 @@
+53992d88e73b1cf618bf8e0bd6bf584ff1c4b7c3

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/ant.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[ant] branch pristine-tar updated (371c35e -> 58436b1)

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch pristine-tar
in repository ant.

  from  371c35e   pristine-tar data for ant_1.9.10.orig.tar.xz
   new  e71570a   pristine-tar data for ant_1.10.0.orig.tar.xz
   new  bc33931   pristine-tar data for ant_1.10.1.orig.tar.xz
   new  bd9f24b   pristine-tar data for ant_1.10.2.orig.tar.xz
   new  58436b1   pristine-tar data for ant_1.10.3.orig.tar.xz

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ant_1.10.0.orig.tar.xz.delta | Bin 0 -> 71974 bytes
 ant_1.10.0.orig.tar.xz.id|   1 +
 ant_1.10.1.orig.tar.xz.delta | Bin 0 -> 72481 bytes
 ant_1.10.1.orig.tar.xz.id|   1 +
 ant_1.10.2.orig.tar.xz.delta | Bin 0 -> 68773 bytes
 ant_1.10.2.orig.tar.xz.id|   1 +
 ant_1.10.3.orig.tar.xz.delta | Bin 0 -> 72689 bytes
 ant_1.10.3.orig.tar.xz.id|   1 +
 8 files changed, 4 insertions(+)
 create mode 100644 ant_1.10.0.orig.tar.xz.delta
 create mode 100644 ant_1.10.0.orig.tar.xz.id
 create mode 100644 ant_1.10.1.orig.tar.xz.delta
 create mode 100644 ant_1.10.1.orig.tar.xz.id
 create mode 100644 ant_1.10.2.orig.tar.xz.delta
 create mode 100644 ant_1.10.2.orig.tar.xz.id
 create mode 100644 ant_1.10.3.orig.tar.xz.delta
 create mode 100644 ant_1.10.3.orig.tar.xz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/ant.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[ant] 16/16: Upload to unstable

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository ant.

commit c37e98cf5557cef16359a634f297392e1f09aafb
Author: Emmanuel Bourg 
Date:   Thu Mar 29 09:35:08 2018 +0200

Upload to unstable
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cc2ec8d..565d7c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ant (1.10.3-1) UNRELEASED; urgency=medium
+ant (1.10.3-1) unstable; urgency=medium
 
   * New upstream release
 - Refreshed the patches
@@ -12,7 +12,7 @@ ant (1.10.3-1) UNRELEASED; urgency=medium
   * Added activation.jar to the build classpath to fix the empty ant-javamail
 jar with Java 9
 
- -- Emmanuel Bourg   Wed, 28 Mar 2018 00:36:12 +0200
+ -- Emmanuel Bourg   Thu, 29 Mar 2018 09:35:04 +0200
 
 ant (1.9.10-2) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/ant.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[ant] 04/04: pristine-tar data for ant_1.10.3.orig.tar.xz

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch pristine-tar
in repository ant.

commit 58436b11ce52cbc2df78a4539c0421d751ab9598
Author: Emmanuel Bourg 
Date:   Wed Mar 28 01:41:34 2018 +0200

pristine-tar data for ant_1.10.3.orig.tar.xz
---
 ant_1.10.3.orig.tar.xz.delta | Bin 0 -> 72689 bytes
 ant_1.10.3.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/ant_1.10.3.orig.tar.xz.delta b/ant_1.10.3.orig.tar.xz.delta
new file mode 100644
index 000..8150f13
Binary files /dev/null and b/ant_1.10.3.orig.tar.xz.delta differ
diff --git a/ant_1.10.3.orig.tar.xz.id b/ant_1.10.3.orig.tar.xz.id
new file mode 100644
index 000..9ea64fd
--- /dev/null
+++ b/ant_1.10.3.orig.tar.xz.id
@@ -0,0 +1 @@
+bf938c043d24c7fe9e44c177ce6f3dfffeb0bc0b

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/ant.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


Bug#893547: Pending fixes for bugs in the ant package

2018-03-29 Thread pkg-java-maintainers
tag 893547 + pending
thanks

Some bugs in the ant package are closed in revision
34d8e87da94a2f643712e0a008d8030f67d73b87 in branch 'master' by
Emmanuel Bourg

The full diff can be seen at
https://anonscm.debian.org/cgit/pkg-java/ant.git/commit/?id=34d8e87

Commit message:

Don't use the javadoc --ignore-source-errors option when using a custom 
doclet (Closes: #893547)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processed: Pending fixes for bugs in the ant package

2018-03-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 893547 + pending
Bug #893547 [ant] ant: please do not emit --ignore-source-errors on Java 9
Bug #893530 [ant] starjava-ttools FTBFS with openjdk-9
Bug #893531 [ant] starjava-topcat FTBFS with openjdk-9
Added tag(s) pending.
Added tag(s) pending.
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
893530: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893530
893531: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893531
893547: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893547
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[excalibur-logkit] annotated tag debian/2.0-12 created (now 348e947)

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to annotated tag debian/2.0-12
in repository excalibur-logkit.

at  348e947   (tag)
   tagging  615c2eebc983346da3cc7397bf7292c380ad3ff1 (commit)
  replaces  upstream/2.0
 tagged by  Emmanuel Bourg
on  Thu Mar 29 09:11:40 2018 +0200

- Log -
excalibur-logkit Debian release 2.0-12
-BEGIN PGP SIGNATURE-

iQJGBAABCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlq8kawSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCs23UQAMBl7ahwv1t+LNGehOOv+k6SeeVDLQ6D
GHINjz+2onXz2kcKiViSVCWgwja8XrG7KP05YOCyHL+qdKJiqoOUWDpMdDjMgy6D
U8RuBHtqVhVzMDC6KAPkrhi9u6Js+gb86wp9FDsNHfqF85UOjdT4EN+9HOarxqpC
XEF+1JBD1k61jZClaGe5uosYE2EaFYnMFNGB+Q3Jjj2P7agSwE9A+zAY0VZLVMeH
LLyHRlKWXNJj6jkHJGOqSvszEjEpmZhP7p5/nYW5ZTU7wfDCBlWKLjl13Kbryz7V
8wqRh6EkZw6GocLyCP6LemvOj01sq7A2yI8ef5AtUMY085TQxC8VkgMuZ64Jyv2K
noQhtETS+1dv2V3vVIHn9TiodM5ScqjZO5nyJRU6lEwdLXuBAs45CHKwMjtYZLsT
wDMo6RAR1ux+vRspnuL4CHAgHXLTvHMT00s+D1wd3t9YZJprfa5kiQRbtK4Ul8aW
YgON+K0Oa6BCl1HYVbJKsU9qE+YMymi0O0MkgMG22EqLWoY0qUd/fhfuO0Qe4sQS
4sKRvK7pXYHU1UI0XlHZ3uvl3NY8G86kYPOhmLWFSKzFEa/n2pKCo2PSoDs73+qU
hLUrpu2RWSc7jdRXc8CCLW/a1Ix00BacuGteSMA7jBd5nao2N/1giBVN0XCg3kuY
t7MeMq3LwVEl
=mXoS
-END PGP SIGNATURE-

Emmanuel Bourg (16):
  Fixed the watch file
  Link to the Servlet 3.0 API
  Refreshed the package
  Updated the dependency on the Servlet API (3.0 -> 3.1)
  Depend on libmail-java instead of libgnumail-java
  Upload to unstable
  Moved the package to Git
  Update upstream source from tag 'upstream/2.0'
  Wrap and sort
  Standards-Version updated to 4.1.3
  Switch to debhelper level 11
  Build with the DH sequencer instead of CDBS
  Use a secure URI for the Format field in debian/watch
  Use a secure URL in debian/watch
  Fixed the build failure with Java 9 (Closes: #893145)
  Upload to unstable

Miguel Landaeta (1):
  Fix FTBFS with OpenJDK7

Onkar Shinde (7):
  Merge excalibur-logkit from Ubuntu
  play nice with svn-buildpackage
  add Vcs-* fields
  fix copyright years
  bug fixes
  excalibur-logkit 2.0-5
  Use only javahelper utilities

Thierry Carrez (1):
  Servlet 2.5 transition: Also runtime-depend on libservlet2.5-java

Tony Mancill (1):
  set distribution to unstable for team upload

Torsten Werner (6):
  * Team upload.
  release
  UNRELEASED
  release
  * Team upload.
  * Team upload.

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/excalibur-logkit.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[pkg-java] r19328 - trunk/excalibur-logkit

2018-03-29 Thread Emmanuel Bourg
Author: ebourg-guest
Date: 2018-03-29 07:12:00 + (Thu, 29 Mar 2018)
New Revision: 19328

Added:
   trunk/excalibur-logkit/MOVED_TO_GIT.txt
Log:
Moved excalibur-logkit to Git

Added: trunk/excalibur-logkit/MOVED_TO_GIT.txt
===
--- trunk/excalibur-logkit/MOVED_TO_GIT.txt (rev 0)
+++ trunk/excalibur-logkit/MOVED_TO_GIT.txt 2018-03-29 07:12:00 UTC (rev 
19328)
@@ -0,0 +1,3 @@
+The excalibur-logkit package is now maintained in a Git repository.
+Please clone git+ssh://anonscm.debian.org/git/pkg-java/excalibur-logkit to 
work on this package.
+


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[ant] 02/16: Removed the remaining AOT flags in debian/rules

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository ant.

commit 02f1d628c36c792e0fe621a089aa8c81abb722ad
Author: Emmanuel Bourg 
Date:   Wed Mar 28 00:30:17 2018 +0200

Removed the remaining AOT flags in debian/rules
---
 debian/rules | 4 
 1 file changed, 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 58aed12..1fd9e4e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,10 +48,6 @@ override_dh_install-indep:
 override_dh_compress:
dh_compress -XWHATSNEW
 
-# Hardening
-export AOT_GCJFLAGS=$(shell dpkg-buildflags --get CFLAGS)
-export AOT_LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
-
 override_dh_auto_clean:
rm -Rf bin build bootstrap lib/optional/*.jar
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/ant.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[ant] 01/16: Import Debian changes 1.9.10-2

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository ant.

commit d00905cd7507ce7948f9d6cc03ba3bb1ea983308
Author: Matthias Klose 
Date:   Mon Mar 19 10:04:26 2018 +0100

Import Debian changes 1.9.10-2

ant (1.9.10-2) unstable; urgency=medium

  * Non maintainer upload.
  * Stop building the gcj packages.
  * Remove Ludovic and Werner as uploaders.
---
 debian/changelog | 9 +
 debian/control   | 2 --
 debian/rules | 4 
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 67ab7f6..8cc9af1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-ant (1.9.10-2) UNRELEASED; urgency=medium
+ant (1.9.10-2) unstable; urgency=medium
 
-  * Team upload.
-  * Drop -gcj packages (Closes: #892528)
+  * Non maintainer upload.
+  * Stop building the gcj packages.
+  * Remove Ludovic and Werner as uploaders.
 
- -- tony mancill   Sat, 10 Mar 2018 21:47:09 -0800
+ -- Matthias Klose   Mon, 19 Mar 2018 10:04:26 +0100
 
 ant (1.9.10-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index d179369..cbd14c0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,6 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 

 Uploaders: Matthias Klose ,
-   Ludovic Claude ,
-   Torsten Werner ,
James Page ,
Emmanuel Bourg 
 Build-Depends: antlr,
diff --git a/debian/rules b/debian/rules
index 1fd9e4e..58aed12 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,6 +48,10 @@ override_dh_install-indep:
 override_dh_compress:
dh_compress -XWHATSNEW
 
+# Hardening
+export AOT_GCJFLAGS=$(shell dpkg-buildflags --get CFLAGS)
+export AOT_LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
+
 override_dh_auto_clean:
rm -Rf bin build bootstrap lib/optional/*.jar
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/ant.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[ant] 04/16: Added activation.jar to the build classpath to fix the empty ant-javamail jar with Java 9

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository ant.

commit 407042d6943bd03073ef1ab878f8a7fb8a1ad940
Author: Emmanuel Bourg 
Date:   Wed Mar 28 00:52:33 2018 +0200

Added activation.jar to the build classpath to fix the empty ant-javamail 
jar with Java 9
---
 debian/changelog | 2 ++
 debian/control   | 2 ++
 debian/rules | 2 +-
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 776578a..86e7498 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ ant (1.9.10-3) UNRELEASED; urgency=medium
 
   * Adjust the source/target level to 1.7 in anticipation of the 1.6 removal
 in Java 11
+  * Added activation.jar to the build classpath to fix the empty ant-javamail
+jar with Java 9
 
  -- Emmanuel Bourg   Wed, 28 Mar 2018 00:36:12 +0200
 
diff --git a/debian/control b/debian/control
index cbd14c0..34a747c 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends: antlr,
default-jdk,
junit,
junit4 (>= 4.11),
+   libactivation-java,
libbcel-java (>= 5.0),
libbsf-java (>= 2.3.0rc1),
libcommons-logging-java,
@@ -54,6 +55,7 @@ Suggests: antlr,
   junit,
   junit4,
   jython,
+  libactivation-java,
   libbcel-java (>= 5.0),
   libbsf-java,
   libcommons-logging-java,
diff --git a/debian/rules b/debian/rules
index 1fd9e4e..8a1cc16 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEPENDENCIES := antlr bcel bsf commons-logging javax.mail jdepend junit junit4 
hamcrest-core log4j-1.2 oro regexp xalan2 serializer xml-resolver-1.2 
commons-net jsch
+DEPENDENCIES := antlr bcel bsf commons-logging javax.activation javax.mail 
jdepend junit junit4 hamcrest-core log4j-1.2 oro regexp xalan2 serializer 
xml-resolver-1.2 commons-net jsch
 
 %:
dh $@ --with maven-repo-helper

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/ant.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[ant] 03/16: Adjust the source/target level to 1.7 in anticipation of the 1.6 removal in Java 11

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository ant.

commit 726f7084832611c9058a3444cb07b546596bb327
Author: Emmanuel Bourg 
Date:   Wed Mar 28 00:38:22 2018 +0200

Adjust the source/target level to 1.7 in anticipation of the 1.6 removal in 
Java 11
---
 debian/changelog |  7 +++
 debian/patches/0013-auto-adjust-target.patch | 18 --
 2 files changed, 11 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8cc9af1..776578a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ant (1.9.10-3) UNRELEASED; urgency=medium
+
+  * Adjust the source/target level to 1.7 in anticipation of the 1.6 removal
+in Java 11
+
+ -- Emmanuel Bourg   Wed, 28 Mar 2018 00:36:12 +0200
+
 ant (1.9.10-2) unstable; urgency=medium
 
   * Non maintainer upload.
diff --git a/debian/patches/0013-auto-adjust-target.patch 
b/debian/patches/0013-auto-adjust-target.patch
index 0b76165..98153cf 100644
--- a/debian/patches/0013-auto-adjust-target.patch
+++ b/debian/patches/0013-auto-adjust-target.patch
@@ -1,16 +1,6 @@
-From: "ebo...@apache.org" 
-Date: Fri, 30 Jun 2017 00:35:44 +0200
-Subject: Adjust the source compatibility automatically for Debian builds with
- Java 9
-
+Description: Adjust the source compatibility automatically for Debian builds 
with Java 9
+Author: Emmanuel Bourg 
 Forwarded: no

- src/main/org/apache/tools/ant/taskdefs/Javac.java  | 13 -
- .../org/apache/tools/ant/taskdefs/Javadoc.java |  7 ++-
- .../apache/tools/ant/taskdefs/LanguageLevel.java   | 62 ++
- 3 files changed, 79 insertions(+), 3 deletions(-)
- create mode 100644 src/main/org/apache/tools/ant/taskdefs/LanguageLevel.java
-
 --- a/src/main/org/apache/tools/ant/taskdefs/Javac.java
 +++ b/src/main/org/apache/tools/ant/taskdefs/Javac.java
 @@ -210,7 +210,10 @@
@@ -77,10 +67,10 @@ Forwarded: no
 +class LanguageLevel {
 +
 +/** The minimum language level supported by the current javac */
-+private static final String MIN_LEVEL = "1.6";
++private static final String MIN_LEVEL = "1.7";
 +
 +/** The list of language levels no longer supported by the current javac 
*/
-+private static final List UNSUPPORTED_LEVELS = Arrays.asList(new 
String[]{"1.1", "1.2", "1.3", "1.4", "1.5", "5"});
++private static final List UNSUPPORTED_LEVELS = Arrays.asList(new 
String[]{"1.1", "1.2", "1.3", "1.4", "1.5", "5", "1.6", "6"});
 +
 +/** Detect if a Debian build is in process */
 +static boolean isDebianBuild() {

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/ant.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[ant] 06/16: Refreshed the patches

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository ant.

commit d298507520851713cf9a70477cd4bd65d88e2029
Author: Emmanuel Bourg 
Date:   Wed Mar 28 01:08:58 2018 +0200

Refreshed the patches
---
 debian/changelog   |  4 +++-
 .../patches/0009-reproducible-timestamp-task.patch | 24 --
 .../patches/0010-reproducible-javadoc-task.patch   | 12 +++
 .../0011-reproducible-propertyfile-task.patch  | 14 -
 debian/patches/0013-auto-adjust-target.patch   |  8 
 5 files changed, 23 insertions(+), 39 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 86e7498..9d0e983 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
-ant (1.9.10-3) UNRELEASED; urgency=medium
+ant (1.10.0-1) UNRELEASED; urgency=medium
 
+  * New upstream release
+- Refreshed the patches
   * Adjust the source/target level to 1.7 in anticipation of the 1.6 removal
 in Java 11
   * Added activation.jar to the build classpath to fix the empty ant-javamail
diff --git a/debian/patches/0009-reproducible-timestamp-task.patch 
b/debian/patches/0009-reproducible-timestamp-task.patch
index bdb96a4..9a1b6b9 100644
--- a/debian/patches/0009-reproducible-timestamp-task.patch
+++ b/debian/patches/0009-reproducible-timestamp-task.patch
@@ -1,17 +1,11 @@
-From: Emmanuel Bourg 
-Date: Mon, 28 Mar 2016 01:45:52 +0200
-Subject: Add support for the SOURCE_DATE_EPOCH variable in the Tstamp task
-
+Description: Add support for the SOURCE_DATE_EPOCH variable in the Tstamp task
+Author: Emmanuel Bourg 
 Forwarded: no

- src/main/org/apache/tools/ant/taskdefs/Tstamp.java | 39 ++
- 1 file changed, 39 insertions(+)
-
 --- a/src/main/org/apache/tools/ant/taskdefs/Tstamp.java
 +++ b/src/main/org/apache/tools/ant/taskdefs/Tstamp.java
-@@ -71,20 +71,51 @@
+@@ -70,20 +70,51 @@
  try {
- Date d = getNow();
+ Date d = new Date();
  
 +boolean reproducibleBuild = false;
 +
@@ -41,27 +35,27 @@ Forwarded: no
  cts.execute(getProject(), d, getLocation());
  }
  
- SimpleDateFormat dstamp = new SimpleDateFormat("MMdd");
+ SimpleDateFormat dstamp = new SimpleDateFormat ("MMdd");
 +if (reproducibleBuild) {
 +dstamp.setTimeZone(java.util.TimeZone.getTimeZone("UTC"));
 +}
  setProperty("DSTAMP", dstamp.format(d));
  
- SimpleDateFormat tstamp = new SimpleDateFormat("HHmm");
+ SimpleDateFormat tstamp = new SimpleDateFormat ("HHmm");
 +if (reproducibleBuild) {
 +tstamp.setTimeZone(java.util.TimeZone.getTimeZone("UTC"));
 +}
  setProperty("TSTAMP", tstamp.format(d));
  
  SimpleDateFormat today
- = new SimpleDateFormat(" d ", Locale.US);
+ = new SimpleDateFormat (" d ", Locale.US);
 +if (reproducibleBuild) {
 +today.setTimeZone(java.util.TimeZone.getTimeZone("UTC"));
 +}
  setProperty("TODAY", today.format(d));
  
  } catch (Exception e) {
-@@ -200,6 +231,10 @@
+@@ -183,6 +214,10 @@
  }
  }
  
@@ -72,7 +66,7 @@ Forwarded: no
  /**
   * The timezone to use for displaying time.
   * The values are as defined by the Java TimeZone class.
-@@ -210,6 +245,10 @@
+@@ -193,6 +228,10 @@
  timeZone = TimeZone.getTimeZone(id);
  }
  
diff --git a/debian/patches/0010-reproducible-javadoc-task.patch 
b/debian/patches/0010-reproducible-javadoc-task.patch
index 35e68ae..937d795 100644
--- a/debian/patches/0010-reproducible-javadoc-task.patch
+++ b/debian/patches/0010-reproducible-javadoc-task.patch
@@ -1,17 +1,11 @@
-From: Emmanuel Bourg 
-Date: Mon, 28 Mar 2016 02:00:16 +0200
-Subject: Improves the reproducibility of the javadoc task for the Debian
+Description: Improves the reproducibility of the javadoc task for the Debian
  builds by setting the locale to 'en' and the encoding to UTF-8 if none was
  specified and SOURCE_DATE_EPOCH is set.
-
+Author: Emmanuel Bourg 
 Forwarded: no

- src/main/org/apache/tools/ant/taskdefs/Javadoc.java | 10 ++
- 1 file changed, 10 insertions(+)
-
 --- a/src/main/org/apache/tools/ant/taskdefs/Javadoc.java
 +++ b/src/main/org/apache/tools/ant/taskdefs/Javadoc.java
-@@ -1707,6 +1707,16 @@
+@@ -1703,6 +1703,16 @@
   */
  @Override
  public void execute() throws BuildException {
diff --git a/debian/patches/0011-reproducible-propertyfile-task.patch 
b/debian/patches/0011-reproducible-propertyfile-task.patch
index 343d97b..bb4d0d1 100644
--- a/debian/patches/0011-reproducible-propertyfile-task.patch
+++ 

Processing of jersey1_1.19.3-4_source.changes

2018-03-29 Thread Debian FTP Masters
jersey1_1.19.3-4_source.changes uploaded successfully to localhost
along with the files:
  jersey1_1.19.3-4.dsc
  jersey1_1.19.3-4.debian.tar.xz
  jersey1_1.19.3-4_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of saaj_1.4.0-1_source.changes

2018-03-29 Thread Debian FTP Masters
saaj_1.4.0-1_source.changes uploaded successfully to localhost
along with the files:
  saaj_1.4.0-1.dsc
  saaj_1.4.0.orig.tar.xz
  saaj_1.4.0-1.debian.tar.xz
  saaj_1.4.0-1_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Accepted jersey1 1.19.3-4 (source) into unstable

2018-03-29 Thread Emmanuel Bourg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 29 Mar 2018 22:54:20 +0200
Source: jersey1
Binary: libjersey1-core-java libjersey1-client-java libjersey1-server-java 
libjersey1-servlet-java libjersey1-guice-java libjersey1-json-java 
libjersey1-atom-java libjersey1-fastinfoset-java
Architecture: source
Version: 1.19.3-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 libjersey1-atom-java - RESTful Web Services in Java (atom module)
 libjersey1-client-java - RESTful Web Services in Java (client module)
 libjersey1-core-java - RESTful Web Services in Java (core library)
 libjersey1-fastinfoset-java - RESTful Web Services in Java (fastinfoset module)
 libjersey1-guice-java - RESTful Web Services in Java (guice module)
 libjersey1-json-java - RESTful Web Services in Java (json module)
 libjersey1-server-java - RESTful Web Services in Java (server module)
 libjersey1-servlet-java - RESTful Web Services in Java (servlet module)
Changes:
 jersey1 (1.19.3-4) unstable; urgency=medium
 .
   * Fixed a regression introduced in the previous upload
Checksums-Sha1:
 7bbd0b049de82a3255b38ef7b9b4752694e5cc95 2940 jersey1_1.19.3-4.dsc
 0ab3376f0a35480ab5de209c73a8674947f04e7f 16424 jersey1_1.19.3-4.debian.tar.xz
 d48d543f22f95424f9318696e8feda1ff8c53857 16730 
jersey1_1.19.3-4_source.buildinfo
Checksums-Sha256:
 cbc5599a70c6bd240d3c8866a2e0c5546fd4d99b672d6280d84f48262eec4788 2940 
jersey1_1.19.3-4.dsc
 2bc2985c40c18e90afffc86b0cf37cdeb7915c36690393fbcd25e96e0609635f 16424 
jersey1_1.19.3-4.debian.tar.xz
 865b2f3f552cf69362fee642b804471f915628e16b4030ffe071185ec2ceccfd 16730 
jersey1_1.19.3-4_source.buildinfo
Files:
 691a3e980c42ee411127e95577d6972a 2940 java optional jersey1_1.19.3-4.dsc
 48db30c3af18fbdae1385d25522d94c3 16424 java optional 
jersey1_1.19.3-4.debian.tar.xz
 953c4a0cd3421feb3380b2cd79fcf177 16730 java optional 
jersey1_1.19.3-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlq9UqwSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsvqAP/jEj50gqpgCsz3gg26uyXLMvA49rO9JQ
fEFBGlL+NqboIDfZi7PO3k4gSHN4AIOYchmJwyfnpFCtojIXqSoFDuHp6lf3eqvO
9WxvsyXqAKt+W/9GzGOO6OuX4nmmVdXfOL2C63PS/FAtdpCA5zheP/ilLM751enL
h/ABi1TAAwdgqBLvnhq/YzGYh1zJGGEcx0sg/vr+YTjeKGz6gXzrL7WKhp1o13q1
rI/r9eSiOc3mTuzhD1O5hQ6Y0HP/eUvFIuk/nN6JB+0r6XrmaJJhPfYRD1WbR92q
d36WXFVDI6XuPO32NylX9Wx9EjxCyNmg5NcrwIOUMunCsDn/83WB+Rj+4Q+/ayFZ
0K1i0Q4HaTlbTVKhWI0kAeE4P1DN4lY6yZ+mTOUdMoCgO9wbMQXMuG5BFmkv40tx
M/19Pb2+2LaMgf1wjopBVYpb4p63BR0fKl25p6IUa6udlaGXz8ID/vR26x+AfepV
ZYZ4AF3IWoljHINBjDykNhMnqlJixJ0eO5FkvqMEsKbqx2Zv8sXlPxH/leQCvavH
WOGUsBfr6nUSMQvETnA1+xx1CFC+sVMs3Pxz5AijWCuE9sYoK3S5zQpTlmnWgRxy
HDC/afT6vIxkjl0oZQFQaiFfatcecJ2zShVEYAwNComa1E5fwUB/5E2l7ApyIisG
1QbuUgf9G1oh
=yYpC
-END PGP SIGNATURE-


__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


jersey1_1.19.3-4_source.changes ACCEPTED into unstable

2018-03-29 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 29 Mar 2018 22:54:20 +0200
Source: jersey1
Binary: libjersey1-core-java libjersey1-client-java libjersey1-server-java 
libjersey1-servlet-java libjersey1-guice-java libjersey1-json-java 
libjersey1-atom-java libjersey1-fastinfoset-java
Architecture: source
Version: 1.19.3-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 libjersey1-atom-java - RESTful Web Services in Java (atom module)
 libjersey1-client-java - RESTful Web Services in Java (client module)
 libjersey1-core-java - RESTful Web Services in Java (core library)
 libjersey1-fastinfoset-java - RESTful Web Services in Java (fastinfoset module)
 libjersey1-guice-java - RESTful Web Services in Java (guice module)
 libjersey1-json-java - RESTful Web Services in Java (json module)
 libjersey1-server-java - RESTful Web Services in Java (server module)
 libjersey1-servlet-java - RESTful Web Services in Java (servlet module)
Changes:
 jersey1 (1.19.3-4) unstable; urgency=medium
 .
   * Fixed a regression introduced in the previous upload
Checksums-Sha1:
 7bbd0b049de82a3255b38ef7b9b4752694e5cc95 2940 jersey1_1.19.3-4.dsc
 0ab3376f0a35480ab5de209c73a8674947f04e7f 16424 jersey1_1.19.3-4.debian.tar.xz
 d48d543f22f95424f9318696e8feda1ff8c53857 16730 
jersey1_1.19.3-4_source.buildinfo
Checksums-Sha256:
 cbc5599a70c6bd240d3c8866a2e0c5546fd4d99b672d6280d84f48262eec4788 2940 
jersey1_1.19.3-4.dsc
 2bc2985c40c18e90afffc86b0cf37cdeb7915c36690393fbcd25e96e0609635f 16424 
jersey1_1.19.3-4.debian.tar.xz
 865b2f3f552cf69362fee642b804471f915628e16b4030ffe071185ec2ceccfd 16730 
jersey1_1.19.3-4_source.buildinfo
Files:
 691a3e980c42ee411127e95577d6972a 2940 java optional jersey1_1.19.3-4.dsc
 48db30c3af18fbdae1385d25522d94c3 16424 java optional 
jersey1_1.19.3-4.debian.tar.xz
 953c4a0cd3421feb3380b2cd79fcf177 16730 java optional 
jersey1_1.19.3-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlq9UqwSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsvqAP/jEj50gqpgCsz3gg26uyXLMvA49rO9JQ
fEFBGlL+NqboIDfZi7PO3k4gSHN4AIOYchmJwyfnpFCtojIXqSoFDuHp6lf3eqvO
9WxvsyXqAKt+W/9GzGOO6OuX4nmmVdXfOL2C63PS/FAtdpCA5zheP/ilLM751enL
h/ABi1TAAwdgqBLvnhq/YzGYh1zJGGEcx0sg/vr+YTjeKGz6gXzrL7WKhp1o13q1
rI/r9eSiOc3mTuzhD1O5hQ6Y0HP/eUvFIuk/nN6JB+0r6XrmaJJhPfYRD1WbR92q
d36WXFVDI6XuPO32NylX9Wx9EjxCyNmg5NcrwIOUMunCsDn/83WB+Rj+4Q+/ayFZ
0K1i0Q4HaTlbTVKhWI0kAeE4P1DN4lY6yZ+mTOUdMoCgO9wbMQXMuG5BFmkv40tx
M/19Pb2+2LaMgf1wjopBVYpb4p63BR0fKl25p6IUa6udlaGXz8ID/vR26x+AfepV
ZYZ4AF3IWoljHINBjDykNhMnqlJixJ0eO5FkvqMEsKbqx2Zv8sXlPxH/leQCvavH
WOGUsBfr6nUSMQvETnA1+xx1CFC+sVMs3Pxz5AijWCuE9sYoK3S5zQpTlmnWgRxy
HDC/afT6vIxkjl0oZQFQaiFfatcecJ2zShVEYAwNComa1E5fwUB/5E2l7ApyIisG
1QbuUgf9G1oh
=yYpC
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[saaj] 01/02: Initial packaging

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository saaj.

commit 54593295ce96e68c3a06d9439da43c4c8a6df6a0
Author: Emmanuel Bourg 
Date:   Thu Mar 29 23:58:13 2018 +0200

Initial packaging
---
 debian/README.source |   9 +
 debian/changelog |   5 +
 debian/compat|   1 +
 debian/control   |  29 
 debian/copyright | 416 +++
 debian/libsaaj-java.poms |  28 
 debian/maven.ignoreRules |  10 ++
 debian/maven.properties  |   5 +
 debian/maven.rules   |   2 +
 debian/rules |   7 +
 debian/source/format |   1 +
 debian/watch |   3 +
 12 files changed, 516 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 000..76815fc
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,9 @@
+Information about saaj
+--
+
+This package was debianized using the mh_make command
+from the maven-debian-helper package.
+
+The build system uses Maven but prevents it from downloading
+anything from the Internet, making the build compliant with
+the Debian policy.
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..8b34b0c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+saaj (1.4.0-1) unstable; urgency=medium
+
+  * Initial release (Closes: #894405)
+
+ -- Emmanuel Bourg   Thu, 29 Mar 2018 23:58:06 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..b4de394
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+11
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..47c0abc
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: saaj
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers 

+Uploaders: Emmanuel Bourg 
+Build-Depends:
+ debhelper (>= 11),
+ default-jdk,
+ junit4,
+ libbuild-helper-maven-plugin-java,
+ libmaven-bundle-plugin-java,
+ maven-debian-helper (>= 2.1)
+Standards-Version: 4.1.3
+Vcs-Git: https://anonscm.debian.org/git/pkg-java/saaj.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/saaj.git
+Homepage: https://javaee.github.io/javaee-spec/
+
+Package: libsaaj-java
+Architecture: all
+Depends: ${maven:Depends}, ${misc:Depends}
+Suggests: ${maven:OptionalDepends}
+Description: SOAP with Attachment API for Java
+ The SOAP with Attachments API for Java (SAAJ) provides the API for
+ creating and building SOAP messages. The SAAJ API conforms to the
+ Simple Object Access Protocol (SOAP) 1.1 and 1.2 specifications, and
+ the SOAP with Attachments specification.
+ .
+ The SAAJ API defines the javax.xml.soap package which was integrated
+ to the JRE since Java 6 and was eventually removed in Java 11.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..f3725b9
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,416 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: SOAP with Attachment API for Java (SAAJ)
+Source: https://github.com/javaee/javax.xml.soap
+
+Files: *
+Copyright: 2014-2017, Oracle Corporation
+License: CDDL-1.1 or GPL-2 with Classpath exception
+
+Files: src/test/java/saaj/factory/*
+Copyright: 2016, Oracle Corporation
+License: GPL-2 with Classpath exception
+
+Files: debian/*
+Copyright: 2018, Emmanuel Bourg 
+License: Apache-2.0
+
+License: Apache-2.0
+ On Debian systems, the full text of the Apache-2.0 license
+ can be found in the file '/usr/share/common-licenses/Apache-2.0'
+
+License: CDDL-1.1
+ .
+ COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1
+ .
+ 1. Definitions.
+ .
+ 1.1. Contributor means each individual or entity that creates or
+ contributes to the creation of Modifications.
+ .
+ 1.2. Contributor Version means the combination of the Original
+ Software, prior Modifications used by a Contributor (if any), and
+ the Modifications made by that particular Contributor.
+ .
+ 1.3. Covered Software means (a) the Original Software, or (b)
+ Modifications, or (c) the combination of files containing Original
+ Software with files containing Modifications, in each case
+ including portions thereof.
+ .
+ 1.4. Executable means the Covered Software in any form other than
+ Source Code.
+ .
+ 1.5. Initial Developer means the individual or entity that first
+ makes Original Software available under this License.
+ .
+ 1.6. Larger Work means a work which combines Covered Software or
+ portions thereof with code not governed by the terms of this
+ License.
+ .
+ 1.7. License means this document.
+ .
+ 1.8. Licensable means having the right to grant, to the maximum
+ extent possible, whether at the time of the initial grant or
+ subsequently acquired, any and all of the rights conveyed herein.
+ .
+ 1.9. 

[saaj] branch master created (now f4a53b2)

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch master
in repository saaj.

at  f4a53b2   Merge tag 'upstream/1.4.0'

This branch includes the following new commits:

   new  5459329   Initial packaging
   new  f4a53b2   Merge tag 'upstream/1.4.0'

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/saaj.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[saaj] 02/02: Merge tag 'upstream/1.4.0'

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository saaj.

commit f4a53b2d00b7ef6aa56398d97fbd5a3be39b8050
Merge: 5459329 905ad37
Author: Emmanuel Bourg 
Date:   Thu Mar 29 23:58:14 2018 +0200

Merge tag 'upstream/1.4.0'

Upstream version 1.4.0

 .gitignore |   1 +
 LICENSE| 759 +
 copyright-exclude  |   6 +
 copyright.txt  |  39 ++
 exclude.xml|  79 +++
 pom.xml| 472 +
 release.sh |  76 +++
 src/main/java/javax/xml/soap/AttachmentPart.java   | 541 +++
 src/main/java/javax/xml/soap/Detail.java   | 122 
 src/main/java/javax/xml/soap/DetailEntry.java  |  53 ++
 src/main/java/javax/xml/soap/FactoryFinder.java| 283 
 src/main/java/javax/xml/soap/MessageFactory.java   | 204 ++
 src/main/java/javax/xml/soap/MimeHeader.java   |  86 +++
 src/main/java/javax/xml/soap/MimeHeaders.java  | 288 
 src/main/java/javax/xml/soap/Name.java | 124 
 src/main/java/javax/xml/soap/Node.java | 130 
 src/main/java/javax/xml/soap/SAAJMetaFactory.java  | 147 
 src/main/java/javax/xml/soap/SAAJResult.java   | 148 
 src/main/java/javax/xml/soap/SOAPBody.java | 313 +
 src/main/java/javax/xml/soap/SOAPBodyElement.java  |  60 ++
 src/main/java/javax/xml/soap/SOAPConnection.java   | 112 +++
 .../java/javax/xml/soap/SOAPConnectionFactory.java | 102 +++
 src/main/java/javax/xml/soap/SOAPConstants.java| 218 ++
 src/main/java/javax/xml/soap/SOAPElement.java  | 540 +++
 .../java/javax/xml/soap/SOAPElementFactory.java| 156 +
 src/main/java/javax/xml/soap/SOAPEnvelope.java | 217 ++
 src/main/java/javax/xml/soap/SOAPException.java| 186 +
 src/main/java/javax/xml/soap/SOAPFactory.java  | 305 +
 src/main/java/javax/xml/soap/SOAPFault.java| 530 ++
 src/main/java/javax/xml/soap/SOAPFaultElement.java |  54 ++
 src/main/java/javax/xml/soap/SOAPHeader.java   | 278 
 .../java/javax/xml/soap/SOAPHeaderElement.java | 183 +
 src/main/java/javax/xml/soap/SOAPMessage.java  | 470 +
 src/main/java/javax/xml/soap/SOAPPart.java | 281 
 .../java/javax/xml/soap/ServiceLoaderUtil.java | 139 
 src/main/java/javax/xml/soap/Text.java |  58 ++
 src/main/java/javax/xml/soap/package-info.java | 121 
 src/main/jdk9/module-info.java |  55 ++
 .../java/javax/xml/soap/test/SAAJFactoryTest.java  | 279 
 src/test/java/saaj/factory/Invalid.java|  33 +
 src/test/java/saaj/factory/Valid.java  |  50 ++
 src/test/java/saaj/factory/Valid2.java |  49 ++
 src/test/java/saaj/factory/Valid3.java |  49 ++
 src/test/resources/javax/xml/soap/test.policy  |  18 +
 44 files changed, 8414 insertions(+)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/saaj.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[saaj] 01/01: pristine-tar data for saaj_1.4.0.orig.tar.xz

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch pristine-tar
in repository saaj.

commit 86ddc9867ac8296d31804aa957b25c8e8459d837
Author: Emmanuel Bourg 
Date:   Thu Mar 29 23:58:14 2018 +0200

pristine-tar data for saaj_1.4.0.orig.tar.xz
---
 saaj_1.4.0.orig.tar.xz.delta | Bin 0 -> 2459 bytes
 saaj_1.4.0.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/saaj_1.4.0.orig.tar.xz.delta b/saaj_1.4.0.orig.tar.xz.delta
new file mode 100644
index 000..0e70d0c
Binary files /dev/null and b/saaj_1.4.0.orig.tar.xz.delta differ
diff --git a/saaj_1.4.0.orig.tar.xz.id b/saaj_1.4.0.orig.tar.xz.id
new file mode 100644
index 000..c5e4c85
--- /dev/null
+++ b/saaj_1.4.0.orig.tar.xz.id
@@ -0,0 +1 @@
+1a574e74c5b736ffc349ed50b2f6d9f45bf59cbc

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/saaj.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[saaj] branch pristine-tar created (now 86ddc98)

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch pristine-tar
in repository saaj.

at  86ddc98   pristine-tar data for saaj_1.4.0.orig.tar.xz

This branch includes the following new commits:

   new  86ddc98   pristine-tar data for saaj_1.4.0.orig.tar.xz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/saaj.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[saaj] annotated tag upstream/1.4.0 created (now bc13eac)

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to annotated tag upstream/1.4.0
in repository saaj.

at  bc13eac   (tag)
   tagging  905ad378ff463ef01e4376247d01b770b3c645b6 (commit)
 tagged by  Emmanuel Bourg
on  Thu Mar 29 23:58:14 2018 +0200

- Log -
Upstream version 1.4.0

Emmanuel Bourg (2):
  Initial upstream branch.
  New upstream version 1.4.0

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/saaj.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[jersey1] 01/01: Fixed a regression introduced in the previous upload

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository jersey1.

commit 4599588c0a011c5c967561fc31effa3e963c2387
Author: Emmanuel Bourg 
Date:   Thu Mar 29 22:54:49 2018 +0200

Fixed a regression introduced in the previous upload
---
 debian/changelog | 6 ++
 debian/rules | 2 ++
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2811a4a..e9bc052 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jersey1 (1.19.3-4) unstable; urgency=medium
+
+  * Fixed a regression introduced in the previous upload
+
+ -- Emmanuel Bourg   Thu, 29 Mar 2018 22:54:20 +0200
+
 jersey1 (1.19.3-3) unstable; urgency=medium
 
   * Fixed the build failure with istack-commons 3.0.x
diff --git a/debian/rules b/debian/rules
index b1c968f..253e060 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+JAVA_HOME := /usr/lib/jvm/default-java
+
 %:
dh $@
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/jersey1.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[jersey1] branch master updated (d0f0825 -> 4599588)

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch master
in repository jersey1.

  from  d0f0825   Upload to unstable
   new  4599588   Fixed a regression introduced in the previous upload

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 6 ++
 debian/rules | 2 ++
 2 files changed, 8 insertions(+)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/jersey1.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


saaj_1.4.0-1_source.changes REJECTED

2018-03-29 Thread Debian FTP Masters


Source-only uploads to NEW are not allowed.

binary:libsaaj-java is NEW.
source:saaj is NEW.

===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[httpunit] branch master updated (0aab313 -> ec18b77)

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch master
in repository httpunit.

  from  0aab313   Upload to unstable
   new  ec18b77   No longer install the README file (Closes: #894109)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/{README.Debian-source => README.source} | 0
 debian/changelog   | 7 +++
 debian/libhttpunit-java-doc.docs   | 1 -
 debian/libhttpunit-java.install| 1 -
 4 files changed, 7 insertions(+), 2 deletions(-)
 rename debian/{README.Debian-source => README.source} (100%)
 delete mode 100644 debian/libhttpunit-java.install

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/httpunit.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[httpunit] 01/01: No longer install the README file (Closes: #894109)

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository httpunit.

commit ec18b77d08b8d736c9cda185001dba7a09c1b8d2
Author: Emmanuel Bourg 
Date:   Thu Mar 29 10:17:32 2018 +0200

No longer install the README file (Closes: #894109)
---
 debian/{README.Debian-source => README.source} | 0
 debian/changelog   | 7 +++
 debian/libhttpunit-java-doc.docs   | 1 -
 debian/libhttpunit-java.install| 1 -
 4 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/README.Debian-source b/debian/README.source
similarity index 100%
rename from debian/README.Debian-source
rename to debian/README.source
diff --git a/debian/changelog b/debian/changelog
index ce06e1e..66717f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+httpunit (1.7+dfsg-14) unstable; urgency=medium
+
+  * Team upload.
+  * No longer install the README file (Closes: #894109)
+
+ -- Emmanuel Bourg   Thu, 29 Mar 2018 10:17:17 +0200
+
 httpunit (1.7+dfsg-13) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/libhttpunit-java-doc.docs b/debian/libhttpunit-java-doc.docs
index d656739..3833bb8 100644
--- a/debian/libhttpunit-java-doc.docs
+++ b/debian/libhttpunit-java-doc.docs
@@ -4,4 +4,3 @@ dist/httpunit-1.7/doc/release_notes.html
 dist/httpunit-1.7/doc/sslfaq.html
 dist/httpunit-1.7/doc/tutorial
 dist/httpunit-1.7/examples
-debian/README.Debian-source
diff --git a/debian/libhttpunit-java.install b/debian/libhttpunit-java.install
deleted file mode 100644
index 6f6cfad..000
--- a/debian/libhttpunit-java.install
+++ /dev/null
@@ -1 +0,0 @@
-debian/README.Debian-sourceusr/share/doc/libhttpunit-java

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/httpunit.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


Bug#894109: Pending fixes for bugs in the httpunit package

2018-03-29 Thread pkg-java-maintainers
tag 894109 + pending
thanks

Some bugs in the httpunit package are closed in revision
ec18b77d08b8d736c9cda185001dba7a09c1b8d2 in branch 'master' by
Emmanuel Bourg

The full diff can be seen at
https://anonscm.debian.org/cgit/pkg-java/httpunit.git/commit/?id=ec18b77

Commit message:

No longer install the README file (Closes: #894109)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893531: marked as done (starjava-topcat FTBFS with openjdk-9)

2018-03-29 Thread Debian Bug Tracking System
Your message dated Thu, 29 Mar 2018 09:20:12 +
with message-id 
and subject line Bug#893547: fixed in ant 1.10.3-1
has caused the Debian Bug report #893547,
regarding starjava-topcat FTBFS with openjdk-9
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
893547: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893547
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: starjava-topcat
Version: 4.5.1-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/starjava-topcat.html

...
build-extras:
  [javadoc] Generating Javadoc
  [javadoc] Debian build on Java >=9: Adding --ignore-source-errors.
  [javadoc] Javadoc execution
  [javadoc] javadoc: warning - The old Doclet and Taglet APIs in the packages
  [javadoc] com.sun.javadoc, com.sun.tools.doclets and their implementations
  [javadoc] are planned to be removed in a future JDK release. These
  [javadoc] components have been superseded by the new APIs in 
jdk.javadoc.doclet.
  [javadoc] Users are strongly recommended to migrate to the new APIs.
  [javadoc] Usage: javadoc [options] [packagenames] [sourcefiles] [@files]
  [javadoc]   -overview  Read overview documentation from 
HTML file
  [javadoc]   -public  Show only public classes and 
members
  [javadoc]   -protected   Show protected/public classes 
and members (default)
  [javadoc]   -package Show package/protected/public 
classes and members
  [javadoc]   -private Show all classes and members
  [javadoc]   -helpDisplay command line options and 
exit
  [javadoc]   -doclet   Generate output via alternate 
doclet
  [javadoc]   -docletpathSpecify where to find doclet 
class files
  [javadoc]   --module-source-path   Specify where to find input 
source files for multiple modules
  [javadoc]   --upgrade-module-path  Override location of upgradeable 
modules
  [javadoc]   --module-path , -p   Specify where to find 
application modules
  [javadoc]   --add-modules (,)*
  [javadoc]Root modules to resolve in 
addition to the initial modules,
  [javadoc]or all modules on the module 
path if  is ALL-MODULE-PATH.
  [javadoc]   --limit-modules (,)*
  [javadoc]Limit the universe of observable 
modules
  [javadoc]   --source-path  Specify where to find source 
files
  [javadoc]   -sourcepathSpecify where to find source 
files
  [javadoc]   --class-path   Specify where to find user class 
files
  [javadoc]   -classpath Specify where to find user class 
files
  [javadoc]   -cpSpecify where to find user class 
files
  [javadoc]   -excludeSpecify a list of packages to 
exclude
  [javadoc]   -subpackages Specify subpackages to 
recursively load
  [javadoc]   -breakiterator   Compute first sentence with 
BreakIterator
  [javadoc]   -bootclasspath Override location of platform 
class files
  [javadoc]used for non-modular releases
  [javadoc]   --systemOverride location of system 
modules used
  [javadoc]for modular releases.
  [javadoc]   -source Provide source compatibility 
with specified release
  [javadoc]   --release   Provide source compatibility 
with specified release
  [javadoc]   -extdirsOverride location of installed 
extensions
  [javadoc]   -verbose Output messages about what 
Javadoc is doing
  [javadoc]   -localeLocale to be used, e.g. en_US or 
en_US_WIN
  [javadoc]   -encoding  Source file encoding name
  [javadoc]   -quiet   Do not display status messages
  [javadoc]   -J Pass  directly to the 
runtime system
  [javadoc]   -X   Print a synopsis of nonstandard 
options and exit
  [javadoc] 
  [javadoc] 
  [javadoc] GNU-style options may use = instead whitespace to separate the name 
of an option
  [javadoc] from its value.
  [javadoc] 
  [javadoc] 1 error
  [javadoc] javadoc: error - invalid flag: --ignore-source-errors

BUILD FAILED
/build/1st/starjava-topcat-4.5.1/build.xml:503: The following error occurred 
while executing this line:

Bug#893547: marked as done (ant: please do not emit --ignore-source-errors on Java 9)

2018-03-29 Thread Debian Bug Tracking System
Your message dated Thu, 29 Mar 2018 09:20:12 +
with message-id 
and subject line Bug#893547: fixed in ant 1.10.3-1
has caused the Debian Bug report #893547,
regarding ant: please do not emit --ignore-source-errors on Java 9
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
893547: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893547
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ant
Version: 1.9.9-6
Severity: serious

Dear maintainer,

to fix #884187, ant added the option "--ignore-source-errors" to
javadoc. This option is however not available on Java 9, which leads to
FTBFS on some packages: starjava-topcat, starjava-tools. I will merge
the relevant bug reports.

Best regards

Ole
--- End Message ---
--- Begin Message ---
Source: ant
Source-Version: 1.10.3-1

We believe that the bug you reported is fixed in the latest version of
ant, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 893...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emmanuel Bourg  (supplier of updated ant package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 29 Mar 2018 09:35:04 +0200
Source: ant
Binary: ant ant-optional ant-doc
Architecture: source
Version: 1.10.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 ant- Java based build tool like make
 ant-doc- Java based build tool like make - API documentation and manual
 ant-optional - Java based build tool like make - optional libraries
Closes: 893547
Changes:
 ant (1.10.3-1) unstable; urgency=medium
 .
   * New upstream release
 - Refreshed the patches
 - Changed the source/target level to 1.8 when building Ant
 - Build the new optional ant-xz module
 - Require Java 8 or higher to run Ant
   * Don't use the javadoc --ignore-source-errors option when using
 a custom doclet (Closes: #893547)
   * Adjust the source/target level to 1.7 in anticipation of the 1.6 removal
 in Java 11
   * Added activation.jar to the build classpath to fix the empty ant-javamail
 jar with Java 9
Checksums-Sha1:
 569006848024b09e2f96dec0be0f8bf0c2fb2459 2426 ant_1.10.3-1.dsc
 cc1d7298b9498c72dbc5a79ca54cdf2b7a24a3a1 3254180 ant_1.10.3.orig.tar.xz
 ed7f1d336d5a60b721f0d15cabe28251848d4425 19024 ant_1.10.3-1.debian.tar.xz
 d4a2721eedd65926d6b7b98bc7396c68ef8e7074 11612 ant_1.10.3-1_source.buildinfo
Checksums-Sha256:
 7da09733964c9dc607881a6b98dc3151ab16e4dbef49a9e77a4fbd3ad4b2ee9a 2426 
ant_1.10.3-1.dsc
 596d74a48dad467ba45ba03c8dec39fa20900d7735ca1beaade8532e140bf6b8 3254180 
ant_1.10.3.orig.tar.xz
 39a9163378a3c0070ba36e81a8cc785240fc0295a710b21ba7896d78dbe1f31c 19024 
ant_1.10.3-1.debian.tar.xz
 141403354a9e5c9a974fbca28eb5fac88f2c5bde39df0fb49613f10cf1b9154f 11612 
ant_1.10.3-1_source.buildinfo
Files:
 6caa623a1b8df23f5c75f14f800a7c23 2426 java optional ant_1.10.3-1.dsc
 de7502caf21b1655ef688a277163ec8e 3254180 java optional ant_1.10.3.orig.tar.xz
 c7da63bd440691670dbf89ae33ce330e 19024 java optional ant_1.10.3-1.debian.tar.xz
 8f7f75895f119364b5d66807b83636a5 11612 java optional 
ant_1.10.3-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlq8mOoSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsv9kP+QEuJx+laClHCoLnmP+Kn1gezninby3N
+fRXKphjVMjUqxH983vOC8WJbaNI6iCJZYr1qM4eMxBo++mQJ7JdQkeorXMe7qT8
hXW7pFnYHds9NaQYlnJIhu8kwSbP6f1sO4Ud6BfEy4OOKBZ/Qjic9r54oCqMX2XM
vz5MJZCuPEW1enMBMa5o0nvijbMmqO91zXyZIpoqE6A/efEa2Fd1NCdf0pxfB8Lh
1kbvb5r3ibvbs+4UYgBttl4qEfrVI9KhWAyQzucgh1vNZUCkWquWsqEbOvd5kNDr
ikSIcUUeeQXTexua4KeSol3/LwOjwfb3viG1mD1EX7h3GXLwa9NGXXVdIr8HG8lM
nXbU+xjYlhOwrukDuiHmjU0gFVbp+0oVxoH+KdTePqp2XuKSuWcm+PusTrVnzr/r
F3K6dsHzH4f0xoSlWb+LZFWkIid29SLOmuN1u7ywyW9wTxVw49x27dAvchjmYGx+
VxAWtP5lyUMvbs0pyhMOhpLE9k/uMIjco3gx7KFmfpPj1gq6yO7oZt20bRCzOj+P
wT5rXmJd2P4JcmSdzjBDqHQFDviZwWybe0ltoT05GQtCJ5cGWwTKlSkqivmo82KW
W++EgVMiOftsM+/ZzN1tWDVYL8Q8UubgPiXkvJzgyn+3H8mRZerTt+8YQ4jkR3ty
FvBxcn2Srfb/
=fUUG
-END PGP 

Accepted ant 1.10.3-1 (source) into unstable

2018-03-29 Thread Emmanuel Bourg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 29 Mar 2018 09:35:04 +0200
Source: ant
Binary: ant ant-optional ant-doc
Architecture: source
Version: 1.10.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 ant- Java based build tool like make
 ant-doc- Java based build tool like make - API documentation and manual
 ant-optional - Java based build tool like make - optional libraries
Closes: 893547
Changes:
 ant (1.10.3-1) unstable; urgency=medium
 .
   * New upstream release
 - Refreshed the patches
 - Changed the source/target level to 1.8 when building Ant
 - Build the new optional ant-xz module
 - Require Java 8 or higher to run Ant
   * Don't use the javadoc --ignore-source-errors option when using
 a custom doclet (Closes: #893547)
   * Adjust the source/target level to 1.7 in anticipation of the 1.6 removal
 in Java 11
   * Added activation.jar to the build classpath to fix the empty ant-javamail
 jar with Java 9
Checksums-Sha1:
 569006848024b09e2f96dec0be0f8bf0c2fb2459 2426 ant_1.10.3-1.dsc
 cc1d7298b9498c72dbc5a79ca54cdf2b7a24a3a1 3254180 ant_1.10.3.orig.tar.xz
 ed7f1d336d5a60b721f0d15cabe28251848d4425 19024 ant_1.10.3-1.debian.tar.xz
 d4a2721eedd65926d6b7b98bc7396c68ef8e7074 11612 ant_1.10.3-1_source.buildinfo
Checksums-Sha256:
 7da09733964c9dc607881a6b98dc3151ab16e4dbef49a9e77a4fbd3ad4b2ee9a 2426 
ant_1.10.3-1.dsc
 596d74a48dad467ba45ba03c8dec39fa20900d7735ca1beaade8532e140bf6b8 3254180 
ant_1.10.3.orig.tar.xz
 39a9163378a3c0070ba36e81a8cc785240fc0295a710b21ba7896d78dbe1f31c 19024 
ant_1.10.3-1.debian.tar.xz
 141403354a9e5c9a974fbca28eb5fac88f2c5bde39df0fb49613f10cf1b9154f 11612 
ant_1.10.3-1_source.buildinfo
Files:
 6caa623a1b8df23f5c75f14f800a7c23 2426 java optional ant_1.10.3-1.dsc
 de7502caf21b1655ef688a277163ec8e 3254180 java optional ant_1.10.3.orig.tar.xz
 c7da63bd440691670dbf89ae33ce330e 19024 java optional ant_1.10.3-1.debian.tar.xz
 8f7f75895f119364b5d66807b83636a5 11612 java optional 
ant_1.10.3-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlq8mOoSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsv9kP+QEuJx+laClHCoLnmP+Kn1gezninby3N
+fRXKphjVMjUqxH983vOC8WJbaNI6iCJZYr1qM4eMxBo++mQJ7JdQkeorXMe7qT8
hXW7pFnYHds9NaQYlnJIhu8kwSbP6f1sO4Ud6BfEy4OOKBZ/Qjic9r54oCqMX2XM
vz5MJZCuPEW1enMBMa5o0nvijbMmqO91zXyZIpoqE6A/efEa2Fd1NCdf0pxfB8Lh
1kbvb5r3ibvbs+4UYgBttl4qEfrVI9KhWAyQzucgh1vNZUCkWquWsqEbOvd5kNDr
ikSIcUUeeQXTexua4KeSol3/LwOjwfb3viG1mD1EX7h3GXLwa9NGXXVdIr8HG8lM
nXbU+xjYlhOwrukDuiHmjU0gFVbp+0oVxoH+KdTePqp2XuKSuWcm+PusTrVnzr/r
F3K6dsHzH4f0xoSlWb+LZFWkIid29SLOmuN1u7ywyW9wTxVw49x27dAvchjmYGx+
VxAWtP5lyUMvbs0pyhMOhpLE9k/uMIjco3gx7KFmfpPj1gq6yO7oZt20bRCzOj+P
wT5rXmJd2P4JcmSdzjBDqHQFDviZwWybe0ltoT05GQtCJ5cGWwTKlSkqivmo82KW
W++EgVMiOftsM+/ZzN1tWDVYL8Q8UubgPiXkvJzgyn+3H8mRZerTt+8YQ4jkR3ty
FvBxcn2Srfb/
=fUUG
-END PGP SIGNATURE-


__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#894109: marked as done (libhttpunit-java{,-doc}: both ship /usr/share/doc/libhttpunit-java/README.Debian-source)

2018-03-29 Thread Debian Bug Tracking System
Your message dated Thu, 29 Mar 2018 09:25:34 +
with message-id 
and subject line Bug#894109: fixed in httpunit 1.7+dfsg-14
has caused the Debian Bug report #894109,
regarding libhttpunit-java{,-doc}: both ship 
/usr/share/doc/libhttpunit-java/README.Debian-source
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
894109: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894109
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libhttpunit-java-doc,libhttpunit-java
Version: 1.7+dfsg-13
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package failed to install
because it tries to overwrite other packages files.

This is probably fallout from dh_installdocs changed behavior in
debhelper compat level 11.

  Selecting previously unselected package libhttpunit-java.
  Preparing to unpack .../47-libhttpunit-java_1.7+dfsg-13_all.deb ...
  Unpacking libhttpunit-java (1.7+dfsg-13) ...
  dpkg: error processing archive 
/tmp/apt-dpkg-install-K5dItS/47-libhttpunit-java_1.7+dfsg-13_all.deb (--unpack):
   trying to overwrite '/usr/share/doc/libhttpunit-java/README.Debian-source', 
which is also in package libhttpunit-java-doc 1.7+dfsg-13
  dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
  Errors were encountered while processing:
   /tmp/apt-dpkg-install-K5dItS/47-libhttpunit-java_1.7+dfsg-13_all.deb


cheers,

Andreas
--- End Message ---
--- Begin Message ---
Source: httpunit
Source-Version: 1.7+dfsg-14

We believe that the bug you reported is fixed in the latest version of
httpunit, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 894...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emmanuel Bourg  (supplier of updated httpunit package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 29 Mar 2018 10:17:17 +0200
Source: httpunit
Binary: libhttpunit-java libhttpunit-java-doc
Architecture: source
Version: 1.7+dfsg-14
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 libhttpunit-java - automated web site testing toolkit
 libhttpunit-java-doc - documentation for libhttpunit-java
Closes: 894109
Changes:
 httpunit (1.7+dfsg-14) unstable; urgency=medium
 .
   * Team upload.
   * No longer install the README file (Closes: #894109)
Checksums-Sha1:
 bb0f6aebd32ea8dc9679a0567329f0fdc25a4d71 2196 httpunit_1.7+dfsg-14.dsc
 6fad009c44503bd095fca5231b02fb11e1cc5da1 9996 
httpunit_1.7+dfsg-14.debian.tar.xz
 4412ab48e6e3c72c989bed09e84b6e9221ab1f39 11776 
httpunit_1.7+dfsg-14_source.buildinfo
Checksums-Sha256:
 fcc0ade90ca4a67c91828a7926df2ef433fea7163b3c9cae282dd02bdb622070 2196 
httpunit_1.7+dfsg-14.dsc
 83b085b5fdcc581b996b5c7768a3e01c61d8be667290f0273a1a79a1eb920733 9996 
httpunit_1.7+dfsg-14.debian.tar.xz
 2175ee11313ed38b059628335d7cd5ec11ca44a4fe2b40f146872d4b64ab9603 11776 
httpunit_1.7+dfsg-14_source.buildinfo
Files:
 820e876b7de96caf127d94655c0e44e8 2196 java optional httpunit_1.7+dfsg-14.dsc
 f5592038bc26ec6eaddd5aa031d1493a 9996 java optional 
httpunit_1.7+dfsg-14.debian.tar.xz
 4b8bf85751379cffea20143c407b8c42 11776 java optional 
httpunit_1.7+dfsg-14_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlq8oSgSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsNkwP/A+BgLZA/sKg4Ivkg3/xiAGUxcjWTMKt
h+MG2MwRctqRERF2aMvOQYEbuHYRyKKdmB1kNjKiqNYFuElDLPmSLPn4FS+CoKB6
MtrWgGrlfqotByDwGK35MlAoIcOfN3Muo3Xy8BnCLgHuvh0Bmue8MZqH3q/L4mZW
6FrP6prlC40LZ/U7khEhho5xlgkqcobn67ZI9+Pr0hHgW9/Qw8ml6iKzZ+ou5Uf5
bhZDY4hDOSECGgst4m9QOUFT+XzgASB9D8KYiJGsnpPOrKTxcQR/NZpg03tcWqUG
eVIGpq9FAT8vpkWuN5I3/eb56oLgeBUYxpUBmabjGxOn5o4ojld8q3vTDOS+UjZn
ZzxAxjgf+qHpEkve2joobIFLwXFEWgeniNkZyTtjZh6/tPVIdgk4Mie25uTPsuQZ
wmrPFpgzm+i6VtGpVgruRQcjQJDQbdQdhR4tuLuxOkNBNtUHF2Ho9aEpVn/mNCFX
b9jIL0NpPb4qFE+qCRgGMbWRlcCGcqxvLjIHevv89VDrQZYrjQ813oCq7Ubb5Qze
WJNLYHOoBguk3l6OYdse8wEFofw9qXMiZy1sMSqy1+AtFNA0t6YmNQ24uqbxAwqu

httpunit_1.7+dfsg-14_source.changes ACCEPTED into unstable

2018-03-29 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 29 Mar 2018 10:17:17 +0200
Source: httpunit
Binary: libhttpunit-java libhttpunit-java-doc
Architecture: source
Version: 1.7+dfsg-14
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 libhttpunit-java - automated web site testing toolkit
 libhttpunit-java-doc - documentation for libhttpunit-java
Closes: 894109
Changes:
 httpunit (1.7+dfsg-14) unstable; urgency=medium
 .
   * Team upload.
   * No longer install the README file (Closes: #894109)
Checksums-Sha1:
 bb0f6aebd32ea8dc9679a0567329f0fdc25a4d71 2196 httpunit_1.7+dfsg-14.dsc
 6fad009c44503bd095fca5231b02fb11e1cc5da1 9996 
httpunit_1.7+dfsg-14.debian.tar.xz
 4412ab48e6e3c72c989bed09e84b6e9221ab1f39 11776 
httpunit_1.7+dfsg-14_source.buildinfo
Checksums-Sha256:
 fcc0ade90ca4a67c91828a7926df2ef433fea7163b3c9cae282dd02bdb622070 2196 
httpunit_1.7+dfsg-14.dsc
 83b085b5fdcc581b996b5c7768a3e01c61d8be667290f0273a1a79a1eb920733 9996 
httpunit_1.7+dfsg-14.debian.tar.xz
 2175ee11313ed38b059628335d7cd5ec11ca44a4fe2b40f146872d4b64ab9603 11776 
httpunit_1.7+dfsg-14_source.buildinfo
Files:
 820e876b7de96caf127d94655c0e44e8 2196 java optional httpunit_1.7+dfsg-14.dsc
 f5592038bc26ec6eaddd5aa031d1493a 9996 java optional 
httpunit_1.7+dfsg-14.debian.tar.xz
 4b8bf85751379cffea20143c407b8c42 11776 java optional 
httpunit_1.7+dfsg-14_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlq8oSgSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsNkwP/A+BgLZA/sKg4Ivkg3/xiAGUxcjWTMKt
h+MG2MwRctqRERF2aMvOQYEbuHYRyKKdmB1kNjKiqNYFuElDLPmSLPn4FS+CoKB6
MtrWgGrlfqotByDwGK35MlAoIcOfN3Muo3Xy8BnCLgHuvh0Bmue8MZqH3q/L4mZW
6FrP6prlC40LZ/U7khEhho5xlgkqcobn67ZI9+Pr0hHgW9/Qw8ml6iKzZ+ou5Uf5
bhZDY4hDOSECGgst4m9QOUFT+XzgASB9D8KYiJGsnpPOrKTxcQR/NZpg03tcWqUG
eVIGpq9FAT8vpkWuN5I3/eb56oLgeBUYxpUBmabjGxOn5o4ojld8q3vTDOS+UjZn
ZzxAxjgf+qHpEkve2joobIFLwXFEWgeniNkZyTtjZh6/tPVIdgk4Mie25uTPsuQZ
wmrPFpgzm+i6VtGpVgruRQcjQJDQbdQdhR4tuLuxOkNBNtUHF2Ho9aEpVn/mNCFX
b9jIL0NpPb4qFE+qCRgGMbWRlcCGcqxvLjIHevv89VDrQZYrjQ813oCq7Ubb5Qze
WJNLYHOoBguk3l6OYdse8wEFofw9qXMiZy1sMSqy1+AtFNA0t6YmNQ24uqbxAwqu
WqT60LX8Z7dzBVntND7stzrETIxNV0ILE27f1PUjoLN3/g4us9+y53vLR07qxlFF
+SRXdXcG1V1v
=p0tt
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Accepted httpunit 1.7+dfsg-14 (source) into unstable

2018-03-29 Thread Emmanuel Bourg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 29 Mar 2018 10:17:17 +0200
Source: httpunit
Binary: libhttpunit-java libhttpunit-java-doc
Architecture: source
Version: 1.7+dfsg-14
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 libhttpunit-java - automated web site testing toolkit
 libhttpunit-java-doc - documentation for libhttpunit-java
Closes: 894109
Changes:
 httpunit (1.7+dfsg-14) unstable; urgency=medium
 .
   * Team upload.
   * No longer install the README file (Closes: #894109)
Checksums-Sha1:
 bb0f6aebd32ea8dc9679a0567329f0fdc25a4d71 2196 httpunit_1.7+dfsg-14.dsc
 6fad009c44503bd095fca5231b02fb11e1cc5da1 9996 
httpunit_1.7+dfsg-14.debian.tar.xz
 4412ab48e6e3c72c989bed09e84b6e9221ab1f39 11776 
httpunit_1.7+dfsg-14_source.buildinfo
Checksums-Sha256:
 fcc0ade90ca4a67c91828a7926df2ef433fea7163b3c9cae282dd02bdb622070 2196 
httpunit_1.7+dfsg-14.dsc
 83b085b5fdcc581b996b5c7768a3e01c61d8be667290f0273a1a79a1eb920733 9996 
httpunit_1.7+dfsg-14.debian.tar.xz
 2175ee11313ed38b059628335d7cd5ec11ca44a4fe2b40f146872d4b64ab9603 11776 
httpunit_1.7+dfsg-14_source.buildinfo
Files:
 820e876b7de96caf127d94655c0e44e8 2196 java optional httpunit_1.7+dfsg-14.dsc
 f5592038bc26ec6eaddd5aa031d1493a 9996 java optional 
httpunit_1.7+dfsg-14.debian.tar.xz
 4b8bf85751379cffea20143c407b8c42 11776 java optional 
httpunit_1.7+dfsg-14_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlq8oSgSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsNkwP/A+BgLZA/sKg4Ivkg3/xiAGUxcjWTMKt
h+MG2MwRctqRERF2aMvOQYEbuHYRyKKdmB1kNjKiqNYFuElDLPmSLPn4FS+CoKB6
MtrWgGrlfqotByDwGK35MlAoIcOfN3Muo3Xy8BnCLgHuvh0Bmue8MZqH3q/L4mZW
6FrP6prlC40LZ/U7khEhho5xlgkqcobn67ZI9+Pr0hHgW9/Qw8ml6iKzZ+ou5Uf5
bhZDY4hDOSECGgst4m9QOUFT+XzgASB9D8KYiJGsnpPOrKTxcQR/NZpg03tcWqUG
eVIGpq9FAT8vpkWuN5I3/eb56oLgeBUYxpUBmabjGxOn5o4ojld8q3vTDOS+UjZn
ZzxAxjgf+qHpEkve2joobIFLwXFEWgeniNkZyTtjZh6/tPVIdgk4Mie25uTPsuQZ
wmrPFpgzm+i6VtGpVgruRQcjQJDQbdQdhR4tuLuxOkNBNtUHF2Ho9aEpVn/mNCFX
b9jIL0NpPb4qFE+qCRgGMbWRlcCGcqxvLjIHevv89VDrQZYrjQ813oCq7Ubb5Qze
WJNLYHOoBguk3l6OYdse8wEFofw9qXMiZy1sMSqy1+AtFNA0t6YmNQ24uqbxAwqu
WqT60LX8Z7dzBVntND7stzrETIxNV0ILE27f1PUjoLN3/g4us9+y53vLR07qxlFF
+SRXdXcG1V1v
=p0tt
-END PGP SIGNATURE-


__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[ant] annotated tag upstream/1.10.2 created (now 1aa0111)

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to annotated tag upstream/1.10.2
in repository ant.

at  1aa0111   (tag)
   tagging  1fd7966d1ca666f779785dc153aebbf3c9bbd39b (commit)
  replaces  upstream/1.10.1
 tagged by  Emmanuel Bourg
on  Wed Mar 28 01:28:15 2018 +0200

- Log -
Upstream version 1.10.2

Emmanuel Bourg (1):
  New upstream version 1.10.2

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/ant.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[ant] annotated tag debian/1.9.10-2 created (now 458aaea)

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to annotated tag debian/1.9.10-2
in repository ant.

at  458aaea   (tag)
   tagging  d00905cd7507ce7948f9d6cc03ba3bb1ea983308 (commit)
  replaces  debian/1.9.10-1
 tagged by  Emmanuel Bourg
on  Wed Mar 28 00:28:39 2018 +0200

- Log -
Debian release 1.9.10-2

Matthias Klose (1):
  Import Debian changes 1.9.10-2

tony mancill (2):
  Drop GCJ packages (Closes: #892528)
  interim changelog

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/ant.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[httpunit] annotated tag debian/1.7+dfsg-14 created (now 6f7e573)

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to annotated tag debian/1.7+dfsg-14
in repository httpunit.

at  6f7e573   (tag)
   tagging  ec18b77d08b8d736c9cda185001dba7a09c1b8d2 (commit)
  replaces  debian/1.7+dfsg-13
 tagged by  Emmanuel Bourg
on  Thu Mar 29 11:32:27 2018 +0200

- Log -
httpunit Debian release 1.7+dfsg-14
-BEGIN PGP SIGNATURE-

iQJGBAABCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlq8sqsSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsxzMQAMIOGsg1Cl9jdSOztM1gmX4gXzHwgOFA
uSjo2vzfEfF0eE7E/oON9t7Bka/FUkS4uVz9IRHxjlsYi0U9cXGPaJun5hKA31dp
/+6/bPk6QtyJ4ffR19dWn8IR9uXs/Ro146LGcB+NSBjW3ZPt6NItub2vx3RszUh8
SDB0etxJaXKmi3twJNIilLbH3aH7qdgrQtANlSNiyrctfP+2ljncNqpmK++uAofP
IiqtGNBnz0g+u0qKrYRiJCUqNtRClAQpmIIo2yiJDSdNeVTRfin1z4kNbbZUZM0B
jgXdkBZH+sqXIZnh+pE5igZt+s2vjrcelmMj8C8HxHMCd6CZvDY1x4k4mChU333X
KhXyEcqyYaG6LDAOMZ9BLKxSWRtjJMNud7xacUiv2KLIetZsar7vKTPoXrQ32zVp
2ZyWr9Hhfx3QUw6D8qgsm3N6LfmjWVi/Yph7ldBaFkygIergO+pYPI4e5tnIT8dl
r/ur607oprRYMXzK2X+eQUCr3JsDdDIw/16TmGjxYNbu2npWWWrsuzoKVVAQIG6z
OMLbpdaqysQ9L82PgZqJFnrtEB5FLuD9C2Id45JRnptoH1cQ1yHKNlqeKo+UqzrP
SkYxP72l5igO4M/a9Sg12aGChAfXOm7rZB2vnKQs9G1uh+/IuWOhn4VYsDiJJAYr
kOL1V2xo+Jrs
=wIEm
-END PGP SIGNATURE-

Emmanuel Bourg (1):
  No longer install the README file (Closes: #894109)

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/httpunit.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[ant] annotated tag debian/1.10.3-1 created (now d2ac312)

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to annotated tag debian/1.10.3-1
in repository ant.

at  d2ac312   (tag)
   tagging  c37e98cf5557cef16359a634f297392e1f09aafb (commit)
  replaces  debian/1.9.10-2
 tagged by  Emmanuel Bourg
on  Thu Mar 29 11:31:37 2018 +0200

- Log -
ant Debian release 1.10.3-1
-BEGIN PGP SIGNATURE-

iQJGBAABCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlq8snkSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsYt4P/3DN0aMAc1tBtMcc3HOBIz1pIBNhPTUv
4CQrYmGjEKC219t6Q/a+K7y+Wv4ceMHmTMLzhrsTA/1uzML6SOV+1Woh0RbfJmNZ
ONYnmy+dUwC2VkT8j1VXjMOhirMZvXJnbz7Dd3NHJDF5rCnWTpCvPmgnc2LbzlwH
kYBD4uHOMOR6CdDtMv6Ks6zwIEXUmV6tdoQ0Zii19sUfE8BahKOq0gLVGBfWEDa7
zRulqA1tYOSOCqpxkO/rmxmHHsNLjT8bkz0/pY7LkYc826amYwNAf0gNKkLKQNUr
BT5WrfzrnoUN8VY7oqCpQQ1g993rrWysfHFfy/iWmVf2CwVSXO6DvQhbzBaSM/FX
AGqoywQYdy+Z42UhHOtzh1xMVN5yYWWunxow86Kqneabquj0d58IHT7InLChJOCS
xdOk7FBmZRuedyqKlHKZJ+9K/M2MmIP63orcsv9Phc0KOQ/6UymAHh4HjxcHrWUR
/utKEFwE4Njn+DpoktoXSW3Uk8Jnt63BmTZeD32nW0t7FXRxHeqgRjE+kX+HRQT1
iBDNaFbDddvK2JBoHKg8vm+my+f1vOQckLM8dDSK7oouhb+tSkAM8Q308LPLSKHr
apw48LTapk9Y4ZmGgHv51bhyZkOfx4+aqdcGXf60yI/ERQ34vuHWQneSyXsWpw12
4HCVogqxmNaR
=m0pS
-END PGP SIGNATURE-

Emmanuel Bourg (19):
  Removed the remaining AOT flags in debian/rules
  Adjust the source/target level to 1.7 in anticipation of the 1.6 removal 
in Java 11
  Added activation.jar to the build classpath to fix the empty ant-javamail 
jar with Java 9
  New upstream version 1.10.0
  Update upstream source from tag 'upstream/1.10.0'
  Refreshed the patches
  Changed the source/target level to 1.8 when building Ant
  New upstream version 1.10.1
  Update upstream source from tag 'upstream/1.10.1'
  Build the new optional ant-xz module
  New upstream version 1.10.2
  Update upstream source from tag 'upstream/1.10.2'
  Refreshed the patches
  New upstream version 1.10.3
  Update upstream source from tag 'upstream/1.10.3'
  Don't add the java.activation module when building the Javadoc
  Require Java 8 or higher to run Ant
  Don't use the javadoc --ignore-source-errors option when using a custom 
doclet (Closes: #893547)
  Upload to unstable

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/ant.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[ant] annotated tag upstream/1.10.0 created (now 8528fe0)

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to annotated tag upstream/1.10.0
in repository ant.

at  8528fe0   (tag)
   tagging  c1e5c087dbe28ee82668d2273ad08c3e46e2b86c (commit)
  replaces  upstream/1.9.10
 tagged by  Emmanuel Bourg
on  Wed Mar 28 00:59:48 2018 +0200

- Log -
Upstream version 1.10.0

Emmanuel Bourg (1):
  New upstream version 1.10.0

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/ant.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[ant] annotated tag upstream/1.10.3 created (now fa5a3df)

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to annotated tag upstream/1.10.3
in repository ant.

at  fa5a3df   (tag)
   tagging  98a56db8ea257f49d35cf3183db8921cea83cdea (commit)
  replaces  upstream/1.10.2
 tagged by  Emmanuel Bourg
on  Wed Mar 28 01:41:34 2018 +0200

- Log -
Upstream version 1.10.3

Emmanuel Bourg (1):
  New upstream version 1.10.3

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/ant.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[ant] annotated tag upstream/1.10.1 created (now b3ec0c1)

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to annotated tag upstream/1.10.1
in repository ant.

at  b3ec0c1   (tag)
   tagging  a9efd7b35ceec72175a6395423b73e950c207fad (commit)
  replaces  upstream/1.10.0
 tagged by  Emmanuel Bourg
on  Wed Mar 28 01:15:49 2018 +0200

- Log -
Upstream version 1.10.1

Emmanuel Bourg (1):
  New upstream version 1.10.1

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/ant.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


Bug#893419: Pending fixes for bugs in the stylebook package

2018-03-29 Thread pkg-java-maintainers
tag 893419 + pending
thanks

Some bugs in the stylebook package are closed in revision
f6948f5b8253b35d5863ab189e7bc6633144b6e1 in branch 'master' by
Emmanuel Bourg

The full diff can be seen at
https://anonscm.debian.org/cgit/pkg-java/stylebook.git/commit/?id=f6948f5

Commit message:

Fixed the build failure with Java 9 (Closes: #893419)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of stylebook_1.0~b3~svn20061109-7_source.changes

2018-03-29 Thread Debian FTP Masters
stylebook_1.0~b3~svn20061109-7_source.changes uploaded successfully to localhost
along with the files:
  stylebook_1.0~b3~svn20061109-7.dsc
  stylebook_1.0~b3~svn20061109-7.debian.tar.xz
  stylebook_1.0~b3~svn20061109-7_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of httpunit_1.7+dfsg-14_source.changes

2018-03-29 Thread Debian FTP Masters
httpunit_1.7+dfsg-14_source.changes uploaded successfully to localhost
along with the files:
  httpunit_1.7+dfsg-14.dsc
  httpunit_1.7+dfsg-14.debian.tar.xz
  httpunit_1.7+dfsg-14_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processed: Pending fixes for bugs in the swt-gtk package

2018-03-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 879170 + pending
Bug #879170 {Done: Adrian Bunk } [libswt-webkit-gtk-3-jni] 
libswt-webkit-gtk-3-jni: Needs libwebkitgtk-1.0-0 dep
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
879170: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879170
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#871964: Pending fixes for bugs in the swt-gtk package

2018-03-29 Thread pkg-java-maintainers
tag 871964 + pending
thanks

Some bugs in the swt-gtk package are closed in revision
87e91ccde0477c7045a5699a6693ac85bb279e3a in branch 'master' by Jeremy
Bicha

The full diff can be seen at
https://anonscm.debian.org/cgit/pkg-java/swt-gtk.git/commit/?id=87e91cc

Commit message:

Drop unnecessary Build-Depends on libwebkitgtk-dev (Closes: #871964)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processed: Pending fixes for bugs in the swt-gtk package

2018-03-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 871964 + pending
Bug #871964 {Done: Jeremy Bicha } [src:swt-gtk] swt-gtk: 
Build-depends on libwebkitgtk-dev which is deprecated
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
871964: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871964
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processed: Pending fixes for bugs in the swt-gtk package

2018-03-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 868406 + pending
Bug #868406 {Done: Jeremy Bicha } [src:swt-gtk] swt-gtk: 
Please drop the (build-)dependency against gnome-vfs
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
868406: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868406
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#868406: Pending fixes for bugs in the swt-gtk package

2018-03-29 Thread pkg-java-maintainers
tag 868406 + pending
thanks

Some bugs in the swt-gtk package are closed in revision
7a0309894344a92ecc5d8c82205c71bd0b7d3824 in branch 'master' by Jeremy
Bicha

The full diff can be seen at
https://anonscm.debian.org/cgit/pkg-java/swt-gtk.git/commit/?id=7a03098

Commit message:

Drop libswt-gnome-gtk-3-jni (Closes: #868406)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#879170: Pending fixes for bugs in the swt-gtk package

2018-03-29 Thread pkg-java-maintainers
tag 879170 + pending
thanks

Some bugs in the swt-gtk package are closed in revision
75a97ca4438f02d7d337867261e0243fbc8951eb in branch 'master' by Adrian
Bunk

The full diff can be seen at
https://anonscm.debian.org/cgit/pkg-java/swt-gtk.git/commit/?id=75a97ca

Commit message:

libswt-webkit-gtk-3-jni: Add the missing dependency on libwebkitgtk-1.0-0. 
(Closes: #879170)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of swt-gtk_3.8.2-5_source.changes

2018-03-29 Thread Debian FTP Masters
swt-gtk_3.8.2-5_source.changes uploaded successfully to localhost
along with the files:
  swt-gtk_3.8.2-5.dsc
  swt-gtk_3.8.2-5.debian.tar.xz
  swt-gtk_3.8.2-5_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#893420: marked as done (swt-gtk FTBFS with openjdk-9)

2018-03-29 Thread Debian Bug Tracking System
Your message dated Thu, 29 Mar 2018 09:29:20 +
with message-id 
and subject line Bug#893420: fixed in swt-gtk 3.8.2-5
has caused the Debian Bug report #893420,
regarding swt-gtk FTBFS with openjdk-9
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
893420: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893420
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: swt-gtk
Version: 3.8.2-4
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/swt-gtk.html

...
/usr/bin/make -f debian/Makefile -C . CFLAGS="-g -O2 -fstack-protector-strong 
-Wformat -Werror=format-security -fPIC -Wdate-time -D_FORTIFY_SOURCE=2" 
CXXFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security" 
CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-z,relro" 
make[1]: Entering directory '/build/1st/swt-gtk-3.8.2'
find org -name *.java -o -name *.properties | sort > swt-gtk-3.8.2.files
mkdir -p swt-gtk-3.8.2
grep \.java swt-gtk-3.8.2.files | xargs -r javac -classpath . -source 1.5 
-target 1.5 -d swt-gtk-3.8.2
warning: [options] bootstrap class path not set in conjunction with -source 1.5
error: Source option 1.5 is no longer supported. Use 1.6 or later.
error: Target option 1.5 is no longer supported. Use 1.6 or later.
make[1]: *** [debian/Makefile:25: swt-gtk-3.8.2-stamp] Error 123
--- End Message ---
--- Begin Message ---
Source: swt-gtk
Source-Version: 3.8.2-5

We believe that the bug you reported is fixed in the latest version of
swt-gtk, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 893...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emmanuel Bourg  (supplier of updated swt-gtk package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 29 Mar 2018 10:51:46 +0200
Source: swt-gtk
Binary: libswt-gtk-3-java libswt-gtk-3-jni libswt-cairo-gtk-3-jni 
libswt-glx-gtk-3-jni libswt-webkit-gtk-3-jni
Architecture: source
Version: 3.8.2-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 libswt-cairo-gtk-3-jni - Standard Widget Toolkit for GTK+ Cairo JNI library
 libswt-glx-gtk-3-jni - Standard Widget Toolkit for GTK+ GLX JNI library
 libswt-gtk-3-java - Standard Widget Toolkit for GTK+ Java library
 libswt-gtk-3-jni - Standard Widget Toolkit for GTK+ JNI library
 libswt-webkit-gtk-3-jni - Standard Widget Toolkit for GTK+ WebKit JNI library
Closes: 893420
Changes:
 swt-gtk (3.8.2-5) unstable; urgency=medium
 .
   * Team upload.
   * Fixed the build failure with Java 9 (Closes: #893420)
   * Standards-Version updated to 4.1.3
   * Use secure Vcs-* URLs
Checksums-Sha1:
 73bcb2758cf7dbbcfef210f2e19a3e8f7a9d6444 2608 swt-gtk_3.8.2-5.dsc
 ee134019fd8f06e64d6bc6a8683b680cd4cacfc5 263668 swt-gtk_3.8.2-5.debian.tar.xz
 44cd3eabf87a801d432c4072b6ea0fbf7f982573 14605 swt-gtk_3.8.2-5_source.buildinfo
Checksums-Sha256:
 70e3920f7381123ab47e732c8f68e7ad456314d33bf7f05633f53ae728e3cbdc 2608 
swt-gtk_3.8.2-5.dsc
 1d477b22c4124d05569dc959f0f25d4c6f6ccff848609529c15f89880b761e47 263668 
swt-gtk_3.8.2-5.debian.tar.xz
 b9b5ef776a7621ca307d60c22b3dcdcddf4ff2048440501a3727e52cc0827b40 14605 
swt-gtk_3.8.2-5_source.buildinfo
Files:
 73d47ebc422f0c6ac6a9148b5731c827 2608 libs optional swt-gtk_3.8.2-5.dsc
 5ace0299c6aa10cbc7958106b5ffda3f 263668 libs optional 
swt-gtk_3.8.2-5.debian.tar.xz
 4219cd625fc2da043784304244c24b63 14605 libs optional 
swt-gtk_3.8.2-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlq8qXISHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsCGYP/1YC6Ck4uKe98OY205YPH3F+fxR312fF
rTbbhPJmSL17BRbpixD06TYsHW5OY7aklwzEd40TA2mhk5gOKTMHg0NeUZVRmahD
kSIiQdYmJm5z5IMvCR7IxftIwxQ3vyWoMx9CWgMSKZO/s6NyCmSGnL5wb6n0Irvn
kWMLU1MJT4eAL1T3u9G1N+9AZF8Lxg1SivTRMg8URwpJ76NOsN9qqNZceh+kyfT3
1Bbn8+zLVvp1nGqy+xxOGGtWTy7DvPD5ylNpw22coaBWz4jAy5rVsQxJ10ANztUf
If9IBfd7R6LhwWhT5WoPA8ZrS9+05h2ICVXYSCdauCMfP1PfJE5hpyp4wU0sWbRO

[stylebook] 14/34: Remove XS- prefix from Vcs field. Add Homepage.

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository stylebook.

commit f9108bddc1b2267fb44598854b4b3da3c6f03d67
Author: Marcus Better 
Date:   Tue Oct 30 09:32:22 2007 +

Remove XS- prefix from Vcs field. Add Homepage.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 410b301..56ab6fa 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Uploaders: Marcus Better , Michael Koch 

 Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: java-gcj-compat-dev, ant, libxerces2-java
 Standards-Version: 3.7.2
-XS-Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/stylebook
-XS-Vcs-Browse: http://svn.debian.org/wsvn/pkg-java/trunk/stylebook/
+Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/stylebook
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/stylebook/
 
 Package: libstylebook-java
 Architecture: all

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/stylebook.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[stylebook] 24/34: Specify source/target = 1.5 for all javac commands

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository stylebook.

commit 11d6793dcb49bdab3cad31c95fd1742ed2e78464
Author: Niels Thykier 
Date:   Mon Jun 18 14:05:20 2012 +

Specify source/target = 1.5 for all javac commands
---
 debian/changelog | 10 ++
 debian/rules |  3 ++-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8320b6e..97ac9e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+stylebook (1.0~b3~svn20061109-6) UNRELEASED; urgency=low
+
+  * Team upload.
+  * d/rules: Specify source/target = 1.5 for all javac commands to 
+ensure backwards compatibility and workaround Java 7 encoding
+errors.   Thanks to James Page for the report and the patch.
+(Closes: #651182, LP: #888127)
+
+ -- Niels Thykier   Mon, 18 Jun 2012 16:00:13 +0200
+
 stylebook (1.0~b3~svn20061109-5) unstable; urgency=low
 
   * Fix wrong jar installation names.
diff --git a/debian/rules b/debian/rules
index 1215843..3958ae4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,8 @@ DEB_CLASSPATH = $(shell for jar in $(DEB_JARS); do \
done; \
if [ -f "$(JAVA_HOME)/lib/tools.jar" ]; then echo -n 
"$(JAVA_HOME)/lib/tools.jar"; fi)
 
-DEB_ANT_ARGS   := -Dbin.dir=build
+DEB_ANT_ARGS   := -Dbin.dir=build -Dant.build.javac.source=1.5 \
+   -Dant.build.javac.target=1.5
 ANT_INVOKE := $(JAVACMD) -classpath $(DEB_CLASSPATH) \
org.apache.tools.ant.Main $(DEB_ANT_ARGS)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/stylebook.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[stylebook] 11/34: Rename tarball properly.

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository stylebook.

commit e1facee38b28a4263c89472890afabf044952493
Author: Marcus Better 
Date:   Mon Dec 11 10:52:21 2006 +

Rename tarball properly.
---
 stylebook_1.0~b3~svn20061109.orig.tar.gz | Bin 281896 -> 214117 bytes
 stylebook_1.0~b3~svn20061109.tar.gz  | Bin 214117 -> 0 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/stylebook_1.0~b3~svn20061109.orig.tar.gz 
b/stylebook_1.0~b3~svn20061109.orig.tar.gz
index 14f8b6e..924 100644
Binary files a/stylebook_1.0~b3~svn20061109.orig.tar.gz and 
b/stylebook_1.0~b3~svn20061109.orig.tar.gz differ
diff --git a/stylebook_1.0~b3~svn20061109.tar.gz 
b/stylebook_1.0~b3~svn20061109.tar.gz
deleted file mode 100644
index 924..000
Binary files a/stylebook_1.0~b3~svn20061109.tar.gz and /dev/null differ

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/stylebook.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[stylebook] 13/34: stylebook (1.0~b3~svn20061109-2) unstable; urgency=low

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository stylebook.

commit 7f8e435db6e9ec6a64643281e7468c905bce588d
Author: Michael Koch 
Date:   Mon Jul 16 05:04:57 2007 +

stylebook (1.0~b3~svn20061109-2) unstable; urgency=low

  * Move to unstable.
  * Delete build tree in clean target.
  * Added myself to Uploaders.

 -- Michael Koch   Mon, 16 Jul 2007 07:01:18 +0200
---
 debian/changelog | 8 
 debian/control   | 2 +-
 debian/rules | 1 +
 3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0bc2486..ee615c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+stylebook (1.0~b3~svn20061109-2) unstable; urgency=low
+
+  * Move to unstable.
+  * Delete build tree in clean target.
+  * Added myself to Uploaders.
+
+ -- Michael Koch   Mon, 16 Jul 2007 07:01:18 +0200
+
 stylebook (1.0~b3~svn20061109-1) experimental; urgency=low
 
   * Initial release. (Closes: #397764)
diff --git a/debian/control b/debian/control
index a80469f..410b301 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: stylebook
 Section: libs
 Priority: optional
 Maintainer: Debian Java Maintainers 

-Uploaders: Marcus Better 
+Uploaders: Marcus Better , Michael Koch 
 Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: java-gcj-compat-dev, ant, libxerces2-java
 Standards-Version: 3.7.2
diff --git a/debian/rules b/debian/rules
index 33a36cb..51aeed2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,6 +34,7 @@ clean:
dh_testdir
dh_testroot
rm -f build-stamp
+   rm -rf build
$(ANT_INVOKE) clean
dh_clean
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/stylebook.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[stylebook] 12/34: Clone Debian branch (r3811).

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository stylebook.

commit 1b17b18bf553c946f4b03285fcff24c74aefb8e9
Merge: e1facee 0326594
Author: Marcus Better 
Date:   Wed Jul 11 10:44:33 2007 +

Clone Debian branch (r3811).

 stylebook/LICENSE.txt => LICENSE.txt   |   0
 .../bin => bin}/stylebook-1.0-b1.LICENSE.txt   |   0
 .../bin => bin}/stylebook-1.0-b2.LICENSE.txt   |   0
 {stylebook/bin => bin}/xalan.LICENSE.txt   |   0
 {stylebook/bin => bin}/xerces.LICENSE.txt  |   0
 stylebook/build.bat => build.bat   |   0
 stylebook/build.xml => build.xml   |   4 --
 debian/changelog   |   5 ++
 debian/compat  |   1 +
 debian/control |  18 ++
 debian/copyright   |  68 +
 debian/dirs|   2 +
 debian/install |   1 +
 debian/rules   |  65 
 debian/svn-deblayout   |   2 +
 {stylebook/docs => docs}/blocks.xml|   0
 {stylebook/docs => docs}/book.xml  |   0
 {stylebook/docs => docs}/changes.xml   |   0
 {stylebook/docs => docs}/characters.xml|   0
 {stylebook/docs => docs}/entities.ent  |   0
 {stylebook/docs => docs}/faqs-1.xml|   0
 {stylebook/docs => docs}/faqs-2.xml|   0
 {stylebook/docs => docs}/faqs.xml  |   0
 {stylebook/docs => docs}/links.xml |   0
 {stylebook/docs => docs}/readme.xml|   0
 {stylebook/docs => docs}/run.bat   |   0
 {stylebook/docs => docs}/sections.xml  |   0
 {stylebook/docs => docs}/test.jpg  | Bin
 .../org/apache/stylebook/AbstractComponent.java|   0
 .../org/apache/stylebook/BasicContext.java |   0
 .../org/apache/stylebook/BasicEngine.java  |   0
 .../org/apache/stylebook/BasicEntry.java   |   0
 .../org/apache/stylebook/BasicParameters.java  |   0
 .../org/apache/stylebook/Component.java|   0
 .../org/apache/stylebook/ComponentFactory.java |   0
 .../org/apache/stylebook/CreationContext.java  |   0
 .../org/apache/stylebook/CreationException.java|   0
 .../src => src}/org/apache/stylebook/Engine.java   |   0
 .../src => src}/org/apache/stylebook/Entry.java|   0
 .../apache/stylebook/InitializationException.java  |   0
 .../src => src}/org/apache/stylebook/Loader.java   |   0
 .../org/apache/stylebook/LoadingException.java |   0
 .../src => src}/org/apache/stylebook/Logger.java   |   0
 .../org/apache/stylebook/NodeListParameters.java   |   0
 .../org/apache/stylebook/Parameters.java   |   0
 .../src => src}/org/apache/stylebook/Parser.java   |   0
 .../src => src}/org/apache/stylebook/Printer.java  |   0
 .../org/apache/stylebook/Processor.java|   0
 .../src => src}/org/apache/stylebook/Producer.java |   0
 .../src => src}/org/apache/stylebook/Project.java  |   0
 .../org/apache/stylebook/ResourceEntry.java|   0
 .../org/apache/stylebook/StreamHandler.java|   0
 .../org/apache/stylebook/StyleBook.java|   0
 .../org/apache/stylebook/URLHandler.java   |   0
 .../org/apache/stylebook/data/engine.dtd   |   0
 .../org/apache/stylebook/data/engine.xml   |   0
 .../org/apache/stylebook/data/loader.dtd   |   0
 .../org/apache/stylebook/data/loader.xml   |   0
 .../org/apache/stylebook/data/project.dtd  |   0
 .../org/apache/stylebook/data/project.xml  |   0
 .../org/apache/stylebook/data/stylebook.properties |   0
 .../apache/stylebook/parsers/AbstractParser.java   |   0
 .../apache/stylebook/parsers/CachingParser.java|   0
 .../org/apache/stylebook/parsers/XercesParser.java |   0
 .../org/apache/stylebook/printers/HTMLPrinter.java |   0
 .../apache/stylebook/printers/HTMLSerializer.java  |   0
 .../apache/stylebook/printers/ImagePrinter.java|  17 --
 .../org/apache/stylebook/printers/XMLPrinter.java  |   0
 .../stylebook/processors/ImportProcessor.java  |   0
 .../apache/stylebook/processors/NullProcessor.java |   0
 .../stylebook/processors/Xalan2Processor.java  |   0
 .../stylebook/processors/XalanProcessor.java   |   0
 .../stylebook/producers/ContextProducer.java   |   0
 .../stylebook/producers/DirectoryProducer.java |   0
 .../apache/stylebook/producers/ParserProducer.java |   0
 .../stylebook/producers/ProjectProducer.java   |   0
 stylebook/styles/christmas/vineritc.ttf| Bin 100104 -> 0 bytes
 stylebook_1.0~b3~svn20061109.orig.tar.gz   | Bin 214117 -> 0 bytes
 .../styles => 

[stylebook] 22/34: Add myself to Uploaders

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository stylebook.

commit 60d3b78c87cb4daa7682a5dff4743f15f4ae1147
Author: Jakub Adam 
Date:   Sun Nov 27 01:30:50 2011 +

Add myself to Uploaders
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 54ddabb..6bf64ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 stylebook (1.0~b3~svn20061109-5) UNRELEASED; urgency=low
 
   * Fix wrong jar installation names.
+  * Add Jakub Adam to Uploaders.
 
  -- Jakub Adam   Sun, 27 Nov 2011 02:00:34 +0100
 
diff --git a/debian/control b/debian/control
index fa5bd14..e855eae 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: stylebook
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 

-Uploaders: Michael Koch 
+Uploaders: Michael Koch , Jakub Adam 
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: default-jdk, ant, javahelper (>= 0.33~), libxerces2-java
 Standards-Version: 3.9.2

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/stylebook.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[stylebook] 29/34: Switch to debhelper level 11

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository stylebook.

commit 734a4b2d2f2a87369a465ed95465a7b172e60387
Author: Emmanuel Bourg 
Date:   Thu Mar 29 11:27:30 2018 +0200

Switch to debhelper level 11
---
 debian/changelog | 1 +
 debian/compat| 2 +-
 debian/control   | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fdd1d1c..a84f81f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ stylebook (1.0~b3~svn20061109-7) UNRELEASED; urgency=medium
   * Team upload.
   * Moved the package to Git
   * Standards-Version updated to 4.1.3
+  * Switch to debhelper level 11
 
  -- Emmanuel Bourg   Thu, 29 Mar 2018 11:16:28 +0200
 
diff --git a/debian/compat b/debian/compat
index 45a4fb7..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+11
diff --git a/debian/control b/debian/control
index 3f78486..0f590e5 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders:
  Jakub Adam 
 Build-Depends:
  ant,
- debhelper (>= 8),
+ debhelper (>= 11),
  default-jdk,
  javahelper (>= 0.33~),
  libxerces2-java

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/stylebook.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[stylebook] 26/34: Moved the package to Git

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository stylebook.

commit 7353c1af30f3871091f293d527f402868a0cab12
Author: Emmanuel Bourg 
Date:   Thu Mar 29 11:16:28 2018 +0200

Moved the package to Git
---
 debian/changelog | 7 +++
 debian/control   | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e2c7f30..2ecaf71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+stylebook (1.0~b3~svn20061109-7) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Moved the package to Git
+
+ -- Emmanuel Bourg   Thu, 29 Mar 2018 11:16:28 +0200
+
 stylebook (1.0~b3~svn20061109-6) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/control b/debian/control
index e855eae..6e96e97 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Uploaders: Michael Koch , Jakub Adam 

 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: default-jdk, ant, javahelper (>= 0.33~), libxerces2-java
 Standards-Version: 3.9.2
-Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/stylebook
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/stylebook/
+Vcs-Git: https://anonscm.debian.org/git/pkg-java/stylebook.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/stylebook.git
 
 Package: libstylebook-java
 Architecture: all

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/stylebook.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[stylebook] 23/34: [stylebook] Finalize changelog

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository stylebook.

commit 115114870b56813e01e7af6785f07eaa1e1f80ff
Author: Vincent Fourmond 
Date:   Sun Nov 27 14:10:35 2011 +

[stylebook] Finalize changelog
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6bf64ef..8320b6e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-stylebook (1.0~b3~svn20061109-5) UNRELEASED; urgency=low
+stylebook (1.0~b3~svn20061109-5) unstable; urgency=low
 
   * Fix wrong jar installation names.
   * Add Jakub Adam to Uploaders.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/stylebook.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[stylebook] 25/34: Release stylebook/1.0~b3~svn20061109-6 into unstable

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository stylebook.

commit 8b6862050b8d7d47b509ba41a1dc532adc37ad41
Author: Niels Thykier 
Date:   Mon Jun 18 14:10:14 2012 +

Release stylebook/1.0~b3~svn20061109-6 into unstable
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 97ac9e9..e2c7f30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-stylebook (1.0~b3~svn20061109-6) UNRELEASED; urgency=low
+stylebook (1.0~b3~svn20061109-6) unstable; urgency=low
 
   * Team upload.
   * d/rules: Specify source/target = 1.5 for all javac commands to 
@@ -6,7 +6,7 @@ stylebook (1.0~b3~svn20061109-6) UNRELEASED; urgency=low
 errors.   Thanks to James Page for the report and the patch.
 (Closes: #651182, LP: #888127)
 
- -- Niels Thykier   Mon, 18 Jun 2012 16:00:13 +0200
+ -- Niels Thykier   Mon, 18 Jun 2012 16:09:12 +0200
 
 stylebook (1.0~b3~svn20061109-5) unstable; urgency=low
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/stylebook.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[stylebook] 18/34: * Team upload * Add missing ${misc:Depends}. * Change Section: java. * Update Standards-Version: 3.8.4.

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository stylebook.

commit 4d7ebebd438b70dc9097b588bc4e6b014629bc62
Author: Torsten Werner 
Date:   Thu May 6 20:41:35 2010 +

* Team upload
* Add missing ${misc:Depends}.
* Change Section: java.
* Update Standards-Version: 3.8.4.
---
 debian/changelog | 7 ++-
 debian/control   | 7 +++
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 42f8b7c..256de51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,17 @@
 stylebook (1.0~b3~svn20061109-3) unstable; urgency=low
 
+  * Team upload
+
   [ Matthias Klose ]
   * (Build-)depend on default-jre/-jdk.
 
   [ Torsten Werner ]
   * Switch to source format 3.0.
+  * Add missing ${misc:Depends}.
+  * Change Section: java.
+  * Update Standards-Version: 3.8.4.
 
- -- Torsten Werner   Thu, 06 May 2010 22:23:31 +0200
+ -- Torsten Werner   Thu, 06 May 2010 22:40:10 +0200
 
 stylebook (1.0~b3~svn20061109-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 3517ff5..026f04f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,17 @@
 Source: stylebook
-Section: libs
+Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 

 Uploaders: Marcus Better , Michael Koch 
 Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: default-jdk, ant, libxerces2-java
-Standards-Version: 3.7.2
+Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/stylebook
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/stylebook/
 
 Package: libstylebook-java
 Architecture: all
-Section: libs
-Depends: default-jre | classpath-common | java1-runtime | java2-runtime, 
libxerces2-java
+Depends: libxerces2-java, ${misc:Depends}
 Description: XML application for authoring web site content
  Stylebook is a way to convert a set of XML files into a proper web
  site with consistent navigation and layout.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/stylebook.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[stylebook] 09/34: Add XS-Vcs-* fields.

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository stylebook.

commit 81d9b08bc6d81ebdea44611ca64f1018fa8b439d
Author: Marcus Better 
Date:   Mon Dec 11 09:47:25 2006 +

Add XS-Vcs-* fields.
---
 debian/control | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index 9cd6512..a80469f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,8 @@ Uploaders: Marcus Better 
 Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: java-gcj-compat-dev, ant, libxerces2-java
 Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/stylebook
+XS-Vcs-Browse: http://svn.debian.org/wsvn/pkg-java/trunk/stylebook/
 
 Package: libstylebook-java
 Architecture: all

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/stylebook.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[stylebook] 10/34: Upload to experimental.

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository stylebook.

commit 03265948e7b0bb90240e0e807cdbcd8af5cac8b3
Author: Marcus Better 
Date:   Mon Dec 11 10:38:15 2006 +

Upload to experimental.
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b867ec4..0bc2486 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-stylebook (1.0~b3~svn20061109-1) unstable; urgency=low
+stylebook (1.0~b3~svn20061109-1) experimental; urgency=low
 
   * Initial release. (Closes: #397764)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/stylebook.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[stylebook] 27/34: Wrap and sort

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository stylebook.

commit c031a89e4854492da6be34eb3f3662f1a5665395
Author: Emmanuel Bourg 
Date:   Thu Mar 29 11:27:22 2018 +0200

Wrap and sort
---
 debian/control   | 12 +---
 debian/copyright |  8 
 2 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 6e96e97..3f96824 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,15 @@ Source: stylebook
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 

-Uploaders: Michael Koch , Jakub Adam 
-Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: default-jdk, ant, javahelper (>= 0.33~), libxerces2-java
+Uploaders:
+ Michael Koch ,
+ Jakub Adam 
+Build-Depends:
+ ant,
+ debhelper (>= 8),
+ default-jdk,
+ javahelper (>= 0.33~),
+ libxerces2-java
 Standards-Version: 3.9.2
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/stylebook.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/stylebook.git
diff --git a/debian/copyright b/debian/copyright
index 7afbe3a..7d43646 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -11,7 +11,7 @@ Stylebook is Copyright (C) 1999-2000 The Apache Software 
Foundation.
 
 The Apache Software License, Version 1.1
 
-Copyright (c) 1999 The Apache Software Foundation.  All rights 
+Copyright (c) 1999 The Apache Software Foundation.  All rights
 reserved.
 
 Redistribution and use in source and binary forms, with or without
@@ -19,7 +19,7 @@ Stylebook is Copyright (C) 1999-2000 The Apache Software 
Foundation.
 are met:
 
 1. Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer. 
+   notice, this list of conditions and the following disclaimer.
 
 2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
@@ -27,7 +27,7 @@ Stylebook is Copyright (C) 1999-2000 The Apache Software 
Foundation.
distribution.
 
 3. The end-user documentation included with the redistribution,
- if any, must include the following acknowledgment:  
+ if any, must include the following acknowledgment:
"This product includes software developed by the
   Apache Software Foundation (http://www.apache.org/)."
Alternately, this acknowledgment may appear in the software itself,
@@ -35,7 +35,7 @@ Stylebook is Copyright (C) 1999-2000 The Apache Software 
Foundation.
 
 4. The names "Xerces" and "Apache Software Foundation" must
not be used to endorse or promote products derived from this
-   software without prior written permission. For written 
+   software without prior written permission. For written
permission, please contact apa...@apache.org.
 
 5. Products derived from this software may not be called "Apache",

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/stylebook.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[stylebook] 19/34: Bump dh + S-V, use dh7 style, set classpath in installed jar

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository stylebook.

commit 83f95604de2ec4c7e920f41fed1acbf5adf1bcf3
Author: Niels Thykier 
Date:   Sun Oct 30 09:34:54 2011 +

Bump dh + S-V, use dh7 style, set classpath in installed jar
---
 debian/changelog | 15 +++
 debian/compat|  2 +-
 debian/control   |  8 
 debian/rules | 45 ++---
 4 files changed, 30 insertions(+), 40 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 256de51..44dbf6e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+stylebook (1.0~b3~svn20061109-4) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Removed Marcus Better from uploaders - Thanks for your
+work on this package.
+  * Added build-arch and build-indep targets.
+  * Bumped Standards-Versions to 3.9.2 - no changes required.
+  * Bumped debhelper compat to 8.
+- replaced dh_clean -k with dh_prep.
+- migrated to dh7 style rules
+  * Use javahelper to install the jar file.
+  * Set classpath in the xalan jar file.
+
+ -- Niels Thykier   Sun, 30 Oct 2011 10:13:18 +0100
+
 stylebook (1.0~b3~svn20061109-3) unstable; urgency=low
 
   * Team upload
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+8
diff --git a/debian/control b/debian/control
index 026f04f..fa5bd14 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,10 @@ Source: stylebook
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 

-Uploaders: Marcus Better , Michael Koch 
-Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: default-jdk, ant, libxerces2-java
-Standards-Version: 3.8.4
+Uploaders: Michael Koch 
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: default-jdk, ant, javahelper (>= 0.33~), libxerces2-java
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/stylebook
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/stylebook/
 
diff --git a/debian/rules b/debian/rules
index 6c1deb6..62cbe50 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,45 +22,20 @@ PKGNAME := stylebook
 INSTALLDIR := $(CURDIR)/debian/lib$(PKGNAME)-java
 JAVALIBDIR := $(INSTALLDIR)/usr/share/java
 
-VERSION:= $(shell head -1 debian/changelog | cut -f2 -d\( | 
cut -f1 -d\) | cut -f1 -d\- | cut -f1 -d\+ | cut -f1-2 -d\~ | tr \~ \-)
+TARGETS:= build build-arch build-indep clean binary-indep binary-arch 
binary install
 
-build: build-stamp
-build-stamp:
-   dh_testdir
+$(TARGETS):
+   dh $@
+
+override_dh_auto_build:
$(ANT_INVOKE)
-   touch build-stamp
 
-clean:
-   dh_testdir
-   dh_testroot
-   rm -f build-stamp
-   rm -rf build
+override_dh_auto_clean:
$(ANT_INVOKE) clean
-   dh_clean
-
-install: build
-   dh_testdir
-   dh_testroot
-   dh_clean -k 
-   dh_installdirs
 
-binary-indep: build install
-   dh_testdir
-   dh_testroot
-   dh_installchangelogs
-   dh_installdocs
-   dh_install
-   install -m 644 build/$(PKGNAME)-$(VERSION)_xalan-2.jar 
$(JAVALIBDIR)/$(PKGNAME)-$(VERSION).jar
-   ln -s $(PKGNAME)-$(VERSION).jar $(JAVALIBDIR)/$(PKGNAME).jar
-   dh_link
-   dh_compress
-   dh_fixperms
-   dh_installdeb
-   dh_gencontrol
-   dh_md5sums
-   dh_builddeb
+override_dh_auto_install:
+   jh_classpath --classpath="/usr/share/java/xercesImpl.jar" 
build/$(PKGNAME)-*_xalan-2.jar
+   jh_installlibs build/$(PKGNAME)-*_xalan-2.jar
 
-binary-arch: build install
+.PHONY: $(TARGETS)
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/stylebook.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[stylebook] 17/34: Switch to source format 3.0.

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository stylebook.

commit a030bd646ecb885c0f2cb9427306aeec0ccc901d
Author: Torsten Werner 
Date:   Thu May 6 20:39:23 2010 +

Switch to source format 3.0.
---
 debian/changelog   |   8 +-
 debian/patches/imageio.diff|  27 ++
 debian/patches/series  |   1 +
 debian/source/format   |   1 +
 .../apache/stylebook/printers/ImagePrinter.java| 279 -
 5 files changed, 35 insertions(+), 281 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 74dffcb..42f8b7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-stylebook (1.0~b3~svn20061109-3) UNRELEASED; urgency=low
+stylebook (1.0~b3~svn20061109-3) unstable; urgency=low
 
+  [ Matthias Klose ]
   * (Build-)depend on default-jre/-jdk.
 
- -- Matthias Klose   Wed, 30 Jul 2008 18:51:31 +
+  [ Torsten Werner ]
+  * Switch to source format 3.0.
+
+ -- Torsten Werner   Thu, 06 May 2010 22:23:31 +0200
 
 stylebook (1.0~b3~svn20061109-2) unstable; urgency=low
 
diff --git a/debian/patches/imageio.diff b/debian/patches/imageio.diff
new file mode 100644
index 000..89cbba4
--- /dev/null
+++ b/debian/patches/imageio.diff
@@ -0,0 +1,27 @@
+--- 
stylebook-1.0~b3~svn20061109.orig/src/org/apache/stylebook/printers/ImagePrinter.java
 
stylebook-1.0~b3~svn20061109/src/org/apache/stylebook/printers/ImagePrinter.java
+@@ -10,6 +10,7 @@ package org.apache.stylebook.printers;
+ import org.apache.stylebook.*;
+ import javax.imageio.*;
+ import javax.imageio.plugins.jpeg.*;
++import javax.imageio.stream.*;
+ import java.io.IOException;
+ import java.io.OutputStream;
+ import java.io.PrintStream;
+@@ -145,13 +146,13 @@ public class ImagePrinter extends Abstra
+ }
+ }
+ 
+-// Write out image (highest quality for jpeg data)
++// Write out image
+ ImageWriter encoder =
+ (ImageWriter)ImageIO.getImageWritersByFormatName("jpeg").next();
+-JPEGImageWriteParam param = new JPEGImageWriteParam(null);
++ImageWriteParam param = encoder.getDefaultWriteParam();
+ param.setCompressionMode(ImageWriteParam.MODE_EXPLICIT);
+ param.setCompressionQuality(1);
+-encoder.setOutput(out);
++encoder.setOutput(new MemoryCacheImageOutputStream(out));
+ encoder.write(null, new IIOImage(img, null, null), param);
+ out.flush();
+ }
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..7bfeeac
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+imageio.diff
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/src/org/apache/stylebook/printers/ImagePrinter.java 
b/src/org/apache/stylebook/printers/ImagePrinter.java
deleted file mode 100644
index 9f25830..000
--- a/src/org/apache/stylebook/printers/ImagePrinter.java
+++ /dev/null
@@ -1,279 +0,0 @@
-/*
- * Copyright (C) 1999 The Apache Software Foundation.   All rights reserved. *
- * - *
- * This software is published under the terms of the Apache Software License *
- * version 1.1,  a copy of wich has been included  with this distribution in *
- * the LICENSE file. *
- */
-package org.apache.stylebook.printers;
-
-import org.apache.stylebook.*;
-import javax.imageio.*;
-import javax.imageio.plugins.jpeg.*;
-import javax.imageio.stream.*;
-import java.io.IOException;
-import java.io.OutputStream;
-import java.io.PrintStream;
-import java.io.*;
-import java.net.*;
-import java.awt.*;
-import java.awt.geom.AffineTransform;
-import java.awt.image.*;
-import java.util.*;
-import javax.swing.*;
-import org.w3c.dom.Attr;
-import org.w3c.dom.CDATASection;
-import org.w3c.dom.Comment;
-import org.w3c.dom.Document;
-import org.w3c.dom.DocumentFragment;
-import org.w3c.dom.DocumentType;
-import org.w3c.dom.Element;
-import org.w3c.dom.Entity;
-import org.w3c.dom.EntityReference;
-import org.w3c.dom.NamedNodeMap;
-import org.w3c.dom.Node;
-import org.w3c.dom.NodeList;
-import org.w3c.dom.Notation;
-import org.w3c.dom.ProcessingInstruction;
-import org.w3c.dom.Text;
-
-/**
- * The ImagePrinter Printer writes images.
- *
- * @author mailto:p...@apache.org;>Pierpaolo Fumagalli
- * @author Copyright 1999  http://www.apache.org;>The Apache
- * Software Foundation. All rights reserved.
- * @version CVS $Revision: 313202 $ $Date: 

[stylebook] 06/34: New tarball, removed non-free font.

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository stylebook.

commit b3d2c3c99f09a1ec73bf2296de1422271f1b808e
Author: Marcus Better 
Date:   Thu Nov 9 12:14:53 2006 +

New tarball, removed non-free font.
---
 stylebook_1.0~b3~svn20061109.tar.gz | Bin 0 -> 214117 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/stylebook_1.0~b3~svn20061109.tar.gz 
b/stylebook_1.0~b3~svn20061109.tar.gz
new file mode 100644
index 000..924
Binary files /dev/null and b/stylebook_1.0~b3~svn20061109.tar.gz differ

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/stylebook.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[stylebook] 03/34: Create branch.

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository stylebook.

commit ae15ddfb6f041ca0f6b096a1e8d2c50cb0a2b44f
Author: Marcus Better 
Date:   Thu Nov 9 10:28:07 2006 +

Create branch.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/stylebook.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[stylebook] 08/34: Replace com.sun.image.codec.jpeg with javax.imageio for image encoding.

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository stylebook.

commit 12eccd40b869fe756cca881a8071a64397ff1d55
Author: Marcus Better 
Date:   Mon Dec 11 09:44:18 2006 +

Replace com.sun.image.codec.jpeg with javax.imageio for image encoding.
---
 build.xml   |  4 
 src/org/apache/stylebook/printers/ImagePrinter.java | 17 +++--
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/build.xml b/build.xml
index a245ae5..9f2c48e 100644
--- a/build.xml
+++ b/build.xml
@@ -56,9 +56,6 @@ Copyright:
  
  
  
-  
-
-  
   
 
   
@@ -88,7 +85,6 @@ Copyright:
   
 
 
-
 
 
   
diff --git a/src/org/apache/stylebook/printers/ImagePrinter.java 
b/src/org/apache/stylebook/printers/ImagePrinter.java
index b46bbd2..9f25830 100644
--- a/src/org/apache/stylebook/printers/ImagePrinter.java
+++ b/src/org/apache/stylebook/printers/ImagePrinter.java
@@ -8,7 +8,9 @@
 package org.apache.stylebook.printers;
 
 import org.apache.stylebook.*;
-import com.sun.image.codec.jpeg.*;
+import javax.imageio.*;
+import javax.imageio.plugins.jpeg.*;
+import javax.imageio.stream.*;
 import java.io.IOException;
 import java.io.OutputStream;
 import java.io.PrintStream;
@@ -144,11 +146,14 @@ public class ImagePrinter extends AbstractComponent 
implements Printer {
 }
 }
 
-// Write out image (highest quality for jpeg data)
-JPEGEncodeParam jpar=JPEGCodec.getDefaultJPEGEncodeParam(img);
-jpar.setQuality(1,true);
-JPEGImageEncoder jenc=JPEGCodec.createJPEGEncoder(out,jpar);
-jenc.encode(img);
+// Write out image
+ImageWriter encoder =
+(ImageWriter)ImageIO.getImageWritersByFormatName("jpeg").next();
+ImageWriteParam param = encoder.getDefaultWriteParam();
+param.setCompressionMode(ImageWriteParam.MODE_EXPLICIT);
+param.setCompressionQuality(1);
+encoder.setOutput(new MemoryCacheImageOutputStream(out));
+encoder.write(null, new IIOImage(img, null, null), param);
 out.flush();
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/stylebook.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[stylebook] 04/34: Correct tarball name.

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository stylebook.

commit 18d1fe4ead9ee469ea6523f1820572e265f17449
Author: Marcus Better 
Date:   Thu Nov 9 10:54:15 2006 +

Correct tarball name.
---
 orig.tar.gz => stylebook_1.0~b3~svn20061109.orig.tar.gz | Bin
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/stylebook-1.0~b3~svn20061109.orig.tar.gz 
b/stylebook_1.0~b3~svn20061109.orig.tar.gz
similarity index 100%
rename from stylebook-1.0~b3~svn20061109.orig.tar.gz
rename to stylebook_1.0~b3~svn20061109.orig.tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/stylebook.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[stylebook] 07/34: Run dh_install.

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository stylebook.

commit be4732c7e55d2d826ca90e1cb6d27a2a55cc1afc
Author: Marcus Better 
Date:   Mon Dec 11 09:43:45 2006 +

Run dh_install.
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 2cd4e41..33a36cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,6 +48,7 @@ binary-indep: build install
dh_testroot
dh_installchangelogs
dh_installdocs
+   dh_install
install -m 644 build/$(PKGNAME)-$(VERSION)_xalan-2.jar 
$(JAVALIBDIR)/$(PKGNAME)-$(VERSION).jar
ln -s $(PKGNAME)-$(VERSION).jar $(JAVALIBDIR)/$(PKGNAME).jar
dh_link

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/stylebook.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[dumbster] annotated tag debian/1.6+debian-4 created (now 62927a5)

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to annotated tag debian/1.6+debian-4
in repository dumbster.

at  62927a5   (tag)
   tagging  bd3b0e83a234bd72b5f3afe56cbb561556204028 (commit)
  replaces  debian/1.6+debian-3
 tagged by  Emmanuel Bourg
on  Thu Mar 29 11:58:57 2018 +0200

- Log -
dumbster Debian release 1.6+debian-4
-BEGIN PGP SIGNATURE-

iQJGBAABCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlq8uOESHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCs4oAP/2ngjhDtywzuMQzefnpiTmwuvraSvxmp
4kwCZZs7a4j1+RS7YlI/k3Ac3KSqB+wEYTuR/t70zOVb5KPBYkDemlMsICZLRmcz
P20MxeYiFl+jdn8HeJKdaVkdk/EgPE+lwprPY6QbjgvQjQu16UYi4lqMZAZwTP1S
DqwLU3ST2KJhvzg/rh4Ngdi57vRTM5u8WIpzEpBxgPauGSHyFDjfLUigCXrdGRqn
4Qp8BuZex4N6MZjmJZYjzo729rm0DMsxPHVhBmpoRRPUC10I2vXHrf/2FYonuy9v
UniAvNVoNKnqgnAmhEWl5iYrPIq1g4Gj5gU8kkfTHRpETaN1THUMhErpZsdsmc+T
4f4kO9WHw4W8fjgM7Q5ktwVczp4uD5gKpS2NU+xNaD+Va1i79EowrEf6wcJmUL4f
kIzG99QIFZC3iBVCKsJ6iAxZa5qosIziVi9+G25kQsUuGnCBLlNuMHZMuCl33VcP
iUQPYYH3D/f6Z3EjlvawxlvrSfLKL6fl5F6DO51ke5nyICxVIMWQq0itpuMrfJnL
nVLfaHgVBzfrlyaLD2gQR9TgdiVTOAf67dZKy6ZL8IBtyuua6rSYI6eThLLfwcFn
xXT6VD+rgbMJ3QjV0UNLxA6o7spXhMl27UIy3m03vU+elMJLLYGzsjk+YrdHHNwO
zf8rjA9T15k/
=wxhu
-END PGP SIGNATURE-

Emmanuel Bourg (4):
  Fixed the build failure with Java 9 (Close: #893141)
  Standards-Version updated to 4.1.3
  Switch to debhelper level 11
  Upload to unstable

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/dumbster.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[swt-gtk] 01/03: Drop unnecessary Build-Depends on libwebkitgtk-dev (Closes: #871964)

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository swt-gtk.

commit 87e91ccde0477c7045a5699a6693ac85bb279e3a
Author: Jeremy Bicha 
Date:   Tue Oct 24 15:18:42 2017 -0400

Drop unnecessary Build-Depends on libwebkitgtk-dev (Closes: #871964)
---
 debian/changelog | 7 +++
 debian/control   | 1 -
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b334072..7840165 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+swt-gtk (3.8.2-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop unnecessary Build-Depends on libwebkitgtk-dev (Closes: #871964)
+
+ -- Jeremy Bicha   Tue, 24 Oct 2017 15:18:42 -0400
+
 swt-gtk (3.8.2-4) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 2dbbe38..f6a9f83 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,6 @@ Build-Depends:
  libglib2.0-dev (>= 2.35),
  libglu1-mesa-dev | libglu-dev,
  libgnomeui-dev,
- libwebkitgtk-dev,
  libxcb-render-util0-dev,
  libxt-dev,
  libxtst-dev,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/swt-gtk.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[swt-gtk] 02/03: libswt-webkit-gtk-3-jni: Add the missing dependency on libwebkitgtk-1.0-0. (Closes: #879170)

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository swt-gtk.

commit 75a97ca4438f02d7d337867261e0243fbc8951eb
Author: Adrian Bunk 
Date:   Sun Oct 29 08:52:32 2017 +0200

libswt-webkit-gtk-3-jni: Add the missing dependency on libwebkitgtk-1.0-0. 
(Closes: #879170)
---
 debian/changelog | 8 
 debian/control   | 3 ++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7840165..aac1af0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+swt-gtk (3.8.2-4.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * libswt-webkit-gtk-3-jni: Add the missing dependency
+on libwebkitgtk-1.0-0. (Closes: #879170)
+
+ -- Adrian Bunk   Sun, 29 Oct 2017 08:52:32 +0200
+
 swt-gtk (3.8.2-4.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --git a/debian/control b/debian/control
index f6a9f83..d41ecb0 100644
--- a/debian/control
+++ b/debian/control
@@ -114,7 +114,8 @@ Architecture: any
 Depends:
  libswt-gtk-3-jni (= ${binary:Version}),
  ${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
+ libwebkitgtk-1.0-0
 Breaks:
  libswt-gtk-3-java (<< ${binary:Version}),
  libswt-gtk-3-java (>> ${binary:Version})

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/swt-gtk.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[swt-gtk] branch master updated (2ac8e3c -> 7a03098)

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch master
in repository swt-gtk.

  from  2ac8e3c   Upload to unstable
   new  87e91cc   Drop unnecessary Build-Depends on libwebkitgtk-dev 
(Closes: #871964)
   new  75a97ca   libswt-webkit-gtk-3-jni: Add the missing dependency on 
libwebkitgtk-1.0-0. (Closes: #879170)
   new  7a03098   Drop libswt-gnome-gtk-3-jni (Closes: #868406)

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/Makefile   |  2 +-
 debian/changelog  | 22 ++
 debian/control| 21 +++--
 debian/libswt-gnome-gtk-3-jni.install |  1 -
 4 files changed, 26 insertions(+), 20 deletions(-)
 delete mode 100644 debian/libswt-gnome-gtk-3-jni.install

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/swt-gtk.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


Bug#893420: Pending fixes for bugs in the swt-gtk package

2018-03-29 Thread pkg-java-maintainers
tag 893420 + pending
thanks

Some bugs in the swt-gtk package are closed in revision
f93adaf82572d33bb454d9e01f43372ef17d9055 in branch 'master' by
Emmanuel Bourg

The full diff can be seen at
https://anonscm.debian.org/cgit/pkg-java/swt-gtk.git/commit/?id=f93adaf

Commit message:

Fixed the build failure with Java 9 (Closes: #893420)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


ant_1.10.3-1_source.changes ACCEPTED into unstable

2018-03-29 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 29 Mar 2018 09:35:04 +0200
Source: ant
Binary: ant ant-optional ant-doc
Architecture: source
Version: 1.10.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 ant- Java based build tool like make
 ant-doc- Java based build tool like make - API documentation and manual
 ant-optional - Java based build tool like make - optional libraries
Closes: 893547
Changes:
 ant (1.10.3-1) unstable; urgency=medium
 .
   * New upstream release
 - Refreshed the patches
 - Changed the source/target level to 1.8 when building Ant
 - Build the new optional ant-xz module
 - Require Java 8 or higher to run Ant
   * Don't use the javadoc --ignore-source-errors option when using
 a custom doclet (Closes: #893547)
   * Adjust the source/target level to 1.7 in anticipation of the 1.6 removal
 in Java 11
   * Added activation.jar to the build classpath to fix the empty ant-javamail
 jar with Java 9
Checksums-Sha1:
 569006848024b09e2f96dec0be0f8bf0c2fb2459 2426 ant_1.10.3-1.dsc
 cc1d7298b9498c72dbc5a79ca54cdf2b7a24a3a1 3254180 ant_1.10.3.orig.tar.xz
 ed7f1d336d5a60b721f0d15cabe28251848d4425 19024 ant_1.10.3-1.debian.tar.xz
 d4a2721eedd65926d6b7b98bc7396c68ef8e7074 11612 ant_1.10.3-1_source.buildinfo
Checksums-Sha256:
 7da09733964c9dc607881a6b98dc3151ab16e4dbef49a9e77a4fbd3ad4b2ee9a 2426 
ant_1.10.3-1.dsc
 596d74a48dad467ba45ba03c8dec39fa20900d7735ca1beaade8532e140bf6b8 3254180 
ant_1.10.3.orig.tar.xz
 39a9163378a3c0070ba36e81a8cc785240fc0295a710b21ba7896d78dbe1f31c 19024 
ant_1.10.3-1.debian.tar.xz
 141403354a9e5c9a974fbca28eb5fac88f2c5bde39df0fb49613f10cf1b9154f 11612 
ant_1.10.3-1_source.buildinfo
Files:
 6caa623a1b8df23f5c75f14f800a7c23 2426 java optional ant_1.10.3-1.dsc
 de7502caf21b1655ef688a277163ec8e 3254180 java optional ant_1.10.3.orig.tar.xz
 c7da63bd440691670dbf89ae33ce330e 19024 java optional ant_1.10.3-1.debian.tar.xz
 8f7f75895f119364b5d66807b83636a5 11612 java optional 
ant_1.10.3-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlq8mOoSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsv9kP+QEuJx+laClHCoLnmP+Kn1gezninby3N
+fRXKphjVMjUqxH983vOC8WJbaNI6iCJZYr1qM4eMxBo++mQJ7JdQkeorXMe7qT8
hXW7pFnYHds9NaQYlnJIhu8kwSbP6f1sO4Ud6BfEy4OOKBZ/Qjic9r54oCqMX2XM
vz5MJZCuPEW1enMBMa5o0nvijbMmqO91zXyZIpoqE6A/efEa2Fd1NCdf0pxfB8Lh
1kbvb5r3ibvbs+4UYgBttl4qEfrVI9KhWAyQzucgh1vNZUCkWquWsqEbOvd5kNDr
ikSIcUUeeQXTexua4KeSol3/LwOjwfb3viG1mD1EX7h3GXLwa9NGXXVdIr8HG8lM
nXbU+xjYlhOwrukDuiHmjU0gFVbp+0oVxoH+KdTePqp2XuKSuWcm+PusTrVnzr/r
F3K6dsHzH4f0xoSlWb+LZFWkIid29SLOmuN1u7ywyW9wTxVw49x27dAvchjmYGx+
VxAWtP5lyUMvbs0pyhMOhpLE9k/uMIjco3gx7KFmfpPj1gq6yO7oZt20bRCzOj+P
wT5rXmJd2P4JcmSdzjBDqHQFDviZwWybe0ltoT05GQtCJ5cGWwTKlSkqivmo82KW
W++EgVMiOftsM+/ZzN1tWDVYL8Q8UubgPiXkvJzgyn+3H8mRZerTt+8YQ4jkR3ty
FvBxcn2Srfb/
=fUUG
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[swt-gtk] tag debian/3.8.2-4.3 created (now 7a03098)

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to tag debian/3.8.2-4.3
in repository swt-gtk.

at  7a03098   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/swt-gtk.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[swt-gtk] tag debian/3.8.2-4.2 created (now 75a97ca)

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to tag debian/3.8.2-4.2
in repository swt-gtk.

at  75a97ca   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/swt-gtk.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[swt-gtk] tag debian/3.8.2-4.1 created (now 87e91cc)

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to tag debian/3.8.2-4.1
in repository swt-gtk.

at  87e91cc   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/swt-gtk.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


Bug#432677: libstylebook-java: JPEG encoding is broken

2018-03-29 Thread Emmanuel Bourg
Control: tags -1 + wontfix
Control: close -1

GCJ is gone.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processed: Re: libstylebook-java: JPEG encoding is broken

2018-03-29 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + wontfix
Bug #432677 [libstylebook-java] libstylebook-java: JPEG encoding is broken
Added tag(s) wontfix.
> close -1
Bug #432677 [libstylebook-java] libstylebook-java: JPEG encoding is broken
Marked Bug as done

-- 
432677: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432677
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processed: Pending fixes for bugs in the stylebook package

2018-03-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 654133 + pending
Bug #654133 [stylebook] Updating the stylebook Uploaders list
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
654133: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654133
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#654133: Pending fixes for bugs in the stylebook package

2018-03-29 Thread pkg-java-maintainers
tag 654133 + pending
thanks

Some bugs in the stylebook package are closed in revision
a2c6fa0746c664cb7b36b5b9e5b72d608c8a148b in branch 'master' by
Emmanuel Bourg

The full diff can be seen at
https://anonscm.debian.org/cgit/pkg-java/stylebook.git/commit/?id=a2c6fa0

Commit message:

Removed Michael Koch from the uploaders (Closes: #654133)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processed: Pending fixes for bugs in the stylebook package

2018-03-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 893419 + pending
Bug #893419 [src:stylebook] stylebook FTBFS with openjdk-9
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
893419: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893419
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of ant_1.10.3-1_source.changes

2018-03-29 Thread Debian FTP Masters
ant_1.10.3-1_source.changes uploaded successfully to localhost
along with the files:
  ant_1.10.3-1.dsc
  ant_1.10.3.orig.tar.xz
  ant_1.10.3-1.debian.tar.xz
  ant_1.10.3-1_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[swt-gtk] 03/04: Fixed the build failure with Java 9 (Closes: #893420)

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository swt-gtk.

commit f93adaf82572d33bb454d9e01f43372ef17d9055
Author: Emmanuel Bourg 
Date:   Thu Mar 29 10:43:19 2018 +0200

Fixed the build failure with Java 9 (Closes: #893420)
---
 debian/Makefile |  2 +-
 debian/changelog|  1 +
 debian/patches/common/java9-compatibility.patch | 11 +++
 3 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/debian/Makefile b/debian/Makefile
index 33ded9e..3e284ec 100644
--- a/debian/Makefile
+++ b/debian/Makefile
@@ -3,7 +3,7 @@ JAVA=swt-gtk-$(RELEASE).jar
 CLEANFILES=*.files *.jar *-stamp
 
 JAR=fastjar
-JAVAC=javac -classpath . -source 1.5 -target 1.5
+JAVAC=javac -classpath . -source 1.8 -target 1.8
 RM=rm -f
 
 all: $(JAVA)
diff --git a/debian/changelog b/debian/changelog
index 8d4d0b0..85b7de5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 swt-gtk (3.8.2-5) UNRELEASED; urgency=medium
 
   * Team upload.
+  * Fixed the build failure with Java 9 (Closes: #893420)
   * Standards-Version updated to 4.1.3
   * Use secure Vcs-* URLs
 
diff --git a/debian/patches/common/java9-compatibility.patch 
b/debian/patches/common/java9-compatibility.patch
new file mode 100644
index 000..97ae47f
--- /dev/null
+++ b/debian/patches/common/java9-compatibility.patch
@@ -0,0 +1,11 @@
+--- a/make_linux.mak
 b/make_linux.mak
+@@ -53,7 +53,7 @@
+ CDE_LIBS = -L$(CDE_HOME)/lib -R$(CDE_HOME)/lib -lXt -lX11 -lDtSvc
+ 
+ AWT_LFLAGS = -shared ${SWT_LFLAGS} 
+-AWT_LIBS = -L$(AWT_LIB_PATH) -ljawt
++AWT_LIBS = -L$(AWT_LIB_PATH) -L/usr/lib/jvm/default-java/lib/ -ljawt
+ 
+ ATKCFLAGS = `pkg-config --cflags atk gtk+-2.0`
+ ATKLIBS = `pkg-config --libs-only-L atk gtk+-2.0` -latk-1.0 -lgtk-x11-2.0

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/swt-gtk.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[swt-gtk] 01/04: Standards-Version updated to 4.1.3

2018-03-29 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository swt-gtk.

commit 097ade4430fcf87d144c373452998aada358309f
Author: Emmanuel Bourg 
Date:   Thu Mar 29 10:36:12 2018 +0200

Standards-Version updated to 4.1.3
---
 debian/changelog | 7 +++
 debian/control   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1e81821..122ff65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+swt-gtk (3.8.2-5) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Standards-Version updated to 4.1.3
+
+ -- Emmanuel Bourg   Thu, 29 Mar 2018 10:36:06 +0200
+
 swt-gtk (3.8.2-4.3) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --git a/debian/control b/debian/control
index 1bc34ac..fd3e4ce 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Build-Depends:
  libxt-dev,
  libxtst-dev,
  patchutils
-Standards-Version: 3.9.8
+Standards-Version: 4.1.3
 Vcs-Git: git://anonscm.debian.org/pkg-java/swt-gtk.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/swt-gtk.git
 Homepage: http://www.eclipse.org/swt/

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/swt-gtk.git

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


  1   2   3   >