sikuli 1.0~x~rc3.tesseract3-dfsg1-13 MIGRATED to testing

2016-11-11 Thread Debian testing watch
FYI: The status of the sikuli source package
in Debian's testing distribution has changed.

  Previous version: 1.0~x~rc3.tesseract3-dfsg1-12
  Current version:  1.0~x~rc3.tesseract3-dfsg1-13

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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


Processing of h2database_1.4.193-1_amd64.changes

2016-11-11 Thread Debian FTP Masters
h2database_1.4.193-1_amd64.changes uploaded successfully to localhost
along with the files:
  h2database_1.4.193-1.dsc
  h2database_1.4.193.orig.tar.xz
  h2database_1.4.193-1.debian.tar.xz
  h2database_1.4.193-1_2016T210157z-f904d1d3.buildinfo
  libh2-java-doc_1.4.193-1_all.deb
  libh2-java_1.4.193-1_all.deb

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#844020: gradle 2.13 in unstable do not work with libnative-platform-java 0.11

2016-11-11 Thread Vincent Danjean
Package: gradle
Version: 2.13-4
Severity: serious
Justification: Generate FTBFS in other packages (and in gradle itself)

  Hi,

I'm not an expert of java/gradle but I package several java programs (mainly
within the debian-med team).

I'm working on #843686. It took me time to understand that
net.rubygrapefruit.platform.PosixFiles.stat comes from the
libnative-platform-java package that is pulled by gradle itself.

I suspected that gradle was built with libnative-platform-java 0.10 and
does not work with libnative-platform-java 0.11.

So, I tried to do a local rebuild of gradle itself, so that it "links"
correctly with the new libnative-platform-java version.

=> it fails. So, currently, gradle FTBFS (as htsjdk), and for the same
reason (see the gradle build log in my up-to-date sid chroot at the
end of this report)

On my system, I downgraded libnative-platform-java to 0.10 (thanks to
snapshots.debian.org). With this, htsjdk can be built.


  So, I think that, with the current (2.13-4) gradle version:
- currently gradle FTBFS
- some gradle features do not work (I do not know gradle enought to
  be able to say which ones exactly) 
  that leads to FTBFS of different packages (at least htsjdk #843686
  and gradle itself)
- gradle should have been more strict wrt to libnative-platform-java
  dependency. I.e, instead of
  Depends: libnative-platform-java (>= 0.10)
  it should have had
  Depends: libnative-platform-java (>= 0.10), libnative-platform-java (<< 0.11)
  (or libnative-platform-java should have done a library transition rename
  as the new version is not compatible with the previous one
  => I will also open a bug for libnative-platform-java )


  I saw in the git that you are working to package the 3.1 version
of gradle. However, as this bug has annoying side effects, it would
be great if you can try to upload a new version of gradle compiled
with libnative-platform-java 0.11.
  The difficulty will be that you will need that, as gradle use itself
to compile, you will need libnative-platform-java 0.10 installed
in your environment... :-( I do not know enought of gradle and
libnative-platform-java to know how to workaround this.

  Of course, if gradle 3.1 is to be uploaded very soon, you can
ignore this bug.

  Regards,
Vincent


Part of gradle 2.13-4 build log in current unstable:

[...]
gradle assemble startScripts javadocAll groovydocAll dslHtml samplesDocs -x 
:docs:releaseNotes -x :distributions:assemble --project-prop finalRelease=true 
--offline --stacktrace --gradle-user-home debian/.gradlehome --parallel 
--max-workers=1
Parallel execution is an incubating feature.
:buildSrc:clean UP-TO-DATE
:buildSrc:compileJava UP-TO-DATE
:buildSrc:compileGroovySLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in 
[jar:file:/usr/share/java/gradle-core.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in 
[jar:file:/usr/share/gradle/lib/gradle-core-2.13.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type 
[org.gradle.logging.internal.slf4j.OutputEventListenerBackedLoggerContext]
warning: Implicitly compiled files were not subject to annotation processing.
  Use -proc:none to disable annotation processing or -implicit to specify a 
policy for implicit compilation.
1 warning

:buildSrc:processResources
:buildSrc:classes
:buildSrc:jar
:buildSrc:assemble
:buildSrc:compileTestJava UP-TO-DATE
:buildSrc:compileTestGroovy
:buildSrc:processTestResources
:buildSrc:testClasses
:buildSrc:test FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':test'.
> net.rubygrapefruit.platform.PosixFiles.stat(Ljava/io/File;)Lnet/rubygrapefruit/platform/PosixFile;

* Try:
Run with --info or --debug option to get more log output.

* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':test'.
at 
org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:69)
at 
org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:46)
at 
org.gradle.api.internal.tasks.execution.PostExecutionAnalysisTaskExecuter.execute(PostExecutionAnalysisTaskExecuter.java:35)
at 
org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:68)
at 
org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:58)
at 
org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execute(SkipEmptySourceFilesTaskExecuter.java:52)
at 
org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:52)
at 
org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:53)
at 
org.gradle.api.inter

Bug#844021: libnative-platform-java 0.11-4 is not compatible with programs built with 0.10*

2016-11-11 Thread Vincent Danjean
Package: libnative-platform-java
Version: 0.11-4
Severity: serious
Justification: makes other package FTBFS

  Hi,

  gradle in unstable works with libnative-platform-java 0.10+dfsg-2 but does
not work with libnative-platform-java 0.11-4.

  A detailed explaination for gradle can be seen in #844020.

  This problematic situation leads to several packages FTBFS, at
least htsjdk (#843686) and gradle itself.

  Normaly, if a new version of a library do not works, by design,
with program compiled with the old version, a package rename (and
an SONAME bump for ELF libraries) is required in order to avoid
to silently break reverse dependencies.
  I do not know libnative-platform-java enough to know if this
breakage is known and normal (i.e. a package rename should have
been done) or if this is a plain bug.

  Regards,
Vincent


-- System Information:
Debian Release: stretch/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), 
(200, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armel, mipsel

Kernel: Linux 4.8.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libnative-platform-java depends on:
ii  libnative-platform-jni  0.10+dfsg-2

libnative-platform-java recommends no packages.

libnative-platform-java suggests no packages.

-- no debconf information

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


Processed: block 843686 with 844020

2016-11-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 843686 with 844020
Bug #843686 [src:htsjdk] htsjdk: FTBFS: java.lang.NoSuchMethodError: 
net.rubygrapefruit.platform.PosixFiles.stat(Ljava/io/File;)Lnet/rubygrapefruit/platform/PosixFile
843686 was not blocked by any bugs.
843686 was not blocking any bugs.
Added blocking bug(s) of 843686: 844020
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
843686: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=843686
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.


h2database_1.4.193-1_amd64.changes ACCEPTED into unstable

2016-11-11 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 11 Nov 2016 22:00:48 +0100
Source: h2database
Binary: libh2-java libh2-java-doc
Architecture: source all
Version: 1.4.193-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 libh2-java - H2 Database Engine
 libh2-java-doc - H2 Database Engine (documentation)
Changes:
 h2database (1.4.193-1) unstable; urgency=medium
 .
   * New upstream release
 - Refreshed the patches
Checksums-Sha1:
 3fe4d0c4ade183019fe92e0d8f647a1670a44131 2134 h2database_1.4.193-1.dsc
 3f4c3bbafd05cdffd98d67d3c1e767440864cffc 2180412 h2database_1.4.193.orig.tar.xz
 81a8b77c1bd69fee4edd3a1acc7a3277f215b50f 12252 
h2database_1.4.193-1.debian.tar.xz
 118521f8bee228d705458ec9e6e10d2bddf4f8a8 9950 
h2database_1.4.193-1_2016T210157z-f904d1d3.buildinfo
 501077ad0d06b400d70c3d4f927f26534cd53d7e 137986 
libh2-java-doc_1.4.193-1_all.deb
 3681506dd2395d3036b49be7008ea059b04505a5 1770196 libh2-java_1.4.193-1_all.deb
Checksums-Sha256:
 8eb3b7c30a4aef32029ea1724402fc13c3eeccf334a0c7e0d502b3e043e73f86 2134 
h2database_1.4.193-1.dsc
 40c497c7088d2c978f5f2740c42c047a3d18788e6ea380a94e733504db6b356b 2180412 
h2database_1.4.193.orig.tar.xz
 35d0224a763419513f96c342fbe2cdc02b055ea197f493768ab2ed5de08797d1 12252 
h2database_1.4.193-1.debian.tar.xz
 39ec01668e69336d9716baa80f540062d097ef4072396fc5369ce88edf22392b 9950 
h2database_1.4.193-1_2016T210157z-f904d1d3.buildinfo
 8ba0b2041de2cf32a03ab0fcb4114fad67ed04602626484b1f7d2aa72e1c3614 137986 
libh2-java-doc_1.4.193-1_all.deb
 578cd1970d763ba08adf502fc7d63e6324454e09c92fa6e242517e8d5ae7559e 1770196 
libh2-java_1.4.193-1_all.deb
Files:
 a88d2a42bd7c3d106c079f797243b46d 2134 java optional h2database_1.4.193-1.dsc
 3d26b45742875ca3ec749f6a94702384 2180412 java optional 
h2database_1.4.193.orig.tar.xz
 727653bc5447ae9803a9de7ed40e9297 12252 java optional 
h2database_1.4.193-1.debian.tar.xz
 f904d1d355eabba17c75a00f70b9e07a 9950 java optional 
h2database_1.4.193-1_2016T210157z-f904d1d3.buildinfo
 82084696f3d99e5c21d7557084ef65a3 137986 doc optional 
libh2-java-doc_1.4.193-1_all.deb
 027187a156e6895080efa149dc2c7aee 1770196 java optional 
libh2-java_1.4.193-1_all.deb

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJYJjHIAAoJEPUTxBnkudCsjM0P/R/brOrHuHqgydl8JZrUy94t
j5XCU0LE/FGi3ny7csMII9Nh1OcbKdlqhiXX1Za2AZBxwi7F0Mpaud5kYXJYmjY7
DBzfqdK+WfhPLzPdF9CWiKC9mXNKMc8tP/m2Ef+22ksbUtZG4BpdNBlP2ZXVgjUZ
nLJZ0hskVE8T1I9w778nNHY+GK35iSvub90xEf/J5pn0ByXajK9wZXkvB6DiZK7u
/vQsytE2N0WgSvZJo8/z1wQihvSXn1q37Tg+erFA4QTgAuENUsU+qh3tkEAq/+54
Hnk4Tcx5lDxaOCooNmemj33wdN7Zvl8ovA+A5PS+r+bCZKSHniZssSp8I2LeAM2g
0crw/BH8kIj/IryRodVnRqTD5VAJtSa6/NaS+PDWRYplK+XwYYXPuWIgmG4h+cLC
DPk/C5/Zpi1gnlvchEwaHitB0X8XS3udcXl8Zu+0VeO6h75pOW9jPtFZZ3t7Z2Gq
Y5x7g0oJEG8MujwbbIPdhbla+n5Wun3ZfMGL3zw/kaI0BsgwGF7KY8/nuM1wMYQL
/5abEY4ZWTRwDpvH1kBBAr9Ue/FGJph4UW4fJEe6bIs0ljT5GQFvUqzb1JnfsULF
+Q86lKQUew+Eo+pRpcj7++VRQGYdpZS4s63ia8A7TPgCjLvPpmLx049ZxZSLzol+
U4VyB/Al734sq8kFYbqI
=thXD
-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.


Processed: affects 844021

2016-11-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> affects 844021 gradle
Bug #844021 [libnative-platform-java] libnative-platform-java 0.11-4 is not 
compatible with programs built with 0.10*
Added indication that 844021 affects gradle
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
844021: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=844021
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: affects 844020

2016-11-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> affects 844020 src:htsjdk
Bug #844020 [gradle] gradle 2.13 in unstable do not work with 
libnative-platform-java 0.11
Added indication that 844020 affects src:htsjdk
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
844020: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=844020
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 libjoda-time-java_2.9.6-1_amd64.changes

2016-11-11 Thread Debian FTP Masters
libjoda-time-java_2.9.6-1_amd64.changes uploaded successfully to localhost
along with the files:
  libjoda-time-java_2.9.6-1.dsc
  libjoda-time-java_2.9.6.orig.tar.xz
  libjoda-time-java_2.9.6-1.debian.tar.xz
  libjoda-time-java-doc_2.9.6-1_all.deb
  libjoda-time-java_2.9.6-1_2016T212500z-281ed3c7.buildinfo
  libjoda-time-java_2.9.6-1_all.deb

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#844021: libnative-platform-java 0.11-4 is not compatible with programs built with 0.10*

2016-11-11 Thread Emmanuel Bourg
Thank you for the report Vincent. libnative-platform-java/0.11 should
probably declare that it breaks gradle (<< 3.1~).

Emmanuel Bourg

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


Bug#839567: rake does not work with jruby

2016-11-11 Thread Miguel Landaeta
Hi,

Resuming the discussion about this bug, I believe the best solution we
can come up right now is to drop the Provides for ruby-interpreter in
jruby, given how late we are on the release cycle already.

However, I'd like to revisit this issue during "buster" development
cycle.

jruby provides high compatibility with MRI, so users should be able
to use rake and/or another standard ruby tools with jruby if they want.
We should have in place a simple way to switch interpreters.

I'd like to have jruby 9k packaged for "buster", so this package can
be more relevant and more useful for real world users, so it's likely
this need will surface again in the future.

I plan to upload the most recent upstream release for jruby 1.7.x this
weekend and fix all remaining RC bugs, unless there is an objection or
some unexpected blocker.

Cheers,

-- 
Miguel Landaeta, nomadium at debian.org
secure email with PGP 0x6E608B637D8967E9 available at http://miguel.cc/key.
"Faith means not wanting to know what is true." -- Nietzsche


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

libjoda-time-java_2.9.6-1_amd64.changes ACCEPTED into unstable

2016-11-11 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 11 Nov 2016 22:23:14 +0100
Source: libjoda-time-java
Binary: libjoda-time-java libjoda-time-java-doc
Architecture: source all
Version: 2.9.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 libjoda-time-java - Java date and time API
 libjoda-time-java-doc - Java date and time API (developer documentation)
Changes:
 libjoda-time-java (2.9.6-1) unstable; urgency=medium
 .
   * New upstream release
 - New build dependency on build-helper-maven-plugin
   * Switch to debhelper level 10
Checksums-Sha1:
 067b54861d764e1a79afaeea81b2abbf36452bb6 2335 libjoda-time-java_2.9.6-1.dsc
 9a2a3361950b2683d16d4679156068b801bffc64 635604 
libjoda-time-java_2.9.6.orig.tar.xz
 082bce594111aff18e93b3482dab123b7d7b51e9 4824 
libjoda-time-java_2.9.6-1.debian.tar.xz
 220f6e2e07f117f2a4e2b1a3c7de048a6bd46906 367216 
libjoda-time-java-doc_2.9.6-1_all.deb
 99e84a4327befc250ad68e909e980522e821b42a 13623 
libjoda-time-java_2.9.6-1_2016T212500z-281ed3c7.buildinfo
 d364c20a3c355fb7d9904b7e6f24e6344d21179d 514082 
libjoda-time-java_2.9.6-1_all.deb
Checksums-Sha256:
 08c83671ae8516484982296a71641924d9cf083430fa3b1656d12d61fb1cdec1 2335 
libjoda-time-java_2.9.6-1.dsc
 5a862d1a0dcd5272713981834f2c66cbe2feb61b63082be9132b864e9a94efb7 635604 
libjoda-time-java_2.9.6.orig.tar.xz
 badff505afa8a8506b67132c50537166a504f35beb729b0d90d2fa77303f8bb4 4824 
libjoda-time-java_2.9.6-1.debian.tar.xz
 5b26e7e3fcb02b249bd1e17dd8bdd1322b3a56051d887b95b625f396f3980d5b 367216 
libjoda-time-java-doc_2.9.6-1_all.deb
 861d109f803da0b72e9a60a84559483be60f197e14cbdce32b3cce9cc2e83c0f 13623 
libjoda-time-java_2.9.6-1_2016T212500z-281ed3c7.buildinfo
 7322c34d0c03eb125e9cbb7830794f469adde0554c169bbd673d6f967555fa51 514082 
libjoda-time-java_2.9.6-1_all.deb
Files:
 79893b84eb09c04800d1ad4a9187d3fa 2335 java optional 
libjoda-time-java_2.9.6-1.dsc
 0bcd9976ae3103d9afc254961b4db98b 635604 java optional 
libjoda-time-java_2.9.6.orig.tar.xz
 6d0aa3290c59f13393bf1252b1a9d582 4824 java optional 
libjoda-time-java_2.9.6-1.debian.tar.xz
 71a33bd4a15a013a5945bd6ecb7ff56f 367216 doc optional 
libjoda-time-java-doc_2.9.6-1_all.deb
 281ed3c7df9790038ef522425ae1e11b 13623 java optional 
libjoda-time-java_2.9.6-1_2016T212500z-281ed3c7.buildinfo
 847423da75bded5c0b049b510584e8ab 514082 java optional 
libjoda-time-java_2.9.6-1_all.deb

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJYJjcvAAoJEPUTxBnkudCsLOMQAMc13Yvb1bJz9GNnLutAnnRr
Kzp3ByFtMguSWeFMgkNnx8vPFc+wDMyn64sERppaLkxSElDyeunBq5yFwDqvkcgL
fDI0MNVcGkdUGJFPcsBYA0VTOUHVS1520NoRaY/XA2a9STDNoxM+6+5GG/BhjUpB
EIwAvIZeYGhfSYsGlMEyvlIalUi/DjR2PCLHe53wteRAW9jpVa0uHXIOKCDunDDr
0rHuf+JdJSxMhmB0ySBHbvM1nYxKvEC8L+2u14paWH9BCgzo1PxBc/03RVasxCSC
jZTfCKUoYEavNVsW1CVa27cVFn5zUko47DGJ6XLdmR4vNIw9TOB1RREHi7WetEDx
eR/a7a9GBa3Az7RFN+YykM2P9gmUDtHTosFzy/vgWN/n/hEAPpBcGfT8Gp8YfMiO
SHLuJl0nlM0Zfy/chostLNj/KvC/A4LVJlU1FF/EW9bpd8ohjfiBPUT66b+TrpJd
ylugCN+1pfIof/qgl0skBwkxo0qQ1w4q21yKED/wui3jsilfH/kZ1g3GXonLFLLl
pnysuY0WVyIifUj+kDHrePLTtMrE7z2JqaNimp6hKeYlSXJBaJCZV4xd0/asNTp4
ihV+m/9FrF6SdX3yiX6kvlThOReiUR1sLK7CvITvcMr318qZ+v+eHeRNvDsN4N0+
3/cpuj27Pym+YyJ/bvAg
=iTPS
-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.


Processing of powermock_1.6.6-1_amd64.changes

2016-11-11 Thread Debian FTP Masters
powermock_1.6.6-1_amd64.changes uploaded successfully to localhost
along with the files:
  powermock_1.6.6-1.dsc
  powermock_1.6.6.orig.tar.xz
  powermock_1.6.6-1.debian.tar.xz
  libpowermock-java_1.6.6-1_all.deb
  powermock_1.6.6-1_2016T214423z-f0ecf7f2.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#844021: libnative-platform-java 0.11-4 is not compatible with programs built with 0.10*

2016-11-11 Thread Vincent Danjean
Le 11/11/2016 à 22:38, Emmanuel Bourg a écrit :
> Thank you for the report Vincent. libnative-platform-java/0.11 should
> probably declare that it breaks gradle (<< 3.1~).

The rebuild of gradle 2.13 breaks during tests:
[...]
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':test'.
[...]

Is there an easy way to (temporary) disable tests in gradle build?

I would like to try:
- first: rebuild gradle 2.13
  * without tests
  * with libnative-platform-java/0.11 installed
  * using the gradle version in sid
- then: rebuild gradle 2.13
  * with tests
  * with libnative-platform-java/0.11 installed
  * using the previous gradle build

but I do not know how/what to desactivate the (currently failing)
tests in the first build.

  Regards,
Vincent

> Emmanuel Bourg
> 


-- 
Vincent Danjean   GPG key ID 0xD17897FA vdanj...@debian.org
GPG key fingerprint: 621E 3509 654D D77C 43F5  CA4A F6AE F2AF D178 97FA
Unofficial pkgs: http://moais.imag.fr/membres/vincent.danjean/deb.html
APT repo:  deb http://people.debian.org/~vdanjean/debian unstable main

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

Bug#839567: rake does not work with jruby

2016-11-11 Thread Christian Hofstaedtler
* Miguel Landaeta  [16 22:46]:
> Resuming the discussion about this bug, I believe the best solution we
> can come up right now is to drop the Provides for ruby-interpreter in
> jruby, given how late we are on the release cycle already.
> 
> However, I'd like to revisit this issue during "buster" development
> cycle.

Sure. I'd suggest coming to the next ruby sprint, whenever that will
be. Discussing the correct dependencies is a lot easier with a
whiteboard.

Cheers,
-- 
christian hofstaedtler 

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


powermock_1.6.6-1_amd64.changes ACCEPTED into unstable

2016-11-11 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 11 Nov 2016 22:43:23 +0100
Source: powermock
Binary: libpowermock-java
Architecture: source all
Version: 1.6.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 libpowermock-java - PowerMock testing framework for Java
Changes:
 powermock (1.6.6-1) unstable; urgency=medium
 .
   * New upstream release
 - Refreshed the patch
   * Switch to debhelper level 10
Checksums-Sha1:
 708819e59e11b5c2760b2a2db42cd4041f4a6d11 2203 powermock_1.6.6-1.dsc
 8c7a6b1ed5e8b1f9a019090d208aea25adb6376d 512564 powermock_1.6.6.orig.tar.xz
 ff79ce6f0583a324a6e342f25760e1b6755d49f6 5368 powermock_1.6.6-1.debian.tar.xz
 fde13be2bd213a6f1bb57f3a166e96cc176d993d 553506 
libpowermock-java_1.6.6-1_all.deb
 6debd1eca79e6346173d5f16077a6b3575b8ff3c 13599 
powermock_1.6.6-1_2016T214423z-f0ecf7f2.buildinfo
Checksums-Sha256:
 05cc1d08a666a87cdedd3b6cb3b2cc5133236709e2820b019231f00df74b8278 2203 
powermock_1.6.6-1.dsc
 8102d12ca82652827991559f5750630ed0ec1325710271f36905171e42405bc8 512564 
powermock_1.6.6.orig.tar.xz
 6fb8a27d06db9ef6248988f9a42285cc47c74efc64d7784bdecdde4f80f720fd 5368 
powermock_1.6.6-1.debian.tar.xz
 f9cc153ff76dbc417f005964de164248ee654c8a70bff1ddd0e8ed6e29bc9e86 553506 
libpowermock-java_1.6.6-1_all.deb
 f8094be2b2dff6cea841a664aeaef7faceccfc6cb079366f125c897129f12894 13599 
powermock_1.6.6-1_2016T214423z-f0ecf7f2.buildinfo
Files:
 781f5cf23ebf8c2973d22a5330c0a3ea 2203 java optional powermock_1.6.6-1.dsc
 e279977b4991a092255dd8691e25f8f1 512564 java optional 
powermock_1.6.6.orig.tar.xz
 f7dc548a255e831bf0d28189bf81dc22 5368 java optional 
powermock_1.6.6-1.debian.tar.xz
 81453e279a826e6f5a912a2a46c4bf52 553506 java optional 
libpowermock-java_1.6.6-1_all.deb
 f0ecf7f24399a97f5bd9a7281a60178c 13599 java optional 
powermock_1.6.6-1_2016T214423z-f0ecf7f2.buildinfo

-BEGIN PGP SIGNATURE-

iQIbBAEBCAAGBQJYJju5AAoJEPUTxBnkudCs7ooP9jkuuV3BsrWS1sUnGGEj3igH
eq9sAmhJwyk20eyszWccQBfpdt8fAB+SrcGXzh5R9b9hhunEhx6nJklZ/HC5NcLr
3FTW2qryZLyBuuokorxJzEUm8XflIRPDtyoEKxPYwxuZv7KNNUGLwKVhIAHrALAg
BpHt5rBsGBRAV3zs8XfT55EgPthxUSSonmVm2/mcq36vwGDhKWbFsiiG0H6WN/cE
2YNS/sf3FvAbgViVD39WySfm0OWqu0CD0wNU7wiVKw1uI1FGbUv+oWcxFJ29xS1g
8saApJLfzxDORNnK3mrmhPe84bgwiDfCJ2kN7MZX4Fd/OtmBQxk6VfmDzQqJGPjw
1vAYe2PACGq5bDVljJNuqw8JXgqrQf27vjV5B2XGGS5ioQdjMcJpN4AwjDjvSpuS
jp82LVHyB8JwdMXsP5RWMn0o69qRJBL9pVjkew3OHvRZT5oD2bK4zvAKWA5MMKJb
C7ko2e8XoYOnnBhsQ5+Hhg1WZC8qmSg8TNvuM4lqbd1a4N7YbS/guk+CeEagz9Fn
hQunBY6VmVaelZmtnZLHqjDTBBXklVvqbND3TRpvSo4LvV4kjPK/VGW3ENGR/XbD
xYCyAyV5kmbobxr4zElbhtiZcpVEaNDGyXSJZyKx3PWgloZzmVmgMY/DfyJQNIOw
vZQiyE3HsK7eaOA/SXE=
=F4wu
-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.


Processing of libspring-java_4.3.4-1_amd64.changes

2016-11-11 Thread Debian FTP Masters
libspring-java_4.3.4-1_amd64.changes uploaded successfully to localhost
along with the files:
  libspring-java_4.3.4-1.dsc
  libspring-java_4.3.4.orig.tar.xz
  libspring-java_4.3.4-1.debian.tar.xz
  libspring-aop-java_4.3.4-1_all.deb
  libspring-beans-java_4.3.4-1_all.deb
  libspring-context-java_4.3.4-1_all.deb
  libspring-context-support-java_4.3.4-1_all.deb
  libspring-core-java_4.3.4-1_all.deb
  libspring-expression-java_4.3.4-1_all.deb
  libspring-instrument-java_4.3.4-1_all.deb
  libspring-java_4.3.4-1_2016T223408z-a6d9a7ce.buildinfo
  libspring-jdbc-java_4.3.4-1_all.deb
  libspring-jms-java_4.3.4-1_all.deb
  libspring-messaging-java_4.3.4-1_all.deb
  libspring-orm-java_4.3.4-1_all.deb
  libspring-oxm-java_4.3.4-1_all.deb
  libspring-test-java_4.3.4-1_all.deb
  libspring-transaction-java_4.3.4-1_all.deb
  libspring-web-java_4.3.4-1_all.deb
  libspring-web-portlet-java_4.3.4-1_all.deb
  libspring-web-servlet-java_4.3.4-1_all.deb

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.


libspring-java_4.3.4-1_amd64.changes ACCEPTED into unstable

2016-11-11 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 11 Nov 2016 23:32:01 +0100
Source: libspring-java
Binary: libspring-core-java libspring-beans-java libspring-aop-java 
libspring-context-java libspring-context-support-java libspring-web-java 
libspring-web-servlet-java libspring-web-portlet-java libspring-test-java 
libspring-transaction-java libspring-jdbc-java libspring-messaging-java 
libspring-jms-java libspring-orm-java libspring-expression-java 
libspring-oxm-java libspring-instrument-java
Architecture: source all
Version: 4.3.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 libspring-aop-java - modular Java/J2EE application framework - AOP
 libspring-beans-java - modular Java/J2EE application framework - Beans
 libspring-context-java - modular Java/J2EE application framework - Context
 libspring-context-support-java - modular Java/J2EE application framework - 
Context Support
 libspring-core-java - modular Java/J2EE application framework - Core
 libspring-expression-java - modular Java/J2EE application framework - 
Expression language
 libspring-instrument-java - modular Java/J2EE application framework - 
Instrumentation
 libspring-jdbc-java - modular Java/J2EE application framework - JDBC tools
 libspring-jms-java - modular Java/J2EE application framework - JMS tools
 libspring-messaging-java - modular Java/J2EE application framework - Messaging 
tools
 libspring-orm-java - modular Java/J2EE application framework - ORM tools
 libspring-oxm-java - modular Java/J2EE application framework - Object/XML 
Mapping
 libspring-test-java - modular Java/J2EE application framework - Test helpers
 libspring-transaction-java - modular Java/J2EE application framework - 
transaction
 libspring-web-java - modular Java/J2EE application framework - Web
 libspring-web-portlet-java - modular Java/J2EE application framework - Portlet 
MVC
 libspring-web-servlet-java - modular Java/J2EE application framework - Web 
Portlet
Changes:
 libspring-java (4.3.4-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release
 - Refreshed the patches
   * Generate the pom files automatically with gradle-debian-helper 1.4
   * Switch to debhelper level 10
Checksums-Sha1:
 dc1a2e0c858ae519297fb8e1c071c744b40c4bc0 5205 libspring-java_4.3.4-1.dsc
 901aee38eafce873cc1139bcaa8fe4ab25877ce9 7041388 
libspring-java_4.3.4.orig.tar.xz
 3960bcae3ab759bc6e4ebc1b66f7fb1c0043709d 16468 
libspring-java_4.3.4-1.debian.tar.xz
 fa08a935e450cc70b734f1bd8015ee5399adf69d 383864 
libspring-aop-java_4.3.4-1_all.deb
 35dd88765990446b62ba5436d4ac99f920486ea2 677302 
libspring-beans-java_4.3.4-1_all.deb
 d27c41d178eb1b4902e7b37cbf619d7ac3015190 975596 
libspring-context-java_4.3.4-1_all.deb
 43f8acb352cb94253623ea942558ab079abb57eb 170684 
libspring-context-support-java_4.3.4-1_all.deb
 4ef01f313e2de34f037133e8b40e6d74510d6243 998368 
libspring-core-java_4.3.4-1_all.deb
 5058f71a0dcbcfe5e67ff9ec2268228a4d11971c 250572 
libspring-expression-java_4.3.4-1_all.deb
 099b1b6252e5ae929e4f059857631ac450293f6e 20772 
libspring-instrument-java_4.3.4-1_all.deb
 a4afc7213322fe0561e2b140807e5ca700fa589a 23648 
libspring-java_4.3.4-1_2016T223408z-a6d9a7ce.buildinfo
 fe654c68ea09edd6c2cf01309cba1badd18420f1 380822 
libspring-jdbc-java_4.3.4-1_all.deb
 ced230243d9736f7af3d3b99492291caabf906c4 266038 
libspring-jms-java_4.3.4-1_all.deb
 52d0c12a2dd615342d91b815f2f52b0a0cb1fe57 341474 
libspring-messaging-java_4.3.4-1_all.deb
 04176a12c08847e3f4de66e1d3e39df04615d209 269114 
libspring-orm-java_4.3.4-1_all.deb
 9180b4b7e0fa95ea82453d4ad4b9445ce0c44033 86914 
libspring-oxm-java_4.3.4-1_all.deb
 e046339b9ea201e729837d50c2bf6d6f7c5e16a7 497654 
libspring-test-java_4.3.4-1_all.deb
 5ee65ddcc25e178967ae186957066816a53b41b6 228410 
libspring-transaction-java_4.3.4-1_all.deb
 bf6331c79726c2aadb1d7f2aecab5095442fc911 711012 
libspring-web-java_4.3.4-1_all.deb
 eebcb5fe339d0066a8c289abedebbe75f760f348 166228 
libspring-web-portlet-java_4.3.4-1_all.deb
 a1043131e3ac873370325722c5bf974673cc3a60 810824 
libspring-web-servlet-java_4.3.4-1_all.deb
Checksums-Sha256:
 2406547a8db8a66f5412373ccbed3af0fd9289c05c944af7b54c7baa66a3e576 5205 
libspring-java_4.3.4-1.dsc
 6ea386ede1334ff20b7440834b0d0d8fe4e5a91d3565019a76b74b34eba5890b 7041388 
libspring-java_4.3.4.orig.tar.xz
 46078d5ce62fb15d29b0fb5a8c0267fe45c143f737bb81294e55b104c43cf87c 16468 
libspring-java_4.3.4-1.debian.tar.xz
 3f996221c760bf3a6beebabd0e300db624d3e33b1f44b3b8899f2d887aa6c514 383864 
libspring-aop-java_4.3.4-1_all.deb
 82264ae7cdab684a11f360efbe31cc8ad080accaeb8f5d96cda845c596a6d1d1 677302 
libspring-beans-java_4.3.4-1_all.deb
 df4fd19cb691e7b54171b823e9ecbf6d6aa15fa0bc90730ef1e4b30c90984039 975596 
libspring-context-java_4.3.4-1_all.deb
 cd65466c6c93515e74e01680221c9b13aae0312392be3dc3dce9285f75c41b4c 170684 
libspring-context-support-java_4.3.4-1_all.deb
 26b07b441f9d5e71175e18a8979e4a2a1a705e5a

Processing of gradle-debian-helper_1.4.2_amd64.changes

2016-11-11 Thread Debian FTP Masters
gradle-debian-helper_1.4.2_amd64.changes uploaded successfully to localhost
along with the files:
  gradle-debian-helper_1.4.2.dsc
  gradle-debian-helper_1.4.2.tar.xz
  gradle-debian-helper_1.4.2_2016T223954z-b66face7.buildinfo
  gradle-debian-helper_1.4.2_all.deb

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.


gradle-debian-helper_1.4.2_amd64.changes ACCEPTED into unstable

2016-11-11 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 11 Nov 2016 23:27:06 +0100
Source: gradle-debian-helper
Binary: gradle-debian-helper
Architecture: source all
Version: 1.4.2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 gradle-debian-helper - Helper tools for building Debian packages with Gradle
Changes:
 gradle-debian-helper (1.4.2) unstable; urgency=medium
 .
   * Clean the generated POMs of the ignored subprojects
Checksums-Sha1:
 b1dd808f4825bb5a6abe44d32b473163d4f39d76 1780 gradle-debian-helper_1.4.2.dsc
 4ca96bf40734db09329a73d2710f31858112b5aa 13612 
gradle-debian-helper_1.4.2.tar.xz
 02c6dc6dc1bc078da3fb5f773654ab7bb7695944 14916 
gradle-debian-helper_1.4.2_2016T223954z-b66face7.buildinfo
 771c9a1f4da73de3ed8f4c9ac7ec67121f7b4069 21584 
gradle-debian-helper_1.4.2_all.deb
Checksums-Sha256:
 851cd819311ed493a8ab32d89b120568347636e70c0afac311b6bfb0ac71a75e 1780 
gradle-debian-helper_1.4.2.dsc
 d28dac5f2d0e2964839b309bbda88de906b0a730ad292709d66973c8327bc8eb 13612 
gradle-debian-helper_1.4.2.tar.xz
 422647ab96c27464ee6b680ea38bb2767c1c9a3d83c4f4f1209e1ef27c32ae65 14916 
gradle-debian-helper_1.4.2_2016T223954z-b66face7.buildinfo
 2f6764bf279675155944c1cc82ea5413bcfa2ba6860f6581dcbdc366e103a651 21584 
gradle-debian-helper_1.4.2_all.deb
Files:
 dd8a56c8243e8d42e93558ab6d4a5d3b 1780 java optional 
gradle-debian-helper_1.4.2.dsc
 17ce306afade7b2cfd0a5bae80a308f2 13612 java optional 
gradle-debian-helper_1.4.2.tar.xz
 b66face729014329709606cb0991b44d 14916 java optional 
gradle-debian-helper_1.4.2_2016T223954z-b66face7.buildinfo
 de0ff52105369ed7d91552bf06450b30 21584 java optional 
gradle-debian-helper_1.4.2_all.deb

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJYJki9AAoJEPUTxBnkudCsF8cQAKMyGcdyw51KwzPJZlHD1HyY
1ExRw5L513rmYCbKiTqU5jYVKpn5diP7uhEArTfuurCjv0zaHlkpCMubF6tYCxbR
tEGzht8IrlrLI+vUQJxdKKIXdVmgR/sie6SgLe3j6/5SPrTa5g+o1Peb5NFtMnks
bsj0DOKhGA6w5PR8PaGH1MHiX3f0LIf/8Q4+jzjQZozN2pc/NVnHRlsJQWx3VDWj
VRBowAQoIPc3YBjyXfRH+++SfPk9a5jK5y/qmnyfhq5ZtTaUqM9UaPkoVfsQmWdY
GKBUh/aZPpCQhLIz93iDufZ4RGY9p22Ko5FAfbJo9wyuF+HOQs2E5u9U6SyBS3mP
/9qZSZek4cKDV3Z/8x7ctt6G30Wbpl3//i8yxSoZMhdiNhXlK+AlCcfzDIrCL7nE
uGAjAVN1bPjEBcl4IgL+u5KqM0r+ZBwGuF7/cFB18zKzXYmyyXi3T8w9rVGSiL3P
OZzFhaJ6GUNmpiyxwPUXuWWPJUu2xU5uJ87OT2XEyc/d/yePbN+0aNF8Hbd66pzu
uuKhjYH2CVGf9i6ETCGfytptOEIEIIQNXe41f93AJF4NxFzFukoNCGDFxHGh8P7d
wxVy22pdOuzsCN80NLzp2Re72FBlY8mdsPwUwy31FQb0KrAkx80W7nmpGVeFGKyZ
7Q0PFLyMlE+Y2PyLbeb8
=2Z3P
-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.


reproducible.debian.net status changes for libhibernate3-java

2016-11-11 Thread Reproducible builds folks
2016-11-11 04:44 
https://tests.reproducible-builds.org/debian/unstable/amd64/libhibernate3-java 
changed from FTBFS -> unreproducible

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


reproducible.debian.net status changes for jmock2

2016-11-11 Thread Reproducible builds folks
2016-11-11 17:12 
https://tests.reproducible-builds.org/debian/unstable/amd64/jmock2 changed from 
unreproducible -> FTBFS

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


reproducible.debian.net status changes for commons-io

2016-11-11 Thread Reproducible builds folks
2016-11-11 06:45 
https://tests.reproducible-builds.org/debian/unstable/amd64/commons-io changed 
from FTBFS -> reproducible

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