eclipse-xsd is marked for autoremoval from testing

2016-07-21 Thread Debian testing autoremoval watch
eclipse-xsd 2.9.0-1 is marked for autoremoval from testing on 2016-08-27

It (build-)depends on packages with these RC bugs:
831230: eclipse-emf: FTBFS on newer openjdk-8


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


openjdk-8-jre-dcevm is marked for autoremoval from testing

2016-07-21 Thread Debian testing autoremoval watch
openjdk-8-jre-dcevm 8u74-1 is marked for autoremoval from testing on 2016-08-12

It is affected by these RC bugs:
831153: openjdk-8-jre-dcevm: FTBFS with GCC 6: os.hpp:28:30: fatal error: 
jvmtifiles/jvmti.h: No such file or directory


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


commons-javaflow is marked for autoremoval from testing

2016-07-21 Thread Debian testing autoremoval watch
commons-javaflow 0.0~svn20151101-1 is marked for autoremoval from testing on 
2016-08-06

It is affected by these RC bugs:
830435: commons-javaflow: FTBFS: Failed to execute goal on project 
commons-javaflow: Could not resolve dependencies for project 
org.apache.commons:commons-javaflow:jar:2.0-SNAPSHOT: Cannot access central 
(https://repo.maven.apache.org/maven2) in offline mode and the artifact 
org.apache.ant:ant:jar:debian has not been downloaded from it before. -> [Help 
1]


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


Bug#831733: marked as done (tomcat6: Don't include in Stretch)

2016-07-21 Thread Debian Bug Tracking System
Your message dated Fri, 22 Jul 2016 01:19:18 +
with message-id 
and subject line Bug#832023: Removed package(s) from unstable
has caused the Debian Bug report #831733,
regarding tomcat6: Don't include in Stretch
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.)


-- 
831733: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831733
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: tomcat6
Version: 6.0.45+dfsg-1
Severity: serious
Tags: stretch sid


Tomcat 6 should not be included in Stretch since it reaches
end-of-life on 31 December 2016. [1]

There is now only one package that depends on libservlet2.5-java,
libfreemarker-java. [2]

I think it is realistic that we can resolve this issue too in the near
future and the removal of src:tomcat6 should be doable. I suggest that
we investigate whether bugs in src:tomcat6 and src:tomcat7 also apply
to src:tomcat8 before we request the removal.

Markus


[1] https://tomcat.apache.org/tomcat-60-eol.html
[2] 
https://bugs.debian.org/cgi-bin/pkgreport.cgi?users=pkg-java-maintainers@lists.alioth.debian.org;tag=libservlet2.5-java
--- End Message ---
--- Begin Message ---
Version: 6.0.45+dfsg-1+rm

Dear submitter,

as the package tomcat6 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/832023

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

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

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#649046: marked as done (tomcat6: openjdk + TOMCAT6_SECURITY=yes => failed start)

2016-07-21 Thread Debian Bug Tracking System
Your message dated Fri, 22 Jul 2016 01:19:18 +
with message-id 
and subject line Bug#832023: Removed package(s) from unstable
has caused the Debian Bug report #649046,
regarding tomcat6: openjdk + TOMCAT6_SECURITY=yes => failed 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.)


-- 
649046: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649046
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tomcat6
Version: 6.0.32-7
Severity: important

The debian OpenJDK has broken out common files into 
/usr/lib/jvm/java-6-openjdk-common. This includes it's own jre/lib/ext 
directory and is the location of sunpkcs11.jar which is apparently needed by 
tomcat at start up. Although /usr/lib/jvm/java6-openjdk-common/jre/lib/ext is 
included in /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/security/java.policy it 
is not included in the policy files that tomcat is using. The result of using 
openjdk and TOMCAT6_SECURITY=yes is the following exception at start time:

# /etc/init.d/tomcat6 start
Starting Tomcat servlet engine: 
tomcat6java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:261)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Caused by: java.lang.ExceptionInInitializerError
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
at sun.security.jca.ProviderConfig$3.run(ProviderConfig.java:262)
at sun.security.jca.ProviderConfig$3.run(ProviderConfig.java:244)
at java.security.AccessController.doPrivileged(Native Method)
at 
sun.security.jca.ProviderConfig.doLoadProvider(ProviderConfig.java:244)
at sun.security.jca.ProviderConfig.getProvider(ProviderConfig.java:224)
at sun.security.jca.ProviderList.loadAll(ProviderList.java:281)
at sun.security.jca.ProviderList.removeInvalid(ProviderList.java:298)
at sun.security.jca.Providers.getFullProviderList(Providers.java:170)
at java.security.Security.getProviders(Security.java:457)
at 
org.apache.catalina.core.JreMemoryLeakPreventionListener.lifecycleEvent(JreMemoryLeakPreventionListener.java:293)
at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
at 
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:813)
at org.apache.catalina.startup.Catalina.load(Catalina.java:538)
at org.apache.catalina.startup.Catalina.load(Catalina.java:562)
... 6 more
Caused by: java.security.AccessControlException: access denied 
(java.lang.RuntimePermission accessClassInPackage.sun.security.util)
at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:393)
at 
java.security.AccessController.checkPermission(AccessController.java:553)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
at 
java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1529)
at java.lang.ClassLoader$1.run(ClassLoader.java:345)
at java.security.AccessController.doPrivileged(Native Method)
at java.lang.ClassLoader.checkPackageAccess(ClassLoader.java:343)
at sun.security.pkcs11.SunPKCS11.(SunPKCS11.java:63)
... 24 more
 failed!

A trivial work around is to add 

grant codeBase "file:/usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/*" {
permission java.security.AllPermission;
};

to a file in /etc/tomcat6/policy.d.

Although the above works as a workaround it is not very elegant and adds JVM 
specifics to the tomcat package.  I am unsure of whether this is technically a 
bug in the packaging of tomcat or openjdk as it could be seen as a non-standard 
JRE layout in openjdk. I'm filing it against tomcat as the default policy for 
openjdk does include the above grant.

Thank you.

-- System Information:
Debian Release: wheezy/sid
  APT prefers 

Bug#558121: marked as done (tomcat6: Extra components missing from package)

2016-07-21 Thread Debian Bug Tracking System
Your message dated Fri, 22 Jul 2016 01:19:18 +
with message-id 
and subject line Bug#832023: Removed package(s) from unstable
has caused the Debian Bug report #558121,
regarding tomcat6: Extra components missing from package
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.)


-- 
558121: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558121
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tomcat6
Version: 6.0.20-7
Severity: wishlist


The package is currently missing the "extra components" (currently a
complete commons-logging implementation and support for JSR 109)
described on this page:
  http://tomcat.apache.org/tomcat-6.0-doc/extras.html

As they can be useful to some users and they aren't really complicated to
build, it could be nice to have them available in tomcat6-common, or
maybe as a separate tomcat6-extras package.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (700, 'testing'), (500, 'testing-proposed-updates'), (500, 
'stable'), (300, 'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages tomcat6 depends on:
ii  adduser 3.111add and remove users and groups
ii  jsvc1.0.2~svn20061127-10 wrapper to launch Java application
ii  tomcat6-common  6.0.20-7 Servlet and JSP engine -- common f

tomcat6 recommends no packages.

Versions of packages tomcat6 suggests:
pn  tomcat6-admin  (no description available)
pn  tomcat6-docs   (no description available)
pn  tomcat6-examples   (no description available)

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 6.0.45+dfsg-1+rm

Dear submitter,

as the package tomcat6 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/832023

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

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

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

mockito 1.10.19-2 MIGRATED to testing

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

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


openjpa 2.4.0-3 MIGRATED to testing

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

  Previous version: 2.4.0-2
  Current version:  2.4.0-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.


Bug#831733: tomcat6: Don't include in Stretch

2016-07-21 Thread Emmanuel Bourg
resteasy has been updated and I triaged the remaining tomcat6 bugs.

I think we can proceed with the removal now.

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


Processed: retitle 603666 to tomcat8: Symlink to /etc/tomcat8 should be provided at /usr/share/tomcat8/conf

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

> retitle 603666 tomcat8: Symlink to /etc/tomcat8 should be provided at 
> /usr/share/tomcat8/conf
Bug #603666 [tomcat8] Symlink to /etc/tomcat6 should be provided at 
/usr/share/tomcat6/conf
Changed Bug title to 'tomcat8: Symlink to /etc/tomcat8 should be provided at 
/usr/share/tomcat8/conf' from 'Symlink to /etc/tomcat6 should be provided at 
/usr/share/tomcat6/conf'.
> thanks
Stopping processing here.

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

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

> reassign 603666 tomcat8
Bug #603666 [tomcat6] Symlink to /etc/tomcat6 should be provided at 
/usr/share/tomcat6/conf
Bug reassigned from package 'tomcat6' to 'tomcat8'.
No longer marked as found in versions tomcat6/6.0.28-7.
Ignoring request to alter fixed versions of bug #603666 to the same values 
previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
603666: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603666
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: Re: Starting tomcat6 with the init.d script does not succeed, manual start does work. Environment variables are not taken.

2016-07-21 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 tomcat8
Bug #624431 [tomcat6] Starting tomcat6 with the init.d script does not succeed, 
 manual start does work. Environment variables are not taken.
Bug reassigned from package 'tomcat6' to 'tomcat8'.
No longer marked as found in versions tomcat6/6.0.28-9+squeeze1.
Ignoring request to alter fixed versions of bug #624431 to the same values 
previously set
> retitle -1 tomcat8: Fails to start if /usr is read-only
Bug #624431 [tomcat8] Starting tomcat6 with the init.d script does not succeed, 
 manual start does work. Environment variables are not taken.
Changed Bug title to 'tomcat8: Fails to start if /usr is read-only' from 
'Starting tomcat6 with the init.d script does not succeed,  manual start does 
work. Environment variables are not taken.'.

-- 
624431: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624431
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#570485: marked as done (Trigger implentation to restart tomcat after a web application has been installed/upgraded)

2016-07-21 Thread Debian Bug Tracking System
Your message dated Thu, 21 Jul 2016 14:11:06 +0200
with message-id <8dc6557a-8ca8-93e9-15f5-aa6910de6...@apache.org>
and subject line Re: Trigger implentation to restart tomcat after a web 
application has been installed/upgraded
has caused the Debian Bug report #570485,
regarding Trigger implentation to restart tomcat after a web application has 
been installed/upgraded
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.)


-- 
570485: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570485
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tomcat6
Version: 6.0.24-1
Severity: wishlist
Tags: patch

Please consider adding a trigger which can be used by web application packages 
to restart tomcat after they install or upgrade their files

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (980, 'stable'), (970, 'stable'), (950, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.30 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
diff -wurN tomcat6-6.0.24/debian/tomcat6.postinst tomcat6-6.0.24.triggers/debian/tomcat6.postinst
--- tomcat6-6.0.24/debian/tomcat6.postinst	2010-01-30 07:39:47.0 +0100
+++ tomcat6-6.0.24.triggers/debian/tomcat6.postinst	2010-02-18 14:13:33.326494314 +0100
@@ -2,6 +2,16 @@
 set -e
 
 case "$1" in
+triggered)
+	if [ "$2" = "tomcat6-restart" ]; then
+		if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
+			invoke-rc.d tomcat6 restart || true
+		else
+			/etc/init.d/tomcat6 restart || true
+		fi
+	fi
+;;
+
 configure)
 	if ! id tomcat6 > /dev/null 2>&1 ; then
 	adduser --system --home /usr/share/tomcat6 --no-create-home \
@@ -34,8 +44,10 @@
 ;;
 esac
 
+if [ "$1" != "triggered" ]; then
 if [ ! -d /var/lib/tomcat6/webapps/ROOT ]; then
 cp -r /usr/share/tomcat6/webapps/default_root /var/lib/tomcat6/webapps/ROOT
 fi
+fi
 
 #DEBHELPER#
diff -wurN tomcat6-6.0.24/debian/tomcat6.triggers tomcat6-6.0.24.triggers/debian/tomcat6.triggers
--- tomcat6-6.0.24/debian/tomcat6.triggers	1970-01-01 01:00:00.0 +0100
+++ tomcat6-6.0.24.triggers/debian/tomcat6.triggers	2010-02-18 12:24:15.339046612 +0100
@@ -0,0 +1 @@
+interest tomcat6-restart
--- End Message ---
--- Begin Message ---
Closing, I agree that restarting the container when installing a webapp
is not a good idea. If this is really needed the package can restart
Tomcat in its postinst script. But this shouldn't be enforced by a
trigger applicable to any webapp.--- End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#613575: marked as done (tomcat6: tomcat home directory should be writeable by tomcat user)

2016-07-21 Thread Debian Bug Tracking System
Your message dated Thu, 21 Jul 2016 14:04:09 +0200
with message-id <3a440e30-2d34-2e27-ee18-2abe97771...@apache.org>
and subject line Re: tomcat6: tomcat home directory should be writeable by 
tomcat user
has caused the Debian Bug report #613575,
regarding tomcat6: tomcat home directory should be writeable by tomcat user
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.)


-- 
613575: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613575
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tomcat6
Version: 6.0.28-9+squeeze1
Severity: important

tomcat6.postinst uses adduser --no-create-home and then the deb file puts files 
in /usr/share/tomcat6/ ($TOMCAT6_USER's home) are owned by root. Lots of 
application write to this folder.


-- System Information:
Debian Release: 6.0
  APT prefers squeeze-updates
  APT policy: (500, 'squeeze-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages tomcat6 depends on:
ii  adduser3.112+nmu2add and remove users and groups
ii  debconf [debconf-2.0]  1.5.36.1  Debian configuration management sy
ii  tomcat6-common 6.0.28-9+squeeze1 Servlet and JSP engine -- common f
ii  ucf3.0025+nmu1   Update Configuration File: preserv

Versions of packages tomcat6 recommends:
ii  authbind  1.2.0  Allows non-root programs to bind()

Versions of packages tomcat6 suggests:
pn  tomcat-native  (no description available)
ii  tomcat6-admin  6.0.28-9+squeeze1 Servlet and JSP engine -- admin we
pn  tomcat6-docs   (no description available)
pn  tomcat6-examples   (no description available)
pn  tomcat6-user   (no description available)

-- Configuration Files:
/etc/tomcat6/tomcat-users.xml [Errno 13] Permission denied: 
u'/etc/tomcat6/tomcat-users.xml'

-- debconf information:
  tomcat6/javaopts: -Djava.awt.headless=true -Xmx128m -XX:+UseConcMarkSweepGC
  tomcat6/groupname: tomcat6
  tomcat6/username: tomcat6


--- End Message ---
--- Begin Message ---
Closing, /usr/share is read-only according to the FHS. No application
should require write access to /usr/share/tomcat6, it only contains the
Tomcat shell scripts and it's jars. Write access is allowed in the
CATALINA_BASE directory (/var/lib/tomcat6).--- End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Processed: tagging 613575

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

> tags 613575 + wontfix
Bug #613575 [tomcat6] tomcat6: tomcat home directory should be writeable by 
tomcat user
Added tag(s) wontfix.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
613575: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613575
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: retitle 576875 to tomcat8: Allow running the init script as a normal user, not admin

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

> retitle 576875 tomcat8: Allow running the init script as a normal user, not 
> admin
Bug #576875 [tomcat8] tomcat6: Allow running the init script as a normal user, 
not admin
Changed Bug title to 'tomcat8: Allow running the init script as a normal user, 
not admin' from 'tomcat6: Allow running the init script as a normal user, not 
admin'.
> thanks
Stopping processing here.

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

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

> reassign 576875 tomcat8
Bug #576875 [tomcat6] tomcat6: Allow running the init script as a normal user, 
not admin
Bug reassigned from package 'tomcat6' to 'tomcat8'.
No longer marked as found in versions 6.0.26-0ubuntu1~ppa1.
Ignoring request to alter fixed versions of bug #576875 to the same values 
previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
576875: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576875
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#576875: tomcat6: Allow running the init script as a normal user, not admin

2016-07-21 Thread Emmanuel Bourg
I don't think any user can start Tomcat, because the init script has to
switch to the tomcat user at some point and this requires root privileges.

That said the 'status' option should be usable by anyone. Currently it's
restricted to the administrator.

Should the tomcat user be allowed to control the daemon? I'm not sure
this is a good idea, because a simple malicious JSP could then stop the
server. If this is really needed I think sudo should be used instead.

Emmanuel Bourg

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


Processed: retitle 658554 to tomcat8: Upgrade failed due to multiline properties in /etc/default/tomcat8

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

> retitle 658554 tomcat8: Upgrade failed due to multiline properties in 
> /etc/default/tomcat8
Bug #658554 [tomcat8] Upgrade to 6.0.35-1+squeeze2 failed due to multiline 
properties in /etc/default/tomcat6
Changed Bug title to 'tomcat8: Upgrade failed due to multiline properties in 
/etc/default/tomcat8' from 'Upgrade to 6.0.35-1+squeeze2 failed due to 
multiline properties in /etc/default/tomcat6'.
> thanks
Stopping processing here.

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

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

> reassign 658554 tomcat8
Bug #658554 [tomcat6] Upgrade to 6.0.35-1+squeeze2 failed due to multiline 
properties in /etc/default/tomcat6
Bug reassigned from package 'tomcat6' to 'tomcat8'.
No longer marked as found in versions tomcat6/6.0.35-1+squeeze2.
Ignoring request to alter fixed versions of bug #658554 to the same values 
previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
658554: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658554
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#710743: marked as done (libservlet2.5-java: Unable to locate servlet-api in /usr/share/java)

2016-07-21 Thread Debian Bug Tracking System
Your message dated Thu, 21 Jul 2016 13:37:04 +0200
with message-id 
and subject line Re: libservlet2.5-java: Unable to locate servlet-api in 
/usr/share/java
has caused the Debian Bug report #710743,
regarding libservlet2.5-java: Unable to locate servlet-api in /usr/share/java
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.)


-- 
710743: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710743
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libservlet2.5-java
Version: 6.0.35-6
Severity: minor

Dear Maintainer,

please consider the minor but annoying issue already revealed
in the list:

https://lists.debian.org/debian-java/2012/05/msg00011.html

A simple apropriate version-less link in /usr/share/java
easily solves it.

Thanks,
Jerome


-- System Information:
Debian Release: Wheezy*
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.41-amd64-mbp62 (SMP w/4 CPU cores)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

-- no debconf information
--- End Message ---
--- Begin Message ---
Closing, libservlet2.5-java is about to be removed.--- End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Processed: tagging 710743

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

> tags 710743 + wontfix
Bug #710743 [libservlet2.5-java] libservlet2.5-java: Unable to locate 
servlet-api in /usr/share/java
Added tag(s) wontfix.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
710743: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710743
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#591390: marked as done (tomcat6: A stopped tomcat is implicitly restarted on upgrade)

2016-07-21 Thread Debian Bug Tracking System
Your message dated Thu, 21 Jul 2016 13:33:19 +0200
with message-id 
and subject line 
has caused the Debian Bug report #591390,
regarding tomcat6: A stopped tomcat is implicitly restarted on upgrade
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.)


-- 
591390: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591390
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tomcat6
Version: 6.0.28-1
Severity: minor

When I do:

sudo service tomcat6 stop
sudo aptitude upgrade

tomcat6 will be started again as part of the upgrade:

Setting up tomcat6 (6.0.28-1) ...
Installing new version of config file /etc/tomcat6/web.xml ...
Starting Tomcat servlet engine: tomcat6.

Note however that tomcat6 was still in my rc.d:

$ ls -l /etc/rc?.d/*tomcat*
lrwxrwxrwx 1 root root 17 Aug  2 18:03 /etc/rc0.d/K02tomcat6 -> 
../init.d/tomcat6
lrwxrwxrwx 1 root root 17 Aug  2 18:03 /etc/rc1.d/K02tomcat6 -> 
../init.d/tomcat6
lrwxrwxrwx 1 root root 17 Aug  2 18:03 /etc/rc2.d/S01tomcat6 -> 
../init.d/tomcat6
lrwxrwxrwx 1 root root 17 Aug  2 18:03 /etc/rc3.d/S01tomcat6 -> 
../init.d/tomcat6
lrwxrwxrwx 1 root root 17 Aug  2 18:03 /etc/rc4.d/S01tomcat6 -> 
../init.d/tomcat6
lrwxrwxrwx 1 root root 17 Aug  2 18:03 /etc/rc5.d/S01tomcat6 -> 
../init.d/tomcat6
lrwxrwxrwx 1 root root 17 Aug  2 18:03 /etc/rc6.d/K02tomcat6 -> 
../init.d/tomcat6

I haven't tested this after doing:

sudo update-rc.d -f tomcat6 remove

Perhaps this is a non-issue. I haven't found anything in the Debian
policy manual that contradicts it (but I also haven't looked very
much).

But it's uncomfortable to have a manually stopped tomcat be started
again on upgrade.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (700, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.35-rc5-Avar-Akbar+ (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages tomcat6 depends on:
ii  adduser   3.112  add and remove users and groups
ii  tomcat6-common6.0.28-1   Servlet and JSP engine -- common f

Versions of packages tomcat6 recommends:
ii  authbind  1.2.0  Allows non-root programs to bind()

Versions of packages tomcat6 suggests:
ii  tomcat6-admin 6.0.28-1   Servlet and JSP engine -- admin we
ii  tomcat6-docs  6.0.28-1   Servlet and JSP engine -- document
ii  tomcat6-examples  6.0.28-1   Servlet and JSP engine -- example 
pn  tomcat6-user   (no description available)

-- Configuration Files:
/etc/tomcat6/server.xml changed [not included]
/etc/tomcat6/tomcat-users.xml [Errno 13] Permission denied: 
u'/etc/tomcat6/tomcat-users.xml'

-- no debconf information


--- End Message ---
--- Begin Message ---
Closing, this is a configuration question and not a packaging issue. I
guess SystemD in Jessie helped a bit here since it allows one to disable
a service, then the restart on a package upgrade has no effect.--- End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Processed: tagging 591390

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

> tags 591390 + wontfix
Bug #591390 [tomcat6] tomcat6: A stopped tomcat is implicitly restarted on 
upgrade
Added tag(s) wontfix.
> thanks
Stopping processing here.

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

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

> reassign 581026 tomcat8
Bug #581026 [tomcat6] tomcat6: documentation about webapp packaging
Bug reassigned from package 'tomcat6' to 'tomcat8'.
No longer marked as found in versions tomcat6/6.0.26-1.
Ignoring request to alter fixed versions of bug #581026 to the same values 
previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
581026: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581026
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: retitle 581026 to tomcat8: documentation about webapp packaging

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

> retitle 581026 tomcat8: documentation about webapp packaging
Bug #581026 [tomcat8] tomcat6: documentation about webapp packaging
Changed Bug title to 'tomcat8: documentation about webapp packaging' from 
'tomcat6: documentation about webapp packaging'.
> thanks
Stopping processing here.

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

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

> severity 613575 wishlist
Bug #613575 [tomcat6] tomcat6: tomcat home directory should be writeable by 
tomcat user
Severity set to 'wishlist' from 'important'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
613575: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613575
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#576873: marked as done (tomcat6: Remove classloader directories shared/, common/ and server/)

2016-07-21 Thread Debian Bug Tracking System
Your message dated Thu, 21 Jul 2016 13:09:46 +0200
with message-id <845a18e0-a7b4-05f7-5b33-4127944fe...@apache.org>
and subject line Re: tomcat6: Remove classloader directories shared/, common/ 
and server/
has caused the Debian Bug report #576873,
regarding tomcat6: Remove classloader directories shared/, common/ and server/
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.)


-- 
576873: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576873
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: tomcat6
Version: 6.0.26-0ubuntu1~ppa1
Severity: wishlist

Suggestion from Jason Brittain (MuleSource):

I noticed that the way we have tomcat6 configured is to add
   back the classloader directories that were present in Tomcat
   versions 4 and 5: shared/, common/, and server/.  Stock Tomcat
   6 got rid of these as of 6.0.0.  Some software is still
   written for Tomcat 5.5, and docs may still refer to these
   classloading dirs..  I always found them helpful, since
   Tomcat's classloader hierarchy still has these three
   classloaders (server, common, and shared), but by default
   Tomcat 6 was always configured to just load everything from
   CATALINA_BASE/lib/.  Being informed about Tomcat, I can handle
   these dirs being present, but this will likely confuse some
   users because stock Tomcat 6 doesn't have them.  Looking
   forward to Tomcat 7, they're not being reintroduced, either.
   What do you think about eliminating these directories to make
   the Debian tomcat6 package more like stock Tomcat 6?

-- System Information:
Debian Release: squeeze/sid
  APT prefers karmic-updates
  APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 
'karmic-backports'), (500, 'karmic')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-20-generic (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages tomcat6 depends on:
ii  adduser 3.110ubuntu7 add and remove users and groups
ii  tomcat6-common  6.0.26-0ubuntu1~ppa1 Servlet and JSP engine -- common f

Versions of packages tomcat6 recommends:
ii  authbind 1.2.0build2 Allows non-root programs to bind()

Versions of packages tomcat6 suggests:
ii  tomcat6-admin   6.0.26-0ubuntu1~ppa1 Servlet and JSP engine -- admin we
ii  tomcat6-docs6.0.26-0ubuntu1~ppa1 Servlet and JSP engine -- document
ii  tomcat6-examples6.0.26-0ubuntu1~ppa1 Servlet and JSP engine -- example 
ii  tomcat6-user6.0.26-0ubuntu1~ppa1 Servlet and JSP engine -- tools to

-- no debconf information



--- End Message ---
--- Begin Message ---
Closing, this has been done for tomcat8/8.0.12-1 but it won't be
backported to tomcat6.--- End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Processed: tagging 576873

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

> tags 576873 + wontfix
Bug #576873 [tomcat6] tomcat6: Remove classloader directories shared/, common/ 
and server/
Added tag(s) wontfix.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
576873: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576873
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#658689: marked as done (tomcat6 up on tcp6 only)

2016-07-21 Thread Debian Bug Tracking System
Your message dated Thu, 21 Jul 2016 12:59:39 +0200
with message-id 
and subject line Re: tomcat6 up on tcp6 only
has caused the Debian Bug report #658689,
regarding tomcat6 up on tcp6 only
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.)


-- 
658689: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658689
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package:tomcat6
Version:6.0.35-1+squeeze2
tomcat6 up on tcp6 only,but tcp4 is not up for tomcat6
root@debian-www:/home/zs# /etc/init.d/tomcat6 start
Starting Tomcat servlet engine: tomcat6.
root@debian-www:/home/zs# netstat -an
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address   Foreign Address State 
tcp0  0 0.0.0.0:22  0.0.0.0:*   LISTEN
tcp0  0 127.0.0.1:5432  0.0.0.0:*   LISTEN
tcp0  0 116.55.13.55:22 116.55.32.219:1874  ESTABLISHED
tcp6   0  0 :::8180 :::*LISTEN
tcp6   0  0 :::22   :::*LISTEN
tcp6   0  0 127.0.0.1:8005  :::*LISTEN
tcp6   0  0 ::1:48279   ::1:51626   TIME_WAIT 
udp0  0 127.0.0.1:41192 127.0.0.1:41192 ESTABLISHED
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags   Type   State I-Node   Path
unix  3  [ ] DGRAM3087 /dev/log
unix  2  [ ACC ] STREAM LISTENING 3154 
/var/run/dbus/system_bus_socket
unix  2  [ ACC ] STREAM LISTENING 3281 
/var/run/postgresql/.s.PGSQL.5432
unix  2  [ ] DGRAM1911 
@/org/kernel/udev/udevd
unix  3  [ ] STREAM CONNECTED 3390
unix  3  [ ] STREAM CONNECTED 3389
unix  2  [ ] DGRAM3388
unix  3  [ ] STREAM CONNECTED 3162
unix  3  [ ] STREAM CONNECTED 3161
unix  3  [ ] DGRAM1916
unix  3  [ ] DGRAM1915
root@debian-www:/home/zs#

 

 
--


王星海

电话:13312601392--- End Message ---
--- Begin Message ---
Closing, this is a configuration question and not a packaging issue.
Tomcat work fines in dual IPv4/IPv6 mode.--- End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Processed: retitle 581021 to tomcat8: Use debconf for configuration values

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

> retitle 581021 tomcat8: Use debconf for configuration values
Bug #581021 [tomcat8] tomcat6: use debconf for configuration values
Changed Bug title to 'tomcat8: Use debconf for configuration values' from 
'tomcat6: use debconf for configuration values'.
> thanks
Stopping processing here.

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

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

> reassign 581021 tomcat8
Bug #581021 [tomcat6] tomcat6: use debconf for configuration values
Bug reassigned from package 'tomcat6' to 'tomcat8'.
No longer marked as found in versions tomcat6/6.0.26-1.
Ignoring request to alter fixed versions of bug #581021 to the same values 
previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
581021: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581021
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#631217: marked as done (cannot change ulimit)

2016-07-21 Thread Debian Bug Tracking System
Your message dated Thu, 21 Jul 2016 12:48:34 +0200
with message-id 
and subject line Re: cannot change ulimit
has caused the Debian Bug report #631217,
regarding cannot change ulimit
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.)


-- 
631217: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631217
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: tomcat6
Version: 6.0.28-9+squeeze1
Severity: important

Hi,
my application run in tomcat and require a lot of open files. The number
of open files is more than maximun allowed (1024) so I keep having
exception when trying to open more files.

I changed the maximum number of open files for tomcat user as shown here

agenzia-s07:/etc/security/limits.d# pwd
/etc/security/limits.d
agenzia-s07:/etc/security/limits.d# ls -l
totale 4
-rw-r--r-- 1 root root 73 21 giu 17.12 00tomcat
agenzia-s07:/etc/security/limits.d# cat 00tomcat 
# 
tomcat6 hard nofile 32767
agenzia-s07:/etc/security/limits.d# cat /proc/$(cat
/var/run/tomcat6.pid)/limits | grep open\ files
Max open files1024 1024 files 
  
agenzia-s07:/etc/security/limits.d# 

so, this setting is not used. Could you please let me know how to change
this parameter?

Thanks,
Giuseppe


--- End Message ---
--- Begin Message ---
Closing, this is a configuration question and not a packaging issue.--- End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Processed: your mail

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

> tags 827732 + patch
Bug #827732 {Done: Emmanuel Bourg } [maven-debian-helper] 
maven-debian-helper: mh_make ignores --run-tests=false and --javadoc=false
Added tag(s) patch.
>
End of message, stopping processing here.

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

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

> tags 691777 + wontfix
Bug #691777 [libservlet2.5-java] install servlet-api also as 
org.apache.tomcat:servlet-api
Added tag(s) wontfix.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
691777: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691777
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#691777: marked as done (install servlet-api also as org.apache.tomcat:servlet-api)

2016-07-21 Thread Debian Bug Tracking System
Your message dated Thu, 21 Jul 2016 12:44:13 +0200
with message-id <5df3b1b0-5c53-9dda-74b1-3ef96b3db...@apache.org>
and subject line Re: install servlet-api also as org.apache.tomcat:servlet-api
has caused the Debian Bug report #691777,
regarding install servlet-api also as org.apache.tomcat:servlet-api
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.)


-- 
691777: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691777
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libservlet2.5-java
Version: 6.0.35-5
Severity: minor
Control: block 589436 by 691773

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

please also install the servlet-api under the maven coordinates
org.apache.tomcat:servlet-api:6.*

Please refer to bug #691773 for a reasoning and for discussion.

Regards, Thomas Koch

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJQjqgrAAoJEAf8SJEEK6ZaeikQANgeg9nMluTlMJGsbqUdTE9x
W2rE/fpUiKIR8rJXWzMBjFWaDL898tCTaD2zZpYRxoTqahR1MZh2tNgIVMnJHvjL
8a5ZBnu10+WxRo+65RH0y6o0CL8Io9FteLojXc4vp2ChC9hVYeoKoDkrnVxqQ1Gn
M4CpB6HM5VBJ4ucPYJoaLVOymJq4GEYoQ8PElQTGjXzJknJvJEZkhoqlTLDQFuWY
6GpOtb0uZuPloKzu49oAC6zQzk8deCAb9e/ILKYB7tquFMYv0cL5jwKr6hmyP1NQ
c+HOr3Y7Bf1YVapHZkBqJwoLZ1yfCQnAJZ8Hiv7S/os7VIMWl/+r/uWqK7NVrOPS
jrmoWTdbTNfvUtCQwKSCVE9/ujIDxD81E/Nv63dc9cs9YetsMnzeAq1pFrDJEBBu
VtAwetXyiNbPUFpq+M8La8rcUD8qVyU93YikbLQY8yso8jNYWnq1I+tStku8fs2y
cjeYZVxGHPzMXqucZidOt8EsWYSuKc1Zc9XOlYwSCSfVKyyYiGD6limAEqqEVo7d
w9i8ubn6IMdUJbxFtQxwsEFJRQcFbXvtVJjG02YRwAU/nS/6v27fOflSazaE6+ej
sCQlrqGsW0GgebPgItgEEqFu4vTTJRucEMUMy6PgfvExRVg/VMn0Z1OfjFifYA4c
qHsk0VuKdYoVee9ZySSr
=JUAO
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
Closing, this has been done for Tomcat 8 (libtomcat8-java installs the
org.apache.tomcat:tomcat-servlet-api:8.x artifact) but this won't be
backported for Tomcat 6.--- End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#575374: marked as done (tomcat6: Relies on javax extensions being present in the JVM, which are not present in GCJ.)

2016-07-21 Thread Debian Bug Tracking System
Your message dated Thu, 21 Jul 2016 12:40:49 +0200
with message-id <483686c9-b5e9-6dae-c1e8-59fef63f5...@apache.org>
and subject line Re: tomcat6: Relies on javax extensions being present in the 
JVM, which are not present in GCJ.
has caused the Debian Bug report #575374,
regarding tomcat6: Relies on javax extensions being present in the JVM, which 
are not present in GCJ.
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.)


-- 
575374: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=575374
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tomcat6
Severity: normal

As the title says. (Some of) These javax classes are present in libmx4j-java.

This is mostly a remainder to myself.   

~Niels

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-trunk-686 (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


--- End Message ---
--- Begin Message ---
Closing since GCJ is obsolete and we don't plan to support Tomcat on
this runtime.--- End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

freehep-graphicsio-tests_2.1.1+dfsg1-4_source.changes ACCEPTED into unstable

2016-07-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 21 Jul 2016 12:10:20 +0200
Source: freehep-graphicsio-tests
Binary: libfreehep-graphicsio-tests-java
Architecture: source
Version: 2.1.1+dfsg1-4
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-graphicsio-tests-java - FreeHEP GraphicsIO Test Library
Changes:
 freehep-graphicsio-tests (2.1.1+dfsg1-4) unstable; urgency=low
 .
   [ Giovanni Mascellani ]
   * Add real watch file
   * Fix my email address.
   * Remove dependencies that are already set by helper scripts.
   * Remove obsolete lines from gbp.conf.
   * Move package to priority extra.
   * Use secure Vcs-* URLs.
   * Bump Standards-Version to 3.9.8 (no changes required).
   * Build with debhelper 9 instead of CDBS.
   * Quit using topgit and remove leftovers.
   * Remove trivial information in debian/README.source.
   * Add classpath to the JAR manifest.
   * Make patches DEP-3 compliant.
 .
   [ Philipp Huebner ]
   * Added myself as uploader
   * Updated Standards-Version: 3.9.6 (no changes needed)
   * Updated VCS links
   * Switched to source format 3.0 (quilt)
   * Switched to Debhelper 9
   * Updated debian/copyright and made it lintian clean
   * Dropped Depends on jre
Checksums-Sha1:
 facf0b5e8ede993339b11350b57a2ab60f0bf146 1776 
freehep-graphicsio-tests_2.1.1+dfsg1-4.dsc
 63f7b96f32372d003086d60646d212b6942dfe89 3560 
freehep-graphicsio-tests_2.1.1+dfsg1-4.debian.tar.xz
Checksums-Sha256:
 2f571cc2343a41f39cd86cdf041db9d297a4c28bd28665f544749f8e56266daf 1776 
freehep-graphicsio-tests_2.1.1+dfsg1-4.dsc
 727dade2ee6790a815d4df04187999e1d684872dcf90a12ab9cf06fa224c0681 3560 
freehep-graphicsio-tests_2.1.1+dfsg1-4.debian.tar.xz
Files:
 49ff72226bed25ca87978cb66fe99469 1776 java extra 
freehep-graphicsio-tests_2.1.1+dfsg1-4.dsc
 75ab218b15cd7e5aadee32e28b4fe74a 3560 java extra 
freehep-graphicsio-tests_2.1.1+dfsg1-4.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iF4EAREKAAYFAleQoGEACgkQBIoTAU7n/+OsBQD/aAKTVzuFHERhmestb67npKp/
TemdHtfeSqQKafWdpeABAL3PAuMd7rqm6Xr15VMBBMtrADz+O7Pa5DXzMOfD+pcP
=iciN
-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.


freehep-io_2.0.2-5_source.changes ACCEPTED into unstable

2016-07-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 21 Jul 2016 12:10:20 +0200
Source: freehep-io
Binary: libfreehep-io-java
Architecture: source
Version: 2.0.2-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-io-java - FreeHEP I/O library
Changes:
 freehep-io (2.0.2-5) unstable; urgency=medium
 .
   [ Giovanni Mascellani ]
   * Remove obsolete lines from gbp.conf.
   * Move package to priority extra.
   * Use secure Vcs-* URLs.
   * Bump Standards-Version to 3.9.8 (no changes required).
   * Build with debhelper 9 instead of CDBS.
   * Remove trivial information in debian/README.source.
   * Add classpath to the JAR manifest.
   * Make patches DEP-3 compliant.
 .
   [ Philipp Huebner ]
   * Added myself as uploader
   * Updated Standards-Version: 3.9.6 (no changes needed)
   * Updated VCS links
   * Switched to Debhelper 9
   * Updated debian/copyright and made it lintian clean
Checksums-Sha1:
 85ef8438a4c586eb7bcb5726d0190b1a89442825 1512 freehep-io_2.0.2-5.dsc
 c2c57b9b09b1b70653a71333aff0e560eaaade91 3080 freehep-io_2.0.2-5.debian.tar.xz
Checksums-Sha256:
 b0241f96f14544c30093e93b3b7e88761db66d9a9198f3ab9939a2ffb2b6663f 1512 
freehep-io_2.0.2-5.dsc
 bf69e9d8e4628cb15b9b70e6aa4b1292ef2f5ed2110b0cd3509d8886d3238d6b 3080 
freehep-io_2.0.2-5.debian.tar.xz
Files:
 64d1ea4528bbbf0c88355103073a5ed9 1512 java extra freehep-io_2.0.2-5.dsc
 c33158dc3290bccd81c9ba5e56e26d10 3080 java extra 
freehep-io_2.0.2-5.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iF4EAREKAAYFAleQoGYACgkQBIoTAU7n/+PNHwD+OltUQnTrPtkSgAY+65FImDqN
61zXVfVlvgjE8WY6YOQA/RWsTY/iU+cAq05dz+L+EfTk+0Qo96bunFF/gKPBTu3x
=wGhj
-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.


freehep-graphicsio-swf_2.1.1+dfsg-2_source.changes ACCEPTED into unstable

2016-07-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 21 Jul 2016 12:10:20 +0200
Source: freehep-graphicsio-swf
Binary: libfreehep-graphicsio-swf-java
Architecture: source
Version: 2.1.1+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-graphicsio-swf-java - FreeHEP SWF (Flash) Driver
Changes:
 freehep-graphicsio-swf (2.1.1+dfsg-2) unstable; urgency=low
 .
   [ Giovanni Mascellani ]
   * Tarball generation script fixed
   * Fixed my email address.
   * Remove obsolete lines from gbp.conf.
   * Move package to priority extra.
   * Use secure Vcs-* URLs.
   * Bump Standards-Version to 3.9.8 (no changes required).
   * Build with debhelper 9 instead of CDBS.
   * Remove trivial information in debian/README.source.
   * Add classpath to the JAR manifest.
   * Make patches DEP-3 compliant.
 .
   [ Philipp Huebner ]
   * Added myself as uploader
   * Updated Standards-Version: 3.9.6 (no changes needed)
   * Updated VCS links
   * Switched to source format 3.0 (quilt)
   * Switched to Debhelper 9
   * Updated debian/copyright and made it lintian clean
   * Dropped Depends on jre
Checksums-Sha1:
 f88d6cdc0347484f4457a25d08f5c0ea4a7b5cdf 1706 
freehep-graphicsio-swf_2.1.1+dfsg-2.dsc
 bbeb45282f9a77847a223ab95156bd5edd0afdd5 3064 
freehep-graphicsio-swf_2.1.1+dfsg-2.debian.tar.xz
Checksums-Sha256:
 e5e7e1a720a80df61940cf4a80f1e0d9a7dc3e2105a577528f29536cd1a0a47d 1706 
freehep-graphicsio-swf_2.1.1+dfsg-2.dsc
 6c156b8c670f6f3eeea9ea75450725c9d2dc83af0b7d46063ded5edbef2cba3f 3064 
freehep-graphicsio-swf_2.1.1+dfsg-2.debian.tar.xz
Files:
 f5ede6611f1c8cc13fbe5b32df66fe76 1706 java extra 
freehep-graphicsio-swf_2.1.1+dfsg-2.dsc
 c073f8af931404be3eb462dc785668c5 3064 java extra 
freehep-graphicsio-swf_2.1.1+dfsg-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iF4EAREKAAYFAleQoFsACgkQBIoTAU7n/+M4kQD5AeeQjPmZcDVk9TqXhHGmvXoR
Yf/41ijZUDTMgrRecroA/1mqgR+Enx8nRDOIQp7G8kvdsmDHUen7i2Prv/xrV7Q4
=rAIk
-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.


freehep-graphicsio-ps_2.1.1-2_source.changes ACCEPTED into unstable

2016-07-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 21 Jul 2016 12:10:20 +0200
Source: freehep-graphicsio-ps
Binary: libfreehep-graphicsio-ps-java
Architecture: source
Version: 2.1.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-graphicsio-ps-java - FreeHEP (Encapsulated) PostScript Driver
Changes:
 freehep-graphicsio-ps (2.1.1-2) unstable; urgency=low
 .
   [ Giovanni Mascellani ]
   * Tarball generation script fixed
   * Fixed my email address.
   * Remove obsolete lines from gbp.conf.
   * Move package to priority extra.
   * Use secure Vcs-* URLs.
   * Bump Standards-Version to 3.9.8 (no changes required).
   * Build with debhelper 9 instead of CDBS.
   * Remove trivial information in debian/README.source.
   * Add classpath to the JAR manifest.
   * Enable tests, except those depending on X.
   * Make patches DEP-3 compliant.
 .
   [ Philipp Huebner ]
   * Added myself as uploader
   * Updated Standards-Version: 3.9.6 (no changes needed)
   * Updated VCS links
   * Switched to source format 3.0 (quilt)
   * Switched to Debhelper 9
   * Updated debian/copyright and made it lintian clean
   * Dropped Depends on jre
Checksums-Sha1:
 6a55f15b2575a29f59acaaeb582c35e3ce8ae221 1663 freehep-graphicsio-ps_2.1.1-2.dsc
 5ecf93f842aedd90aac9f5295410b0cd3f6890d2 3012 
freehep-graphicsio-ps_2.1.1-2.debian.tar.xz
Checksums-Sha256:
 8f81f4802407bfdd70bba5b897e14924df23855087e61af8adae037526933f08 1663 
freehep-graphicsio-ps_2.1.1-2.dsc
 9a975b137166651acfb1dde0d0ebf81d59e11be6eba2766575583a1c1dc84808 3012 
freehep-graphicsio-ps_2.1.1-2.debian.tar.xz
Files:
 9c8cc01d85687bc1f50bf08a099a55a6 1663 java extra 
freehep-graphicsio-ps_2.1.1-2.dsc
 3273fdcc8196a8f82b3ffd7a4fd8bb32 3012 java extra 
freehep-graphicsio-ps_2.1.1-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iF4EAREKAAYFAleQoFEACgkQBIoTAU7n/+MTqAD/axH9hJiW/rPDY4V/Ylf+C9NE
SDWJA08Ss5GL42FL3ZQA/3Bgpbf4gQ7CzVN6TRd+YYeuwCpwXe2f1OWpcm4fWa44
=Qtjf
-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.


freehep-graphicsio-pdf_2.1.1+dfsg-2_source.changes ACCEPTED into unstable

2016-07-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 21 Jul 2016 12:10:20 +0200
Source: freehep-graphicsio-pdf
Binary: libfreehep-graphicsio-pdf-java
Architecture: source
Version: 2.1.1+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-graphicsio-pdf-java - FreeHEP Portable Document Format Driver
Changes:
 freehep-graphicsio-pdf (2.1.1+dfsg-2) unstable; urgency=low
 .
   [ Giovanni Mascellani ]
   * Tarball generation script fixed
   * Fixed my email address.
   * Remove obsolete lines from gbp.conf.
   * Move package to priority extra.
   * Use secure Vcs-* URLs.
   * Bump Standards-Version to 3.9.8 (no changes required).
   * Build with debhelper 9 instead of CDBS.
   * Remove trivial information in debian/README.source.
   * Add classpath to the JAR manifest.
   * Make patches DEP-3 compliant.
 .
   [ Philipp Huebner ]
   * Added myself as uploader
   * Updated Standards-Version: 3.9.6 (no changes needed)
   * Updated VCS links
   * Switched to source format 3.0 (quilt)
   * Switched to Debhelper 9
   * Updated debian/copyright and made it lintian clean
   * Dropped Depends on jre
Checksums-Sha1:
 ab22c4ed2a7ce4478478b8b0353e99819b5f7bc2 1706 
freehep-graphicsio-pdf_2.1.1+dfsg-2.dsc
 0897dcd453542b14cc4dbc25fddc3f226e82c3fa 2972 
freehep-graphicsio-pdf_2.1.1+dfsg-2.debian.tar.xz
Checksums-Sha256:
 132863f815bf9c31ca8ec2620e168e435f7d6400b5f3d1e556e5e4746f518c86 1706 
freehep-graphicsio-pdf_2.1.1+dfsg-2.dsc
 2a100c7c9db512dd245aa3ab9458f57700da7473657cea05aca9c6e4d5239add 2972 
freehep-graphicsio-pdf_2.1.1+dfsg-2.debian.tar.xz
Files:
 2089ef643c3dba885afbf42af8ffae9a 1706 java extra 
freehep-graphicsio-pdf_2.1.1+dfsg-2.dsc
 b5cb7d644103b00b8a9f3d2dbc36d226 2972 java extra 
freehep-graphicsio-pdf_2.1.1+dfsg-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iF4EAREKAAYFAleQoE0ACgkQBIoTAU7n/+OUFAD/cYuU4ST5PaUIHzwB6I4C3jI/
ndUXK3XYQiahYv5ASbkBAKPvfjMH+bTOgWRrOhzx9Ixk+A+3GG6/PBtHG0Kyj9nZ
=D8k5
-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.


freehep-graphicsio-java_2.1.1-2_source.changes ACCEPTED into unstable

2016-07-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 21 Jul 2016 12:10:19 +0200
Source: freehep-graphicsio-java
Binary: libfreehep-graphicsio-java-java
Architecture: source
Version: 2.1.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-graphicsio-java-java - FreeHEP Java Driver
Changes:
 freehep-graphicsio-java (2.1.1-2) unstable; urgency=low
 .
   [ Giovanni Mascellani ]
   * Tarball generation script fixed
   * Fixed my email address.
   * Remove obsolete lines from gbp.conf.
   * Move package to priority extra.
   * Use secure Vcs-* URLs.
   * Bump Standards-Version to 3.9.8 (no changes required).
   * Build with debhelper 9 instead of CDBS.
   * Remove trivial information in debian/README.source.
   * Add classpath to the JAR manifest.
   * Make patches DEP-3 compliant.
 .
   [ Philipp Huebner ]
   * Added myself as uploader
   * Updated Standards-Version: 3.9.6 (no changes needed)
   * Updated VCS links
   * Switched to source format 3.0 (quilt)
   * Switched to Debhelper 9
   * Updated debian/copyright and made it lintian clean
   * Dropped Depends on jre
Checksums-Sha1:
 bb03bb7bb3b9a86b8d0ffbd032539123a9dfc64e 1682 
freehep-graphicsio-java_2.1.1-2.dsc
 48a4221709792b9158697f0e512f3dce8c4ae1ec 2984 
freehep-graphicsio-java_2.1.1-2.debian.tar.xz
Checksums-Sha256:
 bb41396de2228eae275491d4ef96e869a9d9f5fffbef9e1dadc5e31a3f43cfee 1682 
freehep-graphicsio-java_2.1.1-2.dsc
 35a9226e8fa662edecacdcbacb9fca19e015ece5c8fc0d19a3fed1a5b05d6c28 2984 
freehep-graphicsio-java_2.1.1-2.debian.tar.xz
Files:
 84132fe69321c943aceefedc4ab508ab 1682 java extra 
freehep-graphicsio-java_2.1.1-2.dsc
 d979fd679aa9e89ff09773404552abdc 2984 java extra 
freehep-graphicsio-java_2.1.1-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iF4EAREKAAYFAleQoEcACgkQBIoTAU7n/+NsfQD/euwSsDDBgaVLcLQk2aoWpXuB
CtfQpfEJbrARgdrAZiMA/2Vp7vZ5GcQhEPymL5JlM8XPm/Ef+Cl+eRsbR++l0LI0
=CAsx
-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.


freehep-graphics2d_2.1.1-5_source.changes ACCEPTED into unstable

2016-07-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 21 Jul 2016 12:10:19 +0200
Source: freehep-graphics2d
Binary: libfreehep-graphics2d-java
Architecture: source
Version: 2.1.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-graphics2d-java - FreeHEP 2D Graphics Library
Changes:
 freehep-graphics2d (2.1.1-5) unstable; urgency=medium
 .
   [ Philipp Huebner ]
   * Added myself as uploader
   * Updated Standards-Version: 3.9.6 (no changes needed)
   * Switched to Debhelper 9
   * Updated debian/copyright and made it lintian clean
   * Updated VCS links
 .
   [ Giovanni Mascellani ]
   * Remove obsolete lines from gbp.conf.
   * Move package to priority extra.
   * Use secure Vcs-* URLs.
   * Bump Standards-Version to 3.9.8 (no changes required).
   * Build with debhelper 9 instead of CDBS.
   * Quit using topgit and remove leftovers.
   * Remove trivial information in debian/README.source.
   * Add classpath to the JAR manifest.
 + Remove previous mechanism based on javahelper.
   * Enable tests.
   * Make patches DEP-3 compliant.
Checksums-Sha1:
 f1e5403f22f093c1030bbff69a7d9c6436c98e36 1630 freehep-graphics2d_2.1.1-5.dsc
 dc707d7f8e1e3d82be6598f94ae118653fda8a9f 3344 
freehep-graphics2d_2.1.1-5.debian.tar.xz
Checksums-Sha256:
 190dc5d72e9fcd8c2091280dba13b4381b2a16f042bc7b4cbbad1a5b22865579 1630 
freehep-graphics2d_2.1.1-5.dsc
 8f535352eb5f2cbc020b3c53a53ae47ed1f4683c6572d0256999fafb72a82b3f 3344 
freehep-graphics2d_2.1.1-5.debian.tar.xz
Files:
 8b16c594c65b172004e9fedcd3188655 1630 java extra freehep-graphics2d_2.1.1-5.dsc
 999c5445bb10a6f25bf9615412e73d74 3344 java extra 
freehep-graphics2d_2.1.1-5.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iF4EAREKAAYFAleQoDkACgkQBIoTAU7n/+MjoQD+NNlniRseZV1bLH8ixrcmQlRd
wYihgeH/JnByUI1dlI0BAL86pbgGcFZJ77Kwep/5k+dR+f6Sg1iw8rZZatycBvDN
=spqa
-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.


freehep-graphicsio_2.1.1-4_source.changes ACCEPTED into unstable

2016-07-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 21 Jul 2016 12:10:19 +0200
Source: freehep-graphicsio
Binary: libfreehep-graphicsio-java
Architecture: source
Version: 2.1.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-graphicsio-java - FreeHEP GraphicsIO Base Library
Changes:
 freehep-graphicsio (2.1.1-4) unstable; urgency=medium
 .
   [ Giovanni Mascellani ]
   * Remove obsolete lines from gbp.conf.
   * Move package to priority extra.
   * Use secure Vcs-* URLs.
   * Bump Standards-Version to 3.9.8 (no changes required).
   * Build with debhelper 9 instead of CDBS.
   * Quit using topgit and remove leftovers.
   * Remove trivial information in debian/README.source.
   * Add classpath to the JAR manifest.
   * Make debian/copyright standards compliant.
   * Make patches DEP-3 compliant.
 .
   [ Philipp Huebner ]
   * Added myself as uploader
   * Updated Standards-Version: 3.9.6 (no changes needed)
   * Updated VCS links
   * Switched to Debhelper 9
   * Updated debian/copyright and made it lintian clean
Checksums-Sha1:
 9043420b45483732d4f12399d981ffc76fe007eb 1660 freehep-graphicsio_2.1.1-4.dsc
 50067c9f504958d5d21515c9e8a5cfcd7c04593f 4876 
freehep-graphicsio_2.1.1-4.debian.tar.xz
Checksums-Sha256:
 829c61b5f7862d8f4a1a34739479bfc152a06b65422191edf28e0a1fa997a2a0 1660 
freehep-graphicsio_2.1.1-4.dsc
 d0ba299f4ef8bccd2b4f0129305fb453c330be22401cd78cfea74e03e2f86624 4876 
freehep-graphicsio_2.1.1-4.debian.tar.xz
Files:
 262261f76287e6c2ff8c66495044d226 1660 java extra freehep-graphicsio_2.1.1-4.dsc
 b808ad37f5ac16ca433a6ac441359e5d 4876 java extra 
freehep-graphicsio_2.1.1-4.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iF4EAREKAAYFAleQoD4ACgkQBIoTAU7n/+Od7wD9EYvkLz3rmFzipRelTsfNzwU0
0WGfx/p3FsLERgcJnnEBAJSRQHwufT/uEdW8Fy4XdB0lVVY9eKIzAwPi0HKMM1hH
=07pQ
-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.


freehep-export_2.1.1-3_source.changes ACCEPTED into unstable

2016-07-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 21 Jul 2016 12:10:19 +0200
Source: freehep-export
Binary: libfreehep-export-java
Architecture: source
Version: 2.1.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Giovanni Mascellani 
Description:
 libfreehep-export-java - FreeHEP Export and Save As Library
Changes:
 freehep-export (2.1.1-3) unstable; urgency=medium
 .
   [ Philipp Huebner ]
   * Added myself as uploader
   * Updated Standards-Version: 3.9.6 (no changes needed)
   * Updated VCS links
   * Switched to Debhelper 9
   * Updated debian/copyright and made it lintian clean
   * Dropped Depends on jre
 .
   [ Giovanni Mascellani ]
   * Remove obsolete lines from gbp.conf.
   * Move package to priority extra.
   * Use secure Vcs-* URLs.
   * Bump Standards-Version to 3.9.8 (no changes required).
   * Build with debhelper 9 instead of CDBS.
   * Quit using topgit and remove leftovers.
   * Remove trivial information in debian/README.source.
   * Add classpath to the JAR manifest.
   * Enable tests.
 + Remove patch that removed jas-plotter from pom.xml.
   * Make patches DEP-3 compliant.
Checksums-Sha1:
 b621fe2b657d4fc67e1393caf238b582957b7125 1614 freehep-export_2.1.1-3.dsc
 60787c7a8a5b5def38c1c591dee64fed70bb110f 2940 
freehep-export_2.1.1-3.debian.tar.xz
Checksums-Sha256:
 436339d773e097000ad9e9d063ab028db2e704d7ae427e713239ee85f15f34ea 1614 
freehep-export_2.1.1-3.dsc
 14517dccd9f61b8de15241fcbc2f669ee071cabf0b56e414dd29602281134d0b 2940 
freehep-export_2.1.1-3.debian.tar.xz
Files:
 ba8a24623490f34d59f368d7c0aa63ee 1614 java extra freehep-export_2.1.1-3.dsc
 4cfc66e553bf46520f102dfa5cf9a0cb 2940 java extra 
freehep-export_2.1.1-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iF4EAREKAAYFAleQoDQACgkQBIoTAU7n/+MWXwEAqBiLcRoF7fu0NQK92753VSDf
1IKAFnLzri/JBj4EQt8BAJCdiQwplwkh8V0zdsDCc3CBHwC70vDE50Gl8rk96OEF
=0Uwr
-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.


Bug#582130: marked as done (tomcat6: High values for currentThreadsBusy since 6.0.26-1)

2016-07-21 Thread Debian Bug Tracking System
Your message dated Thu, 21 Jul 2016 12:38:08 +0200
with message-id <7a279da9-f2a4-0235-5a86-ab610775b...@apache.org>
and subject line 
has caused the Debian Bug report #582130,
regarding tomcat6: High values for currentThreadsBusy since 6.0.26-1
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.)


-- 
582130: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582130
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: tomcat6
Version: 6.0.26-1
Severity: important

Hi !

Since I have updated tomcat6 from 6.0.24-5 to 6.0.26-1, the currentThreadBusy 
value is very high. :/

# cat /var/log/aptitude
[MIS A JOUR] libservlet2.5-java 6.0.24-5 -> 6.0.26-1
[MIS A JOUR] libtomcat6-java 6.0.24-5 -> 6.0.26-1
[MIS A JOUR] tomcat6 6.0.24-5 -> 6.0.26-1
[MIS A JOUR] tomcat6-admin 6.0.24-5 -> 6.0.26-1
[MIS A JOUR] tomcat6-common 6.0.24-5 -> 6.0.26-1

Here a graph which show currentThreadBusy variable : 
http://www.easy-upload.net/fichiers/tomcat_threadInfo-week.2010513164524.png

Best regards,
Sylvain

-- System Information:
Debian Release: 5.0.4
 APT prefers stable
 APT policy: (990, 'stable'), (600, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-xen-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages tomcat6 depends on:
ii  adduser   3.110  add and remove users and groups
ii  tomcat6-common6.0.26-1   Servlet and JSP engine -- common f

Versions of packages tomcat6 recommends:
pn  authbind   (no description available)

Versions of packages tomcat6 suggests:
ii  tomcat6-admin 6.0.26-1   Servlet and JSP engine -- admin we
pn  tomcat6-docs   (no description available)
pn  tomcat6-examples   (no description available)
pn  tomcat6-user   (no description available)

-- no debconf information



--- End Message ---
--- Begin Message ---
Closing since this issue cannot be reproduced and no additional info has
been provided.--- End Message ---
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Processed: tagging 575374

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

> tags 575374 + wontfix
Bug #575374 [tomcat6] tomcat6: Relies on javax extensions being present in the 
JVM, which are not present in GCJ.
Added tag(s) wontfix.
> thanks
Stopping processing here.

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

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

> close 785316
Bug #785316 [src:tomcat6] CVE-2014-0230: non-persistent DoS attack by feeding 
data aborting an upload
Marked Bug as done
> thanks
Stopping processing here.

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

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

> tags 820163 + patch
Bug #820163 [maven-debian-helper] mh_resolve_dependencies exception when run 
with --non-interactive
Added tag(s) patch.
>
End of message, stopping processing here.

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

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

> close 787010
Bug #787010 [src:tomcat6] tomcat6: CVE-2014-7810: Security Manager bypass by 
expression language
Marked Bug as done
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
787010: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787010
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: fixed 785316 in 6.0.45+dfsg-1~deb7u1

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

> fixed 785316 6.0.45+dfsg-1~deb7u1
Bug #785316 [src:tomcat6] CVE-2014-0230: non-persistent DoS attack by feeding 
data aborting an upload
Marked as fixed in versions tomcat6/6.0.45+dfsg-1~deb7u1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
785316: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785316
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: fixed 785316 in 6.0.45+dfsg-1~deb8u1

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

> fixed 785316 6.0.45+dfsg-1~deb8u1
Bug #785316 [src:tomcat6] CVE-2014-0230: non-persistent DoS attack by feeding 
data aborting an upload
Marked as fixed in versions tomcat6/6.0.45+dfsg-1~deb8u1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
785316: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785316
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: fixed 785316 in 6.0.45+dfsg-1

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

> fixed 785316 6.0.45+dfsg-1
Bug #785316 [src:tomcat6] CVE-2014-0230: non-persistent DoS attack by feeding 
data aborting an upload
Marked as fixed in versions tomcat6/6.0.45+dfsg-1.
> thanks
Stopping processing here.

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

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

> tags 826430 + patch
Bug #826430 [maven-debian-helper] maven-debian-helper: mh_make is always 
verbose, even when -v|--verbose is not specified
Added tag(s) patch.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
826430: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=826430
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 freehep-io_2.0.2-5_source.changes

2016-07-21 Thread Debian FTP Masters
freehep-io_2.0.2-5_source.changes uploaded successfully to localhost
along with the files:
  freehep-io_2.0.2-5.dsc
  freehep-io_2.0.2-5.debian.tar.xz

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.


Processing of freehep-graphicsio-swf_2.1.1+dfsg-2_source.changes

2016-07-21 Thread Debian FTP Masters
freehep-graphicsio-swf_2.1.1+dfsg-2_source.changes uploaded successfully to 
localhost
along with the files:
  freehep-graphicsio-swf_2.1.1+dfsg-2.dsc
  freehep-graphicsio-swf_2.1.1+dfsg-2.debian.tar.xz

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.


Processing of freehep-graphicsio-emf_2.1.1-emfplus+dfsg1-3_source.changes

2016-07-21 Thread Debian FTP Masters
freehep-graphicsio-emf_2.1.1-emfplus+dfsg1-3_source.changes uploaded 
successfully to localhost
along with the files:
  freehep-graphicsio-emf_2.1.1-emfplus+dfsg1-3.dsc
  freehep-graphicsio-emf_2.1.1-emfplus+dfsg1-3.debian.tar.xz

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.



Processing of freehep-swing_2.0.3-4_source.changes

2016-07-21 Thread Debian FTP Masters
freehep-swing_2.0.3-4_source.changes uploaded successfully to localhost
along with the files:
  freehep-swing_2.0.3-4.dsc
  freehep-swing_2.0.3-4.debian.tar.xz

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.


Processing of freehep-graphicsio-ps_2.1.1-2_source.changes

2016-07-21 Thread Debian FTP Masters
freehep-graphicsio-ps_2.1.1-2_source.changes uploaded successfully to localhost
along with the files:
  freehep-graphicsio-ps_2.1.1-2.dsc
  freehep-graphicsio-ps_2.1.1-2.debian.tar.xz

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.


Processing of freehep-graphicsio-pdf_2.1.1+dfsg-2_source.changes

2016-07-21 Thread Debian FTP Masters
freehep-graphicsio-pdf_2.1.1+dfsg-2_source.changes uploaded successfully to 
localhost
along with the files:
  freehep-graphicsio-pdf_2.1.1+dfsg-2.dsc
  freehep-graphicsio-pdf_2.1.1+dfsg-2.debian.tar.xz

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.


Processing of freehep-chartableconverter-plugin_2.0-8_source.changes

2016-07-21 Thread Debian FTP Masters
freehep-chartableconverter-plugin_2.0-8_source.changes uploaded successfully to 
localhost
along with the files:
  freehep-chartableconverter-plugin_2.0-8.dsc
  freehep-chartableconverter-plugin_2.0-8.debian.tar.xz

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.


Processing of freehep-graphics2d_2.1.1-5_source.changes

2016-07-21 Thread Debian FTP Masters
freehep-graphics2d_2.1.1-5_source.changes uploaded successfully to localhost
along with the files:
  freehep-graphics2d_2.1.1-5.dsc
  freehep-graphics2d_2.1.1-5.debian.tar.xz

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.


Processing of jas-plotter_2.2.6+dfsg1-3_source.changes

2016-07-21 Thread Debian FTP Masters
jas-plotter_2.2.6+dfsg1-3_source.changes uploaded successfully to localhost
along with the files:
  jas-plotter_2.2.6+dfsg1-3.dsc
  jas-plotter_2.2.6+dfsg1-3.debian.tar.xz

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.


Processing of freehep-graphicsio-tests_2.1.1+dfsg1-4_source.changes

2016-07-21 Thread Debian FTP Masters
freehep-graphicsio-tests_2.1.1+dfsg1-4_source.changes uploaded successfully to 
localhost
along with the files:
  freehep-graphicsio-tests_2.1.1+dfsg1-4.dsc
  freehep-graphicsio-tests_2.1.1+dfsg1-4.debian.tar.xz

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.


Processing of freehep-graphicsio_2.1.1-4_source.changes

2016-07-21 Thread Debian FTP Masters
freehep-graphicsio_2.1.1-4_source.changes uploaded successfully to localhost
along with the files:
  freehep-graphicsio_2.1.1-4.dsc
  freehep-graphicsio_2.1.1-4.debian.tar.xz

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.


Processing of freehep-graphicsio-java_2.1.1-2_source.changes

2016-07-21 Thread Debian FTP Masters
freehep-graphicsio-java_2.1.1-2_source.changes uploaded successfully to 
localhost
along with the files:
  freehep-graphicsio-java_2.1.1-2.dsc
  freehep-graphicsio-java_2.1.1-2.debian.tar.xz

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.


Bug#826430: maven-debian-helper: mh_make is always verbose, even when -v|--verbose is not specified

2016-07-21 Thread Christopher Hoskin
Tags: patch

Patch to remove mandatory --verbose option.

Christopher
diff --git a/bin/mh_make b/bin/mh_make
index 50596d4..cab6495 100755
--- a/bin/mh_make
+++ b/bin/mh_make
@@ -188,7 +188,7 @@ if [ -f debian/patches/series ]; then
 fi
 
 echo
-java -cp /usr/share/java/maven-project.jar:/usr/share/java/maven-repo-helper.jar:/usr/share/java/maven-packager-utils.jar:/usr/share/maven2/lib/maven-debian-uber.jar org.debian.maven.packager.DependenciesSolver --verbose --package="$BIN_PACKAGE" ${ANT:+--ant} ${GEN_JAVADOC:+--generate-javadoc} ${RUN_TESTS:+--run-tests} ${VERBOSE:+--verbose} --maven-repo=/usr/share/maven-repo
+java -cp /usr/share/java/maven-project.jar:/usr/share/java/maven-repo-helper.jar:/usr/share/java/maven-packager-utils.jar:/usr/share/maven2/lib/maven-debian-uber.jar org.debian.maven.packager.DependenciesSolver --package="$BIN_PACKAGE" ${ANT:+--ant} ${GEN_JAVADOC:+--generate-javadoc} ${RUN_TESTS:+--run-tests} ${VERBOSE:+--verbose} --maven-repo=/usr/share/maven-repo
 
 if [ $? != 0 ]; then
 if [ -f debian/patches/series ]; then
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#831993: libcommons-codec-java: accesses the internet during build

2016-07-21 Thread Chris Lamb
I believe there is a control field for autopkgtest for this purpose. 

gregor herrmann wrote:

> On Thu, 21 Jul 2016 11:19:46 +0200, Chris Lamb wrote:
> 
> > > - by disabling them, even if they fail gracefully, in order to follow
> > >   policy, we effectively castrate the tests, which doesn't seem right
> > >   from a QA POV.
> > Mm, agreed. Moving these tests to the autopkgtest infrastructure is one
> > fix but it's not "that" clean a solution..
> 
> Well, right, autopkgtest is the next question. If a test is forbidden
> to leak to external parties the fact that it's being run during
> build, the same is probably true by analogy for autopkgtests?
> 
> (Recently I disabled the same tests for both build + autopkgtests.)
> 
> 
> Cheers,
> gregor
> 
> -- 
>  .''`.  Homepage https://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
>  : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
>  `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
>`-   BOFH excuse #211:  Lightning strikes. 


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-

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


Bug#831993: libcommons-codec-java: accesses the internet during build

2016-07-21 Thread gregor herrmann
On Thu, 21 Jul 2016 10:33:35 +0200, Chris Lamb wrote:

> > PS1: I can't say that I'm 100% convinced by this policy change.
> This may not be the appropriate venue for a protracted discussion as
> it's liable to get hidden but can you briefly outline why?

My experience with perl packages shows that:
- internet access doesn't happen during the build itself but in the
  test suite;
- usually in modules whose purpose is to do something net-related;
- by disabling them, even if they fail gracefully, in order to follow
  policy, we effectively castrate the tests, which doesn't seem right
  from a QA POV.

In those cases the argument "builds differently/produces a different
binary package/doesn't build reproducibly" with vs. without internet
doesn't hold; still, the privacy/phoning-home aspect is true here as
well, so I'm ambivalent.


Cheers,
gregor
 
-- 
 .''`.  Homepage https://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   BOFH excuse #315:  The recent proliferation of Nuclear Testing 

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


Bug#831993: libcommons-codec-java: accesses the internet during build

2016-07-21 Thread Chris Lamb
> I won't defend this argument too much, but I'd be curious to know.

Same here. Alas I'm not a Policy "wonk" (and try to avoid being one as
it tends to devolve technical discussions into ones of intepretative
legal-like arguments that focus on the minutae of language rather than
on, well, what is best for Debian)


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-

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


Bug#831993: libcommons-codec-java: accesses the internet during build

2016-07-21 Thread Emmanuel Bourg
Le 21/07/2016 à 10:41, Chris Lamb a écrit :

> Oh, now /that's/ a very cute argument :)

I'm fine with fixing the package so I won't defend this argument too
much, but I'd be curious to know. Because if the compliance level
declared by the package doesn't matter, it would mean the
Standards-Version field could be deprecated (and considering the time we
spend bumping the value of this field twice a year for ~500 packages
actively maintained by the Java team, such a simplification would be
welcome).

Emmanuel Bourg

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


Bug#831993: libcommons-codec-java: accesses the internet during build

2016-07-21 Thread Emmanuel Bourg
Le 21/07/2016 à 10:24, gregor herrmann a écrit :

> In my understanding, this has changed in 3.9.7 (emphasis mine):
> 
> * Policy: [4.9] debian/rules: required targets _must not attempt_ network
>   [..]
>   Closes: #770016

Interesting, thank you for the reference. libcommons-codec-java
currently declares a compliance to the version 3.9.6 of the policy. Does
it mean the new rule doesn't apply to it yet? :)

Emmanuel Bourg

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


Bug#831993: libcommons-codec-java: accesses the internet during build

2016-07-21 Thread Chris Lamb
> PS1: I can't say that I'm 100% convinced by this policy change.

This may not be the appropriate venue for a protracted discussion as
it's liable to get hidden but can you briefly outline why?

> PS2: I'm surprised that it took so long after the release of policy
>  3.9.7 before someone started a mass bug filing :)

Oh, I haven't started a systematic filing yet. Just filing them as
I come across them.  ;)


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-

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


Bug#831993: libcommons-codec-java: accesses the internet during build

2016-07-21 Thread Chris Lamb
> the javadoc tool merely checks the existence of the remote
> documentation to add href links in the generated files. 

Mm. This also happens with Python's "Sphinx" documentation framework.

> This is optional and doesn't break the build if it doesn't work.

Builds may not even _attempt_ access IMHO - whether it FTBFS or not is
irrelevant from this point of view.

This is for many reasons, including leaking the privacy of anyone
rebuilding our packages and, as you mention, reproducibility.

> I think this is a rather minor policy violation

I'm afraid not. Policy actually explicitly agrees with my own opinion
here for once (am not wielding it as a stick!).


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-

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


hdrhistogram_2.1.9-1_amd64.changes ACCEPTED into unstable, unstable

2016-07-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 19 Jul 2016 14:49:03 +0200
Source: hdrhistogram
Binary: libhdrhistogram-java
Architecture: source all
Version: 2.1.9-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 libhdrhistogram-java - High Dynamic Range (HDR) Histogram
Closes: 831793
Changes:
 hdrhistogram (2.1.9-1) unstable; urgency=medium
 .
   * Initial release (Closes: #831793)
Checksums-Sha1:
 a2bcf2cd9764fec9a09ccc40b2ced7ffc9ab057e 2104 hdrhistogram_2.1.9-1.dsc
 f35880d5abc691e83cdbb144aba1fa96e9217c1a 572344 hdrhistogram_2.1.9.orig.tar.xz
 2479a89c2f080387f5e396b53b71c2380565d333 5660 
hdrhistogram_2.1.9-1.debian.tar.xz
 81babe6dfebff5c3f3beedad408a1b51bfc8e911 110920 
libhdrhistogram-java_2.1.9-1_all.deb
Checksums-Sha256:
 f9bbed27d9c09a4020eef3644a85b5625faed0d816dfe1d04493efbd5fa81251 2104 
hdrhistogram_2.1.9-1.dsc
 4b241b7fc5a431774cd579c90bc872a26558e6a88dc93a3bea06f99f0c30b64c 572344 
hdrhistogram_2.1.9.orig.tar.xz
 3d28bfe86865c18f4e2ab29e795d9ffd8aa679524d11dfb12b9c50367f21e1ea 5660 
hdrhistogram_2.1.9-1.debian.tar.xz
 98e87ae2f595057294168e37975686899d69b52d20e73b2a9855c634b0b9312e 110920 
libhdrhistogram-java_2.1.9-1_all.deb
Files:
 4ffdc00a1c03374b735b365cc8a3960a 2104 java optional hdrhistogram_2.1.9-1.dsc
 05d75cfac310572e885b8df4d760645f 572344 java optional 
hdrhistogram_2.1.9.orig.tar.xz
 23123ccfbb4ae6ff9be6df57deabb0f4 5660 java optional 
hdrhistogram_2.1.9-1.debian.tar.xz
 a091cdd759646ba79ec1a50683626b54 110920 java optional 
libhdrhistogram-java_2.1.9-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJXkAO/AAoJEPUTxBnkudCsuIcQAKR3WYSuY9+WFFFusTfkrFXo
cR/C2bxTUb93znv2HQ5H7fwC5po2kLtTFQrdTm+sr2yJcQqqzjhctPj0o8KolB0l
AXP7s5lHd3dSvwCGUvwbLW9IFiUjmRUm0+XD+ZnBdIlkBt2JF7moqY9u/917U2gG
OEbKnoEtnuQrt0YoAiJUuWpi8nkTDLvKwulQMbduV3I6Sa762ReH3Tc0x4YnDmD6
srU+/uNwbENl8k0WSSozLvyPJ4BWJgSN/xlIq58kQFIXEqaqaDopttCkZZQnJZWU
+rpNdDbVuGtQTcPgBZjX6As5R5kXcB0fgU+VRjyKeO1SHKvCIhmohJA/c4lVi7Hm
0qgC1e8TPqTzMdgHvjlveLw921H7vnYYLQrhMpiP9Ja9fJSwwv2XJK/VDNilDERm
jiBlU7wRa7T2TmDU9SD4iYoO1IaRJpIT8iuz/33sF4FvceVfcKBBL8NwHpKpVmK7
rYGpk2+ZpHug5KT1SkotPHiJqFXzENmEwZ+xpDCB6YB2Jz26Yv1AV51qK5sney8q
2hQ/lb9IToG0XJu+qOvhMnOd2qFpbP9DPWFPtSDWVXrVfWO/EhH6OOuurNIZ5IGO
EJuIDZ0YKpIl2erxDS+rcaoLt8ftJdmE/gYl0370UoB1PABlnSuLxtymssGcYvJg
APoOOvz24A8MaFsnC22g
=5gfF
-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.


Bug#831993: libcommons-codec-java: accesses the internet during build

2016-07-21 Thread Chris Lamb
Source: libcommons-codec-java
Version: 1.10-1
Severity: serious
Justification: Policy 4.9
User: la...@debian.org
Usertags: network-access

Dear Maintainer,

Whilst libcommons-codec-java builds successfully on unstable/amd64, according to
Debian Policy 4.9 packages may not attempt network access during
a build.

  00:00:00.00 IP 927730abfc42.59882 > 192.168.43.1.domain: 28043+ A? 
download.oracle.com. (37)
  00:00:00.57 IP 927730abfc42.59882 > 192.168.43.1.domain: 58907+ ? 
download.oracle.com. (37)
  00:00:00.367740 IP 192.168.43.1.domain > 927730abfc42.59882: 28043 4/0/1 
CNAME download.oracle.com.edgesuite.net., CNAME a1961.d.akamai.net., A 
2.21.71.90, A 2.21.71.80 (156)
  00:00:00.372237 IP 192.168.43.1.domain > 927730abfc42.59882: 58907 2/1/1 
CNAME download.oracle.com.edgesuite.net., CNAME a1961.d.akamai.net. (182)
  00:00:00.375308 IP 927730abfc42.58862 > 2.21.71.90.http: Flags [S], seq 
807871607, win 29200, options [mss 1460,sackOK,TS val 5743965 ecr 0,nop,wscale 
7], length 0
  00:00:00.415639 IP 2.21.71.90.http > 927730abfc42.58862: Flags [S.], seq 
1375254780, ack 807871608, win 13080, options [mss 1320,sackOK,TS val 
3348374771 ecr 5743965,nop,wscale 9], length 0

  [..]

The full build log (including tcpdump output) is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-


libcommons-codec-java.1.10-1.unstable.amd64.log.txt.gz
Description: Binary data
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.