libxstream-java 1.4.9-2 MIGRATED to testing

2017-05-20 Thread Debian testing watch
FYI: The status of the libxstream-java source package
in Debian's testing distribution has changed.

  Previous version: 1.4.9-1
  Current version:  1.4.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.


reproducible.debian.net status changes for owasp-java-html-sanitizer

2017-05-20 Thread Reproducible builds folks
2017-05-20 01:08 
https://tests.reproducible-builds.org/debian/unstable/amd64/owasp-java-html-sanitizer
 changed from reproducible -> unreproducible
2017-05-20 02:42 
https://tests.reproducible-builds.org/debian/unstable/amd64/owasp-java-html-sanitizer
 changed from unreproducible -> reproducible

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


[Branch ~openjdk/openjdk/openjdk7] Rev 615: openjdk-7 (7u131-2.6.9-3) experimental; urgency=medium

2017-05-20 Thread noreply

revno: 615
committer: Matthias Klose 
branch nick: openjdk7
timestamp: Sat 2017-05-20 16:25:19 -0700
message:
  openjdk-7 (7u131-2.6.9-3) experimental; urgency=medium
  
* Only include the failing tests in the packages, not the whole test world.
* openjdk-7-jdk: Provide openjdk-7-jdk-headless.
  
   -- Matthias Klose   Sat, 20 May 2017 15:52:17 -0700
modified:
  changelog
  control
  control.in
  rules


--
lp:~openjdk/openjdk/openjdk7
https://code.launchpad.net/~openjdk/openjdk/openjdk7

Your team Debian Java Maintainers is subscribed to branch 
lp:~openjdk/openjdk/openjdk7.
To unsubscribe from this branch go to 
https://code.launchpad.net/~openjdk/openjdk/openjdk7/+edit-subscription
=== modified file 'changelog'
--- changelog	2017-05-17 04:47:17 +
+++ changelog	2017-05-20 23:25:19 +
@@ -1,3 +1,10 @@
+openjdk-7 (7u131-2.6.9-3) experimental; urgency=medium
+
+  * Only include the failing tests in the packages, not the whole test world.
+  * openjdk-7-jdk: Provide openjdk-7-jdk-headless.
+
+ -- Matthias Klose   Sat, 20 May 2017 15:52:17 -0700
+
 openjdk-7 (7u131-2.6.9-2) experimental; urgency=high
 
   [ Tiago Stürmer Daitx ]

=== modified file 'control'
--- control	2017-05-16 21:00:26 +
+++ control	2017-05-20 23:25:19 +
@@ -30,7 +30,7 @@
 Depends: openjdk-7-jre (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Recommends: libxt-dev
 Suggests: openjdk-7-demo, openjdk-7-source, visualvm
-Provides: java-sdk, java2-sdk, java5-sdk, java6-sdk, java7-sdk, java-compiler
+Provides: java-sdk, java2-sdk, java5-sdk, java6-sdk, java7-sdk, java-compiler, openjdk-7-jdk-headless
 Description: OpenJDK Development Kit (JDK)
  OpenJDK is a development environment for building applications,
  applets, and components using the Java programming language.

=== modified file 'control.in'
--- control.in	2017-05-16 21:00:26 +
+++ control.in	2017-05-20 23:25:19 +
@@ -30,7 +30,7 @@
 Depends: @basename@-jre (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Recommends: libxt-dev
 Suggests: @basename@-demo, @basename@-source, visualvm
-Provides: java-sdk, java2-sdk, java5-sdk, java6-sdk, java7-sdk, java-compiler
+Provides: java-sdk, java2-sdk, java5-sdk, java6-sdk, java7-sdk, java-compiler, @basename@-jdk-headless
 Description: OpenJDK Development Kit (JDK)
  OpenJDK is a development environment for building applications,
  applets, and components using the Java programming language.

=== modified file 'rules'
--- rules	2017-05-17 04:47:17 +
+++ rules	2017-05-20 23:25:19 +
@@ -410,7 +410,7 @@
 debian/patches/kfreebsd-support-jdk.diff \
 debian/patches/kfreebsd-support-hotspot.diff \
 debian/patches/kfreebsd-support-corba.diff
-
+
   ifeq (,$(filter noaltjamvm, $(DEB_BUILD_OPTIONS)))
 ifneq (,$(filter $(DEB_HOST_ARCH), $(jamvm_archs)))
   DISTRIBUTION_PATCHES += debian/patches/kfreebsd-support-jamvm.diff
@@ -1100,7 +1100,7 @@
 
 build-arch: build
 build-indep: build
-build: pre-build debian/control $(build_stamps)
+build: pre-build $(build_stamps)
 	if [ -f buildwatch.pid ]; then \
 	  pid=$$(cat buildwatch.pid); \
 	  kill -1 $$pid || :; sleep 1; kill -9 $$pid || :; \
@@ -1240,6 +1240,13 @@
 	   build/test/langtools \
 	   build/test/jtreg-$(VMNAME)
 
+	-for i in hotspot langtools jdk; do \
+	  for t in $$(egrep '^(FAILED|Error)' build/test/jtreg-$(VMNAME)/check-$$i.log | grep -v '^Error: Some tests failed' | sed 's/.* \(.*\)\.[^.][^.]*$$/\1/'); do \
+	echo test/jtreg-$(VMNAME)/$$i/JTwork/$$t.jtr; \
+	  done; \
+	done > build/test/failed_tests-$(VMNAME).list; \
+	XZ_DEFAULTS=-9v tar -C build -c -J -f build/test/failed_tests-$(VMNAME).tar.xz -T build/test/failed_tests-$(VMNAME).list
+
 	@echo "BEGIN jtreg-summary-$(VMNAME)"
 	-cat build/test/jtreg-$(VMNAME)/jtreg-summary.log
 	@echo "END jtreg-summary-$(VMNAME)"
@@ -1806,12 +1813,25 @@
 # pass vm name as first argument
 define install_test_results
 	mkdir -p $(d_jdk)/usr/share/doc/$(p_jrehl)/test-$(DEB_HOST_ARCH)
-	-cp build/mauve-$(1)/mauve_output-$(1) \
-	  $(d_jdk)/usr/share/doc/$(p_jrehl)/test-$(DEB_HOST_ARCH)/mauve_output-$(1).log
-	-cp build/test/jtreg_output-$(1) \
-	  $(d_jdk)/usr/share/doc/$(p_jrehl)/test-$(DEB_HOST_ARCH)/jtreg_output-$(1).log
-	-cp -r build/test/jtreg-$(1) \
-	  $(d_jdk)/usr/share/doc/$(p_jrehl)/test-$(DEB_HOST_ARCH)/
+	if [ -f build/mauve-$(1)/mauve_output-$(1) ]; then \
+	  cp build/mauve-$(1)/mauve_output-$(1) \
+	$(d_jdk)/usr/share/doc/$(p_jrehl)/test-$(DEB_HOST_ARCH)/mauve_output-$(1).log; \
+	  xz -9v $(d_jdk)/usr/share/doc/$(p_jrehl)/test-$(DEB_HOST_ARCH)/mauve_output-$(1).log; \
+	fi
+	if [ -f build/test/jtreg_output-$(1) ]; then \
+	  cp build/test/jtreg_output-$(1) \
+	$(d_jdk)/usr/share/doc/$(p_jrehl)/test-$(DEB_HOST_ARCH)/jtreg_output-$(1).log; \
+	  xz -9v $(d_jdk)/usr/share/doc/$(p_jrehl)/test-$(DEB_HOST_ARCH)/jtreg_output-$(1).log; \
+	fi
+	if [ -f build/test/jtreg-$(1)/

Bug#861786: marked as done (activemq: adjust CVE identifier retrospectively in debian/changelog for 5.14.3-3 upload)

2017-05-20 Thread Debian Bug Tracking System
Your message dated Sat, 20 May 2017 22:18:45 +
with message-id 
and subject line Bug#861786: fixed in activemq 5.14.5-1
has caused the Debian Bug report #861786,
regarding activemq: adjust CVE identifier retrospectively in debian/changelog 
for 5.14.3-3 upload
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.)


-- 
861786: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861786
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: activemq
Version: 5.14.3-3
Severity: minor

Hi activemq maintainers,

The CVE id was typoed in the 5.14.3-3 upload. To avoid confusion can
you consider adjusting the reference on any next upload of activemq?

The correct CVE id was CVE-2015-7559.

If you have in your team policy to not ammend older changelog entries,
then please close this request.

Regards,
Salvatore
--- End Message ---
--- Begin Message ---
Source: activemq
Source-Version: 5.14.5-1

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

Debian distribution maintenance software
pp.
Markus Koschany  (supplier of updated activemq 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: Sat, 20 May 2017 23:23:07 +0200
Source: activemq
Binary: libactivemq-java libactivemq-java-doc activemq
Architecture: source
Version: 5.14.5-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Markus Koschany 
Description:
 activemq   - Java message broker - server
 libactivemq-java - Java message broker core libraries
 libactivemq-java-doc - Java message broker core libraries - documentation
Closes: 861786
Changes:
 activemq (5.14.5-1) experimental; urgency=medium
 .
   * Team upload.
   * New upstream version 5.14.5.
   * Drop CVE-2017-7559.patch. Applied upstream.
   * Fix CVE version typo in last changelog entry. (Closes: #861786)
Checksums-Sha1:
 d2ff2df2f815184e2f4b3b455936613752e43444 3646 activemq_5.14.5-1.dsc
 ba396a50956d463fc29f4d1c67ca0c336c4fbe71 2631428 activemq_5.14.5.orig.tar.xz
 d0fbd3d86135b3d2304750517b26266ed23e8d99 15276 activemq_5.14.5-1.debian.tar.xz
 e49b742bd13f7862f15351cdedb20903115bc889 16819 
activemq_5.14.5-1_amd64.buildinfo
Checksums-Sha256:
 942dbdbb2ed240e20e2f05a3635283c56cdff0d93e2ac25b17cdef7c36051946 3646 
activemq_5.14.5-1.dsc
 6c8d0ccb21e381befd5172ad74fdbe9a2ee2c44b4aa0ba0ef23ac0be32a32406 2631428 
activemq_5.14.5.orig.tar.xz
 bb0a9286d653961a4ea9c9f7342b8b0b7e959b7ea840af339a5750987280a613 15276 
activemq_5.14.5-1.debian.tar.xz
 5b6c0969a20451a46b7ee241b034746f0bcc7abb660089b4bc2d3705c433d3b3 16819 
activemq_5.14.5-1_amd64.buildinfo
Files:
 06f8801827d70de2c1897dc4e34b8a42 3646 java optional activemq_5.14.5-1.dsc
 078eadde790a59c07614c98b2bf49405 2631428 java optional 
activemq_5.14.5.orig.tar.xz
 aadd7664ac03f19465a1c9f9eb6cb66c 15276 java optional 
activemq_5.14.5-1.debian.tar.xz
 16a7214de97e1b4fe9b9c5fbb50e3ed9 16819 java optional 
activemq_5.14.5-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlkguvlfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkUIkP/1LvH0IigU1hihTLl3LUwef+wIU4jVsvRYFD
F0XfGorV1DrzxCF8IEb9gnmvcFJCsvrRola3QD44d41OU26CCPqVkmYGJfVLMpkI
DuuxNtjKKBrlRYBYw2OxP4yMnDlzErSiE8Z19dWLdtkQKuOwv5FAoAZcpmnNjqHA
0kDimlWmLRJLWtKWlKzE5tAvdhNQsI+SGTSoWpPXTiZvLwJlnXcdftNmb3KKm96u
Jdec8mXNKIeWNzz/N6Khw4+gS8vz0prMtjH5Qi4JiIdExS+MlnOamg//4ivj6RNt
Sey/2Dm7D1XGEhL3VlCTUTuXG1HNrivcz/k/5PJCl9FKR5m4zo5fkNPQZ4MLk2Vb
TwpshuKdwZrM7ElN6DBp8EaQIdFQQpkseJgvobQGWc8vn7CvPfOMzxyCHBjm6j67
ClyEEvXN7HmSKhgXrhVWmMUbCV4wY0MQVV+Qhv68eDE2p8136+73CJ7RuRttmi7p
eOzJUUO2Ndb79r5SULBHXAWrMl+Zx8uT0cBiqGF0TWid25fbYsLc+Tj0h77KDJm+
y8JfGTHuONd9gTZR49uSdjXegeHOJtIJ3YPFauucMQvVoZ1o8Z/XXx9NDvETmJ1a
aZ7+FTuuWqfrFooFeWO9XhAo7LIA8AgKG+2jdd3v2CtsivkYqhjmJOUxIMqcNZwY
LBzyEiH8
=qNgA
-END PGP SIGNATURE End Message ---
__
This is the maintainer address of Debian's Java team


activemq_5.14.5-1_source.changes ACCEPTED into experimental

2017-05-20 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 20 May 2017 23:23:07 +0200
Source: activemq
Binary: libactivemq-java libactivemq-java-doc activemq
Architecture: source
Version: 5.14.5-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Markus Koschany 
Description:
 activemq   - Java message broker - server
 libactivemq-java - Java message broker core libraries
 libactivemq-java-doc - Java message broker core libraries - documentation
Closes: 861786
Changes:
 activemq (5.14.5-1) experimental; urgency=medium
 .
   * Team upload.
   * New upstream version 5.14.5.
   * Drop CVE-2017-7559.patch. Applied upstream.
   * Fix CVE version typo in last changelog entry. (Closes: #861786)
Checksums-Sha1:
 d2ff2df2f815184e2f4b3b455936613752e43444 3646 activemq_5.14.5-1.dsc
 ba396a50956d463fc29f4d1c67ca0c336c4fbe71 2631428 activemq_5.14.5.orig.tar.xz
 d0fbd3d86135b3d2304750517b26266ed23e8d99 15276 activemq_5.14.5-1.debian.tar.xz
 e49b742bd13f7862f15351cdedb20903115bc889 16819 
activemq_5.14.5-1_amd64.buildinfo
Checksums-Sha256:
 942dbdbb2ed240e20e2f05a3635283c56cdff0d93e2ac25b17cdef7c36051946 3646 
activemq_5.14.5-1.dsc
 6c8d0ccb21e381befd5172ad74fdbe9a2ee2c44b4aa0ba0ef23ac0be32a32406 2631428 
activemq_5.14.5.orig.tar.xz
 bb0a9286d653961a4ea9c9f7342b8b0b7e959b7ea840af339a5750987280a613 15276 
activemq_5.14.5-1.debian.tar.xz
 5b6c0969a20451a46b7ee241b034746f0bcc7abb660089b4bc2d3705c433d3b3 16819 
activemq_5.14.5-1_amd64.buildinfo
Files:
 06f8801827d70de2c1897dc4e34b8a42 3646 java optional activemq_5.14.5-1.dsc
 078eadde790a59c07614c98b2bf49405 2631428 java optional 
activemq_5.14.5.orig.tar.xz
 aadd7664ac03f19465a1c9f9eb6cb66c 15276 java optional 
activemq_5.14.5-1.debian.tar.xz
 16a7214de97e1b4fe9b9c5fbb50e3ed9 16819 java optional 
activemq_5.14.5-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlkguvlfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkUIkP/1LvH0IigU1hihTLl3LUwef+wIU4jVsvRYFD
F0XfGorV1DrzxCF8IEb9gnmvcFJCsvrRola3QD44d41OU26CCPqVkmYGJfVLMpkI
DuuxNtjKKBrlRYBYw2OxP4yMnDlzErSiE8Z19dWLdtkQKuOwv5FAoAZcpmnNjqHA
0kDimlWmLRJLWtKWlKzE5tAvdhNQsI+SGTSoWpPXTiZvLwJlnXcdftNmb3KKm96u
Jdec8mXNKIeWNzz/N6Khw4+gS8vz0prMtjH5Qi4JiIdExS+MlnOamg//4ivj6RNt
Sey/2Dm7D1XGEhL3VlCTUTuXG1HNrivcz/k/5PJCl9FKR5m4zo5fkNPQZ4MLk2Vb
TwpshuKdwZrM7ElN6DBp8EaQIdFQQpkseJgvobQGWc8vn7CvPfOMzxyCHBjm6j67
ClyEEvXN7HmSKhgXrhVWmMUbCV4wY0MQVV+Qhv68eDE2p8136+73CJ7RuRttmi7p
eOzJUUO2Ndb79r5SULBHXAWrMl+Zx8uT0cBiqGF0TWid25fbYsLc+Tj0h77KDJm+
y8JfGTHuONd9gTZR49uSdjXegeHOJtIJ3YPFauucMQvVoZ1o8Z/XXx9NDvETmJ1a
aZ7+FTuuWqfrFooFeWO9XhAo7LIA8AgKG+2jdd3v2CtsivkYqhjmJOUxIMqcNZwY
LBzyEiH8
=qNgA
-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 activemq_5.14.5-1_source.changes

2017-05-20 Thread Debian FTP Masters
activemq_5.14.5-1_source.changes uploaded successfully to localhost
along with the files:
  activemq_5.14.5-1.dsc
  activemq_5.14.5.orig.tar.xz
  activemq_5.14.5-1.debian.tar.xz
  activemq_5.14.5-1_amd64.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#861786: Pending fixes for bugs in the activemq package

2017-05-20 Thread pkg-java-maintainers
tag 861786 + pending
thanks

Some bugs in the activemq package are closed in revision
fd68debd62b3e13cd1ea1252ec064f4b56c7ca91 in branch 'master' by Markus
Koschany

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

Commit message:

Fix CVE version typo in last changelog entry.

Closes: #861786

__
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 activemq package

2017-05-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 861786 + pending
Bug #861786 [src:activemq] activemq: adjust CVE identifier retrospectively in 
debian/changelog for 5.14.3-3 upload
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
861786: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861786
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#855324: marked as done (pdfsam fails to start)

2017-05-20 Thread Debian Bug Tracking System
Your message dated Sat, 20 May 2017 19:04:17 +
with message-id 
and subject line Bug#855324: fixed in pdfsam 1.1.4-4
has caused the Debian Bug report #855324,
regarding pdfsam fails to start
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.)


-- 
855324: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=855324
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pdfsam
Version: 1.1.4-2
Severity: grave
Justification: renders package unusable

Hi,

pdfsam fails to start with this error on the console:

philip@debian:~$ pdfsam
[warning] /usr/bin/pdfsam: No java runtime was found
=

 pdfsam

  JAVA: java

  JAVA_OPTS: -Xmx256m

  CLASSPATH:
/usr/share/pdfsam/pdfsam-1.1.4.jar:/usr/share/pdfsam/lib/dom4j.jar:/usr/share/pdfsam/lib/emp4j-1.0.1.jar:/usr/share/pdfsam/lib/itext.jar:/usr/share/pdfsam/lib/jaxen.jar:/usr/share/pdfsam/lib/log4j-1.2.jar:/usr/share/pdfsam/lib/looks.jar:/usr/share/pdfsam/lib/pdfsam-
console-2.0.6e.jar:/usr/share/pdfsam/lib/pdfsam-
jcmdline-1.0.3.jar:/usr/share/pdfsam/lib/pdfsam-langpack.jar

=

20:14:37,202 INFO  JMainFrame  Starting PDF Split and Merge basic Ver. 1.1.4
20:14:37,238 INFO  Configuration  Loading configuration..
20:14:37,239 INFO  XMLConfig  Copying config.xml from
/usr/share/pdfsam/config.xml to /home/philip/.pdfsam/config.xml
20:14:37,283 INFO  Configuration  Getting language...
20:14:37,321 INFO  Configuration  Setting look and feel...
20:14:37,354 INFO  Configuration  Setting logging level...
20:14:37,366 INFO  Configuration  Logging level set to DEBUG
20:14:37,530 INFO  PlugInsLoader  Merge/Extract plugin loaded.
20:14:37,565 INFO  PlugInsLoader  Split plugin loaded.
20:14:37,646 FATAL JMainFrame  Error starting pdfsam.
java.lang.NullPointerException
at
javax.swing.plaf.metal.MetalFileChooserUI$IndentIcon.getIconWidth(MetalFileChooserUI.java:896)
at
javax.swing.SwingUtilities.layoutCompoundLabelImpl(SwingUtilities.java:963)
at
javax.swing.SwingUtilities.layoutCompoundLabel(SwingUtilities.java:890)
at javax.swing.plaf.basic.BasicLabelUI.layoutCL(BasicLabelUI.java:94)
at
javax.swing.plaf.basic.BasicLabelUI.getPreferredSize(BasicLabelUI.java:238)
at javax.swing.JComponent.getPreferredSize(JComponent.java:1662)
at
javax.swing.plaf.basic.BasicListUI.updateLayoutState(BasicListUI.java:1363)
at
javax.swing.plaf.basic.BasicListUI.maybeUpdateLayoutState(BasicListUI.java:1311)
at
javax.swing.plaf.basic.BasicListUI$Handler.valueChanged(BasicListUI.java:2623)
at
javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:184)
at
javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:164)
at
javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:211)
at
javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:405)
at
javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:415)
at
javax.swing.DefaultListSelectionModel.setSelectionInterval(DefaultListSelectionModel.java:459)
at javax.swing.JList.setSelectedIndex(JList.java:2210)
at
javax.swing.plaf.basic.BasicComboPopup.setListSelection(BasicComboPopup.java:1179)
at
javax.swing.plaf.basic.BasicComboPopup.access$300(BasicComboPopup.java:63)
at
javax.swing.plaf.basic.BasicComboPopup$Handler.itemStateChanged(BasicComboPopup.java:1008)
at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1223)
at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1280)
at javax.swing.JComboBox.contentsChanged(JComboBox.java:1330)
at
javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:118)
at
javax.swing.plaf.metal.MetalFileChooserUI$DirectoryComboBoxModel.setSelectedItem(MetalFileChooserUI.java:1014)
at
javax.swing.plaf.metal.MetalFileChooserUI$DirectoryComboBoxModel.addItem(MetalFileChooserUI.java:985)
at
javax.swing.plaf.metal.MetalFileChooserUI$DirectoryComboBoxModel.access$800(MetalFileChooserUI.java:915)
at
javax.swing.plaf.metal.MetalFileChooserUI.doDirectoryChanged(MetalFileChooserUI.java:664)
at
javax.swing.plaf.metal.MetalFileChooserUI.access$1100(MetalFileChooserUI.java:53)
at
javax.swing.plaf.metal.MetalFileChooserUI$5.propertyChange(MetalFileChooserUI.java:753)
at
java.be

pdfsam_1.1.4-4_source.changes ACCEPTED into unstable

2017-05-20 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 20 May 2017 20:22:36 +0200
Source: pdfsam
Binary: pdfsam
Architecture: source
Version: 1.1.4-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Markus Koschany 
Description:
 pdfsam - PDF Split and Merge
Closes: 855324
Changes:
 pdfsam (1.1.4-4) unstable; urgency=medium
 .
   * Team upload.
   * Add a NEWS file and inform users, who upgrade from Jessie to Stretch,
 to modify the LAF theme value in ~/.pdfsam/config.xml. (Closes: #855324)
Checksums-Sha1:
 7be0db137b7cbd1470b4116c15630869bb83ee36 2169 pdfsam_1.1.4-4.dsc
 d6f78bd3666e10cdc5a019686f30165f5eef45c3 12648 pdfsam_1.1.4-4.debian.tar.xz
 81f4f535e44f3f58962d2cdb6006f5d18c128558 10966 pdfsam_1.1.4-4_amd64.buildinfo
Checksums-Sha256:
 76c292196d202ed468989cdeae1a6408c7a07b1c57021824dca8b5c524f5d5a0 2169 
pdfsam_1.1.4-4.dsc
 d7c3ab708579bec774c60260e5944edd4b3963456a29693954c020648091b4ac 12648 
pdfsam_1.1.4-4.debian.tar.xz
 cd47cb5b840f04f4d545303cc5b306ed3bbe5f7c4728a6e8d67c1ad8460a7913 10966 
pdfsam_1.1.4-4_amd64.buildinfo
Files:
 a8eafae7c0f0e17e737e29718cb359f9 2169 text optional pdfsam_1.1.4-4.dsc
 ca68b2a2b7a0fb2289e1a779dcaeb4f2 12648 text optional 
pdfsam_1.1.4-4.debian.tar.xz
 c296fb59ce2855141b73dca3f09b18f3 10966 text optional 
pdfsam_1.1.4-4_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlkgjQNfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkXXwP/RwjFEeOPOKj4LRkvoAQaaxT1Y45V45yMyjW
iGeDZJ+pHIK3s/DZejDRqMN4SrjQWMzdumFyDCWxREs1mNKu2N2VczzeQh1ch1J2
o8pBynAV3ikl0tvJ0vtyzLtLDt3nVeuiSQV5NpB79vIqC4sB93QZBvXkfjPgalvy
YL7FDs0Co7LAH0vJZn0P+jRDbMGnt+eCV4nXyW0GVdHw4Amxh68LSFbwYzflYTFo
alNNsZD9D58TN5s1Va/UlxUoQpvEQeRDKUCDfSVEpwZrjReOybS73lAT7pORIxHA
J8AGvfv1bCG1Bf581ayN4zk4IvoNUZL3rzz2J+LU9CWE1NC0f9G8ZQKllWZP/s4Q
xLEPKOXQH6t0UktzFle6prV3KymI7Zd/bUckz4do2D9xZ7KVyPBPf3KBDHFXPHCJ
422Agfl8nwMIMYC3xED16lbeT0CWk2uKW1XHFK9Pf7iTr+3oDjpHR5KHT9Q7oyma
f7KkndRATRhMSITkIzygKDstIxDiH8+dH/4Q5yIgDdq/Lax8S4eZFMm1nbt3FJff
6deeg46pJwZHScW0H8+fEreugcv21EKMTpH5jOS3PdW92+iwz1WmyWMYl+TgFOuK
m7EXZX0CYPRfvoU2tPci+dgAVhrgplOXCooX0WaAkezBksX6SCrvXEVjn14O75d3
8dU/QaOp
=6qKN
-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 pdfsam_1.1.4-4_source.changes

2017-05-20 Thread Debian FTP Masters
pdfsam_1.1.4-4_source.changes uploaded successfully to localhost
along with the files:
  pdfsam_1.1.4-4.dsc
  pdfsam_1.1.4-4.debian.tar.xz
  pdfsam_1.1.4-4_amd64.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: severity of 860567 is serious

2017-05-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 860567 serious
Bug #860567 [src:fop] fop: CVE-2017-5661: information disclosure vulnerability
Severity set to 'serious' from 'important'
> thanks
Stopping processing here.

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