Bug#724455: [PATCH] Add support for Oracle JDK 8 on armhf

2014-02-12 Thread Christopher Huhn
From: C. Huhn spo...@knollhuhn.de

Tags: patch

Hi,

this patch adds support for Oracle Java 8 preview on armhf. 
The generated package works on my box (only tested 'java -version' yet though).
Setting the j2se_arch to arm-vfp-hflt is rather ugly, but that seems to be 
the prefered upstream naming.

Cheers,
Christopher

---
 lib/jdk.sh|2 +-
 lib/oracle-jdk.sh |6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/jdk.sh b/lib/jdk.sh
index 7ae61f0..de058ab 100644
--- a/lib/jdk.sh
+++ b/lib/jdk.sh
@@ -6,7 +6,7 @@ j2sdk_control() {
 if [ ${DEB_BUILD_ARCH:0:3} = arm ]; then
 # ARM is only softfloat ATM so if building on armhf
 # force the dependencies to pickup cross platform fu
-if [ ${DEB_BUILD_ARCH} == armhf ]; then
+if [ ${DEB_BUILD_ARCH} == armhf -a ${j2se_arch} != 
arm-vfp-hflt ]; then
 depends=libc6-armel, libsfgcc1, libsfstdc++6
 fi
 # No browser on ARM yet
diff --git a/lib/oracle-jdk.sh b/lib/oracle-jdk.sh
index 18a84ed..4dcb276 100644
--- a/lib/oracle-jdk.sh
+++ b/lib/oracle-jdk.sh
@@ -20,12 +20,12 @@ oracle_j2sdk_detect() {
   fi
 
   # Early Access Release (jdk-8-ea-bin-b103-linux-i586-15_aug_2013.tar.gz)
-  if [[ $archive_name =~ 
jdk-([0-9]+)(u([0-9]+))?-(ea|fcs)-bin-(b[0-9]+)-linux-(i586|x64|amd64).*\.(bin|tar\.gz)
 ]]
+  if [[ $archive_name =~ 
jdk-([0-9]+)(u([0-9]+))?-(ea|fcs)-(bin-)?(b[0-9]+)-linux-(i586|x64|amd64|arm-vfp-hflt).*\.(bin|tar\.gz)
 ]]
   then
 j2se_release=${BASH_REMATCH[1]}
 j2se_update=${BASH_REMATCH[3]}
-j2se_build=${BASH_REMATCH[5]}
-j2se_arch=${BASH_REMATCH[6]}
+j2se_build=${BASH_REMATCH[6]}
+j2se_arch=${BASH_REMATCH[7]}
 if [[ $j2se_update !=  ]]
 then
   j2se_version_name=$j2se_release Update $j2se_update Early Access 
Release Build $j2se_build
-- 
1.7.10.4

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#724455: [PATCH] Add support for Oracle JDK 8 on armhf

2014-02-12 Thread Emmanuel Bourg
Hi Christopher,

Thank you for the patch. I applied it but I haven't been able to test
it. Could you please checkout the package from alioth and give it a try?

https://alioth.debian.org/anonscm/git/pkg-java/java-package.git

Thank you,

Emmanuel Bourg

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#732320: java-package: for jdk provide alternative to bin/java rather than jre/bin/java

2014-02-12 Thread Emmanuel Bourg
 firstly, a JDK is usually installed to be used as JDK not a JRE (else one
 would use the JRE to begin with). secondly, Eclipse/ANT continually
 complaints about the java exec not being from an JDK, preventing the use
 of the same JRE as Eclipse uses and thus a several features requiring ANT
 to use the same java as Eclipse does.

Hi Arne,

Could you paste an example of warning displayed by Ant and Eclipse
please? What Ant task triggers this warning exactly?

Emmanuel Bourg

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processed: your mail

2014-02-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 fixed 736502 0.53
Bug #736502 [java-package] java-package: Generated Provides line in control 
file contains incorret packages
Marked as fixed in versions java-package/0.53.
 close 736502
Bug #736502 [java-package] java-package: Generated Provides line in control 
file contains incorret packages
Marked Bug as done

End of message, stopping processing here.

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

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


freehep-graphics2d 2.1.1-4 MIGRATED to testing

2014-02-12 Thread Debian testing watch
FYI: The status of the freehep-graphics2d source package
in Debian's testing distribution has changed.

  Previous version: 2.1.1-3
  Current version:  2.1.1-4

-- 
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 http://release.debian.org/testing-watch/ for more information.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


libpdfbox-java 1:1.8.4+dfsg-1 MIGRATED to testing

2014-02-12 Thread Debian testing watch
FYI: The status of the libpdfbox-java source package
in Debian's testing distribution has changed.

  Previous version: 1:1.8.3+dfsg-1
  Current version:  1:1.8.4+dfsg-1

-- 
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 http://release.debian.org/testing-watch/ for more information.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


jaxb-api 2.2.9-1 MIGRATED to testing

2014-02-12 Thread Debian testing watch
FYI: The status of the jaxb-api source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  2.2.9-1

-- 
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 http://release.debian.org/testing-watch/ for more information.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#724455: [PATCH] Add support for Oracle JDK 8 on armhf

2014-02-12 Thread Christopher Huhn

Am 12.02.2014 12:38, schrieb Emmanuel Bourg:

Could you please checkout the package from alioth and give it a try?


Works as expected.

Cheers,
Christopher

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#735786: checkstyle: FTBFS: ant-phase-compile.xml:14: java.lang.NullPointerException

2014-02-12 Thread Emmanuel Bourg
This issue is caused by a regression in Ant 1.9.3. It has been fixed
upstream.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#738786: libasync-http-client-java: Wrong upstream Homepage URL

2014-02-12 Thread Matanya Moses
Package: libasync-http-client-java
Version: 1.6.5
Severity: minor

libasync-http-client-java Homepage in the control file should point at 
https://github.com/AsyncHttpClient/async-http-client 
instead of the wrong https://github.com/sonatype/async-http-client which is 
currently in use

-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#738789: libhamcrest-java: FTBFS: bad class file: hamcrest-core-1.3.jar(org/hamcrest/Description.class)

2014-02-12 Thread Daniel Schepler
Source: libhamcrest-java
Version: 1.3-4
Severity: serious

From my pbuilder build log:

...
library:
[mkdir] Created dir:
/tmp/buildd/libhamcrest-java-1.3/build/temp/hamcrest-library/generated-code
[mkdir] Created dir:
/tmp/buildd/libhamcrest-java-1.3/build/temp/hamcrest-library-1.3.jar.manifest
[mkdir] Created dir:
/tmp/buildd/libhamcrest-java-1.3/build/temp/hamcrest-library-1.3.jar.contents
[javac] Compiling 28 source files to
/tmp/buildd/libhamcrest-java-1.3/build/temp/hamcrest-library-1.3.jar.contents
[javac] warning: [options] bootstrap class path not set in
conjunction with -source 1.5
[javac] 
/tmp/buildd/libhamcrest-java-1.3/hamcrest-library/src/main/java/org/hamcrest/beans/HasProperty.java:5:
error: cannot access Description
[javac] import org.hamcrest.Description;
[javac]^
[javac]   bad class file:
/tmp/buildd/libhamcrest-java-1.3/build/hamcrest-core-1.3.jar(org/hamcrest/Description.class)
[javac] unable to access file: corrupted zip file
[javac] Please remove or make sure it appears in the correct
subdirectory of the classpath.

BUILD FAILED
/tmp/buildd/libhamcrest-java-1.3/build.xml:59: The following error
occurred while executing this line:
/tmp/buildd/libhamcrest-java-1.3/build.xml:290: Compile failed; see
the compiler error output for details.

Total time: 2 seconds
make: *** [debian/stamp-ant-build] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processed: your mail

2014-02-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 735786 ant 1.9.3-1
Bug #735786 [src:checkstyle] checkstyle: FTBFS: ant-phase-compile.xml:14: 
java.lang.NullPointerException
Bug reassigned from package 'src:checkstyle' to 'ant'.
No longer marked as found in versions checkstyle/5.6-2.
Ignoring request to alter fixed versions of bug #735786 to the same values 
previously set
Bug #735786 [ant] checkstyle: FTBFS: ant-phase-compile.xml:14: 
java.lang.NullPointerException
Marked as found in versions ant/1.9.3-1.
 forwarded 735786 https://issues.apache.org/bugzilla/show_bug.cgi?id=55949
Bug #735786 [ant] checkstyle: FTBFS: ant-phase-compile.xml:14: 
java.lang.NullPointerException
Set Bug forwarded-to-address to 
'https://issues.apache.org/bugzilla/show_bug.cgi?id=55949'.
 affects 735786 checkstyle
Bug #735786 [ant] checkstyle: FTBFS: ant-phase-compile.xml:14: 
java.lang.NullPointerException
Added indication that 735786 affects checkstyle

End of message, stopping processing here.

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

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processed: your mail

2014-02-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded 723194 https://sourceforge.net/p/checkstyle/bugs/705/
Bug #723194 [checkstyle] checkstyle: Some custom configs do not work: Unable to 
instantiate DoubleCheckedLocking
Set Bug forwarded-to-address to 
'https://sourceforge.net/p/checkstyle/bugs/705/'.

End of message, stopping processing here.

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

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processed: tagging 738786

2014-02-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 738786 + pending
Bug #738786 [libasync-http-client-java] libasync-http-client-java: Wrong 
upstream Homepage URL
Added tag(s) pending.
 thanks
Stopping processing here.

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

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of async-http-client_1.6.5-2_amd64.changes

2014-02-12 Thread Debian FTP Masters
async-http-client_1.6.5-2_amd64.changes uploaded successfully to localhost
along with the files:
  async-http-client_1.6.5-2.dsc
  async-http-client_1.6.5-2.debian.tar.xz
  libasync-http-client-java_1.6.5-2_all.deb
  libasync-http-client-java-doc_1.6.5-2_all.deb

Greetings,

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

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


async-http-client_1.6.5-2_amd64.changes ACCEPTED into unstable

2014-02-12 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 12 Feb 2014 22:21:31 -0800
Source: async-http-client
Binary: libasync-http-client-java libasync-http-client-java-doc
Architecture: source all
Version: 1.6.5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: tony mancill tmanc...@debian.org
Description: 
 libasync-http-client-java - Java Asynchronous HTTP Client
 libasync-http-client-java-doc - Documentation for Java Asynchronous HTTP Client
Closes: 738786
Changes: 
 async-http-client (1.6.5-2) unstable; urgency=medium
 .
   * Team upload.
   * Update Homepage URL (Closes: #738786)
   * Bump Standards-Version to 3.9.5.
   * Update DEP5 URL in debian/copyright; address lintian warning.
   * Bump DH dependency to 9.
Checksums-Sha1: 
 8def08cca35332fb842909b78938aa5b3b1448aa 2432 async-http-client_1.6.5-2.dsc
 3dfa6184b231bf4da9cd366543334bccc7bebb81 3520 
async-http-client_1.6.5-2.debian.tar.xz
 17b8e8c6f5e624e8e11925eb3b1840364d6677ff 310562 
libasync-http-client-java_1.6.5-2_all.deb
 f9366d9e10d417749565ffb92aa2ee15761eb194 1052288 
libasync-http-client-java-doc_1.6.5-2_all.deb
Checksums-Sha256: 
 807b048266699cc52c97e05a83af6977aafc24072e7e30b1becb0e38d8987409 2432 
async-http-client_1.6.5-2.dsc
 5f245a369c1dbbd9c95bcab8380908254f2c81e315e0775c926de5deb2efb18d 3520 
async-http-client_1.6.5-2.debian.tar.xz
 6967e8c07c05035ac615b30fc14316537d80e3cf2097691a791bce28b9c9677c 310562 
libasync-http-client-java_1.6.5-2_all.deb
 bac692a74afdda4b595e886215c1fa58acb4e24ad5f8659d864e7e8a0bebe10c 1052288 
libasync-http-client-java-doc_1.6.5-2_all.deb
Files: 
 52d870807b647b8ef2d841e570815215 2432 java optional 
async-http-client_1.6.5-2.dsc
 3e9b716c75632a321d910065294d6fa8 3520 java optional 
async-http-client_1.6.5-2.debian.tar.xz
 25e8bf2e17d83342ab423bd2d40299d4 310562 java optional 
libasync-http-client-java_1.6.5-2_all.deb
 b7253d65a17839cd34fea5054c91b451 1052288 doc optional 
libasync-http-client-java-doc_1.6.5-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJS/GYuAAoJECHSBYmXSz6WTfUQALQ394nH3M14PJ0IDBvuBN18
O8BnfJlxa4TdiQqRJmjqXpKYtmfb2dYd9iwMIB2JNCdwG2HXVxy/2Uue61YWZcw1
ey6uew5y9nEYDsV9shNRFKx1MYlE9Q/jGz3+s4K9fYs/ax9FQ5h6Nn/S7/OWFD6a
PUZFjTIJIDiioTcO/FRa35eeKjayvgk8HlY0wfQHRBdOJW1cD92KKo6swz6YoLB3
xs83C36hXHoT1Ioi+At4PXTwem0n3Uap13ksFbOjmvzzwZ9dEj/H3VGgzC4L5ZPq
k7DEUbo58HylDU/E0simSJM9X/5qXsTrjxKOk590HjgwXhPEYhmnMDsVfI4yl8rM
E6DJvPflQaHBMoIV/71Fp59nVm2/xnmyYUc0yE8VEJOU2jJkW7wZ4SeTe16nRXrW
+MSZ176eoXfBaRo5IQrynHo6ITVYgNJJiQdfXBPEIYuNSXEiv/ILDTIbjIZbIne4
8o3CDS4AybYMlJxJUT+HnpQ6j2WI14NXwrdJaD1Q7C3iDduoM0Y665KBdhK169GK
QCMzQApbhWlQ03CW6TRa4d1/9nQ3+axhm85v05gjGPvPEzPDkjV3/34ONGNbOsyO
j/lQOmLOD0KukrnYs8DwOntnkvC9BFAWcIc+y/6hGslDYH4I+aih6eqdM0aLugb6
oDn/2BVLCm7LXPDhXv0N
=Y7XQ
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#738786: marked as done (libasync-http-client-java: Wrong upstream Homepage URL)

2014-02-12 Thread Debian Bug Tracking System
Your message dated Thu, 13 Feb 2014 06:33:46 +
with message-id e1wdprm-0007oo...@franck.debian.org
and subject line Bug#738786: fixed in async-http-client 1.6.5-2
has caused the Debian Bug report #738786,
regarding libasync-http-client-java: Wrong upstream Homepage URL
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.)


-- 
738786: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738786
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libasync-http-client-java
Version: 1.6.5
Severity: minor

libasync-http-client-java Homepage in the control file should point at 
https://github.com/AsyncHttpClient/async-http-client 
instead of the wrong https://github.com/sonatype/async-http-client which is 
currently in use

-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
---End Message---
---BeginMessage---
Source: async-http-client
Source-Version: 1.6.5-2

We believe that the bug you reported is fixed in the latest version of
async-http-client, 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 738...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
tony mancill tmanc...@debian.org (supplier of updated async-http-client 
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: Wed, 12 Feb 2014 22:21:31 -0800
Source: async-http-client
Binary: libasync-http-client-java libasync-http-client-java-doc
Architecture: source all
Version: 1.6.5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: tony mancill tmanc...@debian.org
Description: 
 libasync-http-client-java - Java Asynchronous HTTP Client
 libasync-http-client-java-doc - Documentation for Java Asynchronous HTTP Client
Closes: 738786
Changes: 
 async-http-client (1.6.5-2) unstable; urgency=medium
 .
   * Team upload.
   * Update Homepage URL (Closes: #738786)
   * Bump Standards-Version to 3.9.5.
   * Update DEP5 URL in debian/copyright; address lintian warning.
   * Bump DH dependency to 9.
Checksums-Sha1: 
 8def08cca35332fb842909b78938aa5b3b1448aa 2432 async-http-client_1.6.5-2.dsc
 3dfa6184b231bf4da9cd366543334bccc7bebb81 3520 
async-http-client_1.6.5-2.debian.tar.xz
 17b8e8c6f5e624e8e11925eb3b1840364d6677ff 310562 
libasync-http-client-java_1.6.5-2_all.deb
 f9366d9e10d417749565ffb92aa2ee15761eb194 1052288 
libasync-http-client-java-doc_1.6.5-2_all.deb
Checksums-Sha256: 
 807b048266699cc52c97e05a83af6977aafc24072e7e30b1becb0e38d8987409 2432 
async-http-client_1.6.5-2.dsc
 5f245a369c1dbbd9c95bcab8380908254f2c81e315e0775c926de5deb2efb18d 3520 
async-http-client_1.6.5-2.debian.tar.xz
 6967e8c07c05035ac615b30fc14316537d80e3cf2097691a791bce28b9c9677c 310562 
libasync-http-client-java_1.6.5-2_all.deb
 bac692a74afdda4b595e886215c1fa58acb4e24ad5f8659d864e7e8a0bebe10c 1052288 
libasync-http-client-java-doc_1.6.5-2_all.deb
Files: 
 52d870807b647b8ef2d841e570815215 2432 java optional 
async-http-client_1.6.5-2.dsc
 3e9b716c75632a321d910065294d6fa8 3520 java optional 
async-http-client_1.6.5-2.debian.tar.xz
 25e8bf2e17d83342ab423bd2d40299d4 310562 java optional 
libasync-http-client-java_1.6.5-2_all.deb
 b7253d65a17839cd34fea5054c91b451 1052288 doc optional 
libasync-http-client-java-doc_1.6.5-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJS/GYuAAoJECHSBYmXSz6WTfUQALQ394nH3M14PJ0IDBvuBN18
O8BnfJlxa4TdiQqRJmjqXpKYtmfb2dYd9iwMIB2JNCdwG2HXVxy/2Uue61YWZcw1
ey6uew5y9nEYDsV9shNRFKx1MYlE9Q/jGz3+s4K9fYs/ax9FQ5h6Nn/S7/OWFD6a
PUZFjTIJIDiioTcO/FRa35eeKjayvgk8HlY0wfQHRBdOJW1cD92KKo6swz6YoLB3
xs83C36hXHoT1Ioi+At4PXTwem0n3Uap13ksFbOjmvzzwZ9dEj/H3VGgzC4L5ZPq
k7DEUbo58HylDU/E0simSJM9X/5qXsTrjxKOk590HjgwXhPEYhmnMDsVfI4yl8rM
E6DJvPflQaHBMoIV/71Fp59nVm2/xnmyYUc0yE8VEJOU2jJkW7wZ4SeTe16nRXrW
+MSZ176eoXfBaRo5IQrynHo6ITVYgNJJiQdfXBPEIYuNSXEiv/ILDTIbjIZbIne4
8o3CDS4AybYMlJxJUT+HnpQ6j2WI14NXwrdJaD1Q7C3iDduoM0Y665KBdhK169GK

Processing of eclipse-wtp_3.5.1-2_amd64.changes

2014-02-12 Thread Debian FTP Masters
eclipse-wtp_3.5.1-2_amd64.changes uploaded successfully to localhost
along with the files:
  eclipse-wtp_3.5.1-2.dsc
  eclipse-wtp_3.5.1-2.debian.tar.xz
  eclipse-wtp_3.5.1-2_all.deb
  eclipse-wtp-xmltools_3.5.1-2_all.deb
  eclipse-wtp-webtools_3.5.1-2_all.deb
  eclipse-wtp-xsl_3.5.1-2_all.deb
  eclipse-wtp-ws_3.5.1-2_all.deb
  eclipse-wtp-servertools_3.5.1-2_all.deb
  w3c-xsd-xslt_3.5.1-2_all.deb

Greetings,

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

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


eclipse-wtp_3.5.1-2_amd64.changes ACCEPTED into unstable

2014-02-12 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 10 Dec 2013 10:18:31 +0100
Source: eclipse-wtp
Binary: eclipse-wtp eclipse-wtp-xmltools eclipse-wtp-webtools eclipse-wtp-xsl 
eclipse-wtp-ws eclipse-wtp-servertools w3c-xsd-xslt
Architecture: source all
Version: 3.5.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Jakub Adam jakub.a...@ktknet.cz
Description: 
 eclipse-wtp - Eclipse Web Tools Platform
 eclipse-wtp-servertools - Eclipse WTP server tools
 eclipse-wtp-webtools - Eclipse HTML, CSS and Javascript tools
 eclipse-wtp-ws - Eclipse web services tools
 eclipse-wtp-xmltools - Eclipse XML tools and editors
 eclipse-wtp-xsl - Eclipse Extensible Stylesheet Language tools
 w3c-xsd-xslt - XML Schema for W3C EXtensible Stylesheet Language 
Transformations
Changes: 
 eclipse-wtp (3.5.1-2) unstable; urgency=medium
 .
   * Fix NullPointerException when creating static web project
 - into Ecore model, added default value for 'version' attribute
   of ProjectComponents class.
Checksums-Sha1: 
 2f8f717b5ae4f2f061384f22c445695d49db0630 2800 eclipse-wtp_3.5.1-2.dsc
 b02650136bfacf70d22887f34773776e4d2cd33a 30120 
eclipse-wtp_3.5.1-2.debian.tar.xz
 1df23e8d0e76326a44b6e277ef84e60b5b8ea696 2886130 eclipse-wtp_3.5.1-2_all.deb
 2b86e6d8b2d35b8096fc63d44e3224f48b315ab5 4565338 
eclipse-wtp-xmltools_3.5.1-2_all.deb
 77fa20da7eb9900c0ee3dd6f70bdfac36a6684ca 15384596 
eclipse-wtp-webtools_3.5.1-2_all.deb
 67aaf333c8434c1490e631098cb9a98dea5338be 2422012 
eclipse-wtp-xsl_3.5.1-2_all.deb
 47b724dec4f8e81be2d3e61a39d618b1383ca3b0 4206462 eclipse-wtp-ws_3.5.1-2_all.deb
 129305c2bb342cd1baa73ea85c6f94323d503bdc 112646 
eclipse-wtp-servertools_3.5.1-2_all.deb
 b8d8386cfdf89afc4e798f0fdcc4feef9116d93f 18628 w3c-xsd-xslt_3.5.1-2_all.deb
Checksums-Sha256: 
 650c1aa5dd06192dc7e8fa199f22c23b376d61ac5ef109945041d84c88519cd7 2800 
eclipse-wtp_3.5.1-2.dsc
 9aedb7deaf7b55bddc622c6140e2e32bb68979a8b6e44d041be293edb9f6cc9d 30120 
eclipse-wtp_3.5.1-2.debian.tar.xz
 1fc47b85b99a59e6053d4dfd7ca6cd575d0f5e4c11494ee779bf1c1698fd7cb6 2886130 
eclipse-wtp_3.5.1-2_all.deb
 ac94a550d750ff1bd1a0462a0218f71609e3ae64f78c27648546c410bf2002eb 4565338 
eclipse-wtp-xmltools_3.5.1-2_all.deb
 4676dafd0751247240815ce77ec29d8943e795b01ff79ebefd4c52f75ab254f3 15384596 
eclipse-wtp-webtools_3.5.1-2_all.deb
 c707ebb569edc7357ac3cf938add57056e5358ec122bc14379ec24989f1de33c 2422012 
eclipse-wtp-xsl_3.5.1-2_all.deb
 4c60bc14c970bb3b3bcf58f92f66f5726285371176888f2b959aad4d131215f5 4206462 
eclipse-wtp-ws_3.5.1-2_all.deb
 829bb1a04feb3d12df1ac64c3b70e48b9aa291025fc7d522f46a62506c31a7b8 112646 
eclipse-wtp-servertools_3.5.1-2_all.deb
 f15127430e0327e70fb65c61ae13a2f515f08568596efc9f0047061676f1d924 18628 
w3c-xsd-xslt_3.5.1-2_all.deb
Files: 
 631f266862fc4f4439278c1a9e81bb76 2800 devel optional eclipse-wtp_3.5.1-2.dsc
 23ba402a054c9699fe31d892fbd51dce 30120 devel optional 
eclipse-wtp_3.5.1-2.debian.tar.xz
 7837a41ab73fb9744fc83efa369409bb 2886130 devel optional 
eclipse-wtp_3.5.1-2_all.deb
 fb6a17f5cd7d4f182f133a87f5d772c0 4565338 devel optional 
eclipse-wtp-xmltools_3.5.1-2_all.deb
 1e209abf7ed864047b11ca71cfb4b790 15384596 devel optional 
eclipse-wtp-webtools_3.5.1-2_all.deb
 745fdb8f98052bdf62de126c5fe7ad4e 2422012 devel optional 
eclipse-wtp-xsl_3.5.1-2_all.deb
 60c790dcef83a550ed5181ff2be8165e 4206462 devel optional 
eclipse-wtp-ws_3.5.1-2_all.deb
 805381cf4ab685ccd4ceef21337c85e3 112646 devel optional 
eclipse-wtp-servertools_3.5.1-2_all.deb
 032615d1a61358fbdcccd8db44982a2a 18628 devel optional 
w3c-xsd-xslt_3.5.1-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJS/Gc7AAoJECHSBYmXSz6WzNAQAKYLyt96xf8TNm5zJ1QSmseU
6eLSHQ4bZPRXj5/BXSx1zjhK0Dk8zoOtIgUB0AARd3vd8nQLvGC4OoYIwS+YhWIV
uwTRRBM7Jw8OMVaVmKiO9+BMAXfswRDYC6jHifAfYog1ETjo/n1+lrkO2RKBrQl+
oGZwTd9IurMmURl9Kf+N+OmMKDnMrUpwCDo1qvdEUGj7d2xtHIdWtbm0S8wSOjrg
5iQ6iJk5a1kROHHeOUGaWEywobsosN8v5SJyhiGYzuP0PTypUdsxtjZmyzJ6WysR
BJH4/tAJPXL4LZdTF3MhPI9Y3BnSTTLdeUeYvEfn3+j78QDV+Z/6nom1ymypqW0k
Fc6sayZeAjxtKOj3SK9wkzwu7ciDrkiel8s5+wI+oaHGTSdAhSe3bun6MMg7Pop9
Ch5PTBWSmdgZCIqYrH2GWPaEPZVAC8q+skLTPFoQo8fc4Dvs8/I/UfFvbSEwLK/Z
rvuspFQJa5OibUaZsVBzhgPH6kfOZStaFpztruM5yMQPgqF+VNijE7hYVVuQlgkO
kEK7ikUYy/VF5Iq8LPX+qod5diTjYFZNj/JhTamiIGMLfkQBpLlwiW2lQV30fYoo
1vPC/VyU/1vxpbtKAiQfa0+j+U10TzhgWwCKpdGwoghVfwOcVsqf/nmMj0UOHvhi
MY7iN4IHjFW5vehFPmcs
=EiV4
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#738808: libbeansbinding-java: Wrong upstream Homepage URL

2014-02-12 Thread Matanya Moses
Package: libbeansbinding-java
Version: 1.2.1
Severity: minor

libbeansbinding-java Homepage in the control file should point at 
https://java.net/projects/beansbinding/ 
instead of the wrong http://beansbinding.dev.java.net/ which is currently in use


-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#738808: libbeansbinding-java: Wrong upstream Homepage URL

2014-02-12 Thread Emmanuel Bourg
Le 13/02/2014 08:22, Matanya Moses a écrit :

 libbeansbinding-java Homepage in the control file should point at 
 https://java.net/projects/beansbinding/ 
 instead of the wrong http://beansbinding.dev.java.net/ which is currently in 
 use

http://beansbinding.java.net works too.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.