Processed: tagging 795416

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

> tags 795416 + pending
Bug #795416 [src:jetty8] Please package version 9 of jetty
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
795416: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795416
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 commons-pool2_2.4.2-1_amd64.changes

2015-12-03 Thread Debian FTP Masters
commons-pool2_2.4.2-1_amd64.changes uploaded successfully to localhost
along with the files:
  commons-pool2_2.4.2-1.dsc
  commons-pool2_2.4.2.orig.tar.xz
  commons-pool2_2.4.2-1.debian.tar.xz
  libcommons-pool2-java_2.4.2-1_all.deb

Greetings,

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

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


commons-pool2_2.4.2-1_amd64.changes is NEW

2015-12-03 Thread Debian FTP Masters
binary:libcommons-pool2-java is NEW.
source:commons-pool2 is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html

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


undertow 1.3.7-1 MIGRATED to testing

2015-12-03 Thread Debian testing watch
FYI: The status of the undertow source package
in Debian's testing distribution has changed.

  Previous version: 1.3.5-1
  Current version:  1.3.7-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 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.


libgetopt-java 1.0.14+dfsg-3 MIGRATED to testing

2015-12-03 Thread Debian testing watch
FYI: The status of the libgetopt-java source package
in Debian's testing distribution has changed.

  Previous version: 1.0.14+dfsg-2
  Current version:  1.0.14+dfsg-3

-- 
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.


maven 3.3.9-2 MIGRATED to testing

2015-12-03 Thread Debian testing watch
FYI: The status of the maven source package
in Debian's testing distribution has changed.

  Previous version: 3.3.9-1
  Current version:  3.3.9-2

-- 
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.


netty-tcnative 1.1.33.Fork10-2 MIGRATED to testing

2015-12-03 Thread Debian testing watch
FYI: The status of the netty-tcnative source package
in Debian's testing distribution has changed.

  Previous version: 1.1.33.Fork6-1
  Current version:  1.1.33.Fork10-2

-- 
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.


Bug#799007: bouncycastle: please package a newer version or upload 1.51-1 to unstable

2015-12-03 Thread Markus Koschany
On Thu, 3 Dec 2015 00:53:01 +0100 Markus Koschany  wrote:
> I have patches for libitext-java and libitext5-java. There are only two
> remaining packages now:
> 
> voms-api-java
> jenkins-instance-identity

Ok, the update of jenkins-instance-identity was trivial. That leaves us
with just voms-api-java now. I have filed

https://bugs.debian.org/806920

for this one.



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

Bug#806995: please add documentation

2015-12-03 Thread Christopher Cramer
Package: scala-xml
Version: 1.0.3-3
Severity: minor
Tags: patch

Now that the XML library has been split from the standard library,
the documentation has disappeared. Please add the documentation.

The following patch creates a new scala-xml-doc package:

diff -urN scala-xml-1.0.3/debian/control new/scala-xml-1.0.3/debian/control
--- scala-xml-1.0.3/debian/control  2015-06-22 04:06:53.0 -0400
+++ new/scala-xml-1.0.3/debian/control  2015-12-03 07:54:58.435476143 -0500
@@ -17,3 +17,11 @@
  modern language features.
  .
  This package contains the standard Scala XML library.
+
+Package: scala-xml-doc
+Architecture: all
+Description: Standard Scala XML library documentation
+ Scala is a Java-compatible programming language with many
+ modern language features.
+ .
+ This package contains the documentation for the standard Scala XML library.
diff -urN scala-xml-1.0.3/debian/rules new/scala-xml-1.0.3/debian/rules
--- scala-xml-1.0.3/debian/rules2015-06-17 02:34:34.0 -0400
+++ new/scala-xml-1.0.3/debian/rules2015-12-03 14:52:28.512300571 -0500
@@ -20,9 +20,11 @@
echo "version.number=$(VERSION)"   >> 
target/classes/scala-xml.properties

jar cfm target/scala-xml.jar debian/manifest -C target/classes .
+   mkdir -p html
+   scaladoc -d html $(SOURCE_FILES)
 
 override_dh_auto_clean:
-   rm -Rf target
+   rm -Rf target html
 
 get-orig-source:
uscan --download-current-version --rename
diff -urN scala-xml-1.0.3/debian/scala-xml-doc.docs 
new/scala-xml-1.0.3/debian/scala-xml-doc.docs
--- scala-xml-1.0.3/debian/scala-xml-doc.docs   1969-12-31 19:00:00.0 
-0500
+++ new/scala-xml-1.0.3/debian/scala-xml-doc.docs   2015-12-03 
14:51:23.337909178 -0500
@@ -0,0 +1 @@
+html/

__
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 eclipse-rse

2015-12-03 Thread Reproducible builds folks
2015-12-03 03:05 https://reproducible.debian.net/unstable/amd64/eclipse-rse 
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 libiscwt-java

2015-12-03 Thread Reproducible builds folks
2015-12-03 10:41 https://reproducible.debian.net/unstable/amd64/libiscwt-java 
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 eclipse-cdt

2015-12-03 Thread Reproducible builds folks
2015-12-03 10:58 https://reproducible.debian.net/unstable/amd64/eclipse-cdt 
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 libjaxp1.3-java

2015-12-03 Thread Reproducible builds folks
2015-12-03 10:40 https://reproducible.debian.net/unstable/amd64/libjaxp1.3-java 
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 knopflerfish-osgi

2015-12-03 Thread Reproducible builds folks
2015-12-03 10:46 
https://reproducible.debian.net/unstable/amd64/knopflerfish-osgi 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 weka

2015-12-03 Thread Reproducible builds folks
2015-12-03 10:30 https://reproducible.debian.net/unstable/amd64/weka 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 libitext-java

2015-12-03 Thread Reproducible builds folks
2015-12-03 10:41 https://reproducible.debian.net/unstable/amd64/libitext-java 
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 maven-shared-incremental

2015-12-03 Thread Reproducible builds folks
2015-12-03 10:55 
https://reproducible.debian.net/unstable/amd64/maven-shared-incremental 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 isorelax

2015-12-03 Thread Reproducible builds folks
2015-12-03 10:47 https://reproducible.debian.net/unstable/amd64/isorelax 
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 libjpf-java

2015-12-03 Thread Reproducible builds folks
2015-12-03 10:46 https://reproducible.debian.net/unstable/amd64/libjpf-java 
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.