Bug#809733: Bug#808636: activemq: FTBFS: package org.apache.kahadb.index does not exist

2016-03-09 Thread Stephen Nelson
On Wed, 9 Mar 2016, 17:09 Markus Koschany,  wrote:

>
> Debian's watch file points to
>
> https://svn.apache.org/repos/asf/activemq/tags/
>
> but they apparently stopped tagging new releases some time ago.
>
>
> Hi Markus

I think they switched to git:

https://git-wip-us.apache.org/repos/asf?p=activemq.git

The releases are tagged there.

Thanks

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

Bug#814176: azureus: (Build-)Depends on OpenJDK 7

2016-03-09 Thread Stephen Nelson
On Wed, Mar 9, 2016 at 4:03 PM Markus Koschany <a...@debian.org> wrote:

>
> This issue is fixed in Git but Stephen Nelson wanted to ask upstream for
> some license clarifications. Unfortunately we haven't heard back  from
> him since August 2015.
>
> https://lists.debian.org/debian-java/2015/08/msg00029.html
>
>
Hi Markus

I did contact upstream [1] but they never replied. I'm not a user of the
software but was trying to keep it in Debian.

[1] http://forum.vuze.com/Thread-Incompatible-licence-issue
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#795514: maven-debian-helper: mh_make fails on module that does not exist when defined within a profile

2015-08-14 Thread Stephen Nelson
Package: maven-debian-helper
Version: 1.6.12
Severity: normal

Dear Maintainer,

I was trying to package neo4j (https://github.com/neo4j/neo4j) using mh_make. 
While resolving one of the poms in a module there is
reference to a non-existing module within a profile. This caused mh_make to 
throw the following error.

Error message:

Analysing packaging/installer-qa/pom.xml...
Cannot find pom file 
/home/stephen/code/neo4j/neo4j/./packaging/installer-qa/pom.xml
Aug 14, 2015 9:03:08 PM org.debian.maven.packager.DependenciesSolver 
resolveDependencies
SEVERE: Error while resolving ./packaging/installer-qa/pom.xml: 
./packaging/installer-qa/pom.xml (No such file or directory)
Aug 14, 2015 9:03:08 PM org.debian.maven.packager.DependenciesSolver 
resolveDependencies
SEVERE: 
java.io.FileNotFoundException: ./packaging/installer-qa/pom.xml (No such file 
or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.init(FileInputStream.java:146)
at org.debian.maven.util.Readers.read(Readers.java:50)
at org.debian.maven.repo.POMReader.readPom(POMReader.java:57)
at 
org.debian.maven.repo.POMTransformer.transformPom(POMTransformer.java:226)
at 
org.debian.maven.packager.DependenciesSolver.getPOM(DependenciesSolver.java:500)
at 
org.debian.maven.packager.DependenciesSolver.resolveDependencies(DependenciesSolver.java:296)
at 
org.debian.maven.packager.DependenciesSolver.resolveDependencies(DependenciesSolver.java:421)
at 
org.debian.maven.packager.DependenciesSolver.resolveDependencies(DependenciesSolver.java:421)
at 
org.debian.maven.packager.DependenciesSolver.solveDependencies(DependenciesSolver.java:261)
at 
org.debian.maven.packager.DependenciesSolver.main(DependenciesSolver.java:960)

I would expect mh_make to treat this as a warning and continue processing the 
pom.

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages maven-debian-helper depends on:
ii  default-jdk2:1.7-52
ii  libmaven-clean-plugin-java 2.5-1
ii  libmaven-compiler-plugin-2.5-java  2.5.1-4
ii  libmaven-jar-plugin-java   2.4-1
ii  libmaven-resources-plugin-java 2.3-8
ii  libmaven-site-plugin-java  2.1-3
ii  libplexus-velocity-java1.1.8-1
ii  libsurefire-java   2.17-2
ii  maven-repo-helper  1.8.12
ii  maven2 2.2.1-27
ii  velocity   1.7-4

maven-debian-helper recommends no packages.

Versions of packages maven-debian-helper suggests:
ii  apt-file  2.5.4
ii  devscripts2.15.8
pn  libmaven-javadoc-plugin-java  none
ii  subversion1.9.0-1

-- no debconf information

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


Bug#795142:

2015-08-14 Thread Stephen Nelson
I can re-create the FTBFS error.

Adding a build dependency on libaether-java resolves that issue but
then the following compilation error occurs:

[ERROR] BUILD FAILURE
[INFO] 
[INFO] Compilation failure
/tmp/buildd/maven-dependency-tree-2.0/src/main/java/org/apache/maven/shared/dependency/graph/internal/Maven3DependencyGraphBuilder.java:[76,19]
error: method buildDependencyNode in class
Maven3DependencyGraphBuilder cannot be applied to given types;

I'll try and investigate the cause.

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


Bug#793492:

2015-07-28 Thread Stephen Nelson
I had updated Vuze to 5.3 [1] but there were some outstanding
questions over the copyright of source files. I raised this with
upstream and they took a while to clarify it and I lost the momentum a
bit.

I'd still like to get it back into Debian so I'll import the latest
version and try to get it done soon. Please don't remove it just yet.

Many thanks

Stephen

[1] http://anonscm.debian.org/cgit/pkg-java/azureus.git/commit/?h=vuze5.3

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


Bug#760733: libspring-java: CVE-2014-0225

2014-11-26 Thread Stephen Nelson
On 26 Nov 2014 10:45, Raphael Hertzog hert...@debian.org wrote:

 Hello Stephen,

 On Mon, 08 Sep 2014, Stephen Nelson wrote:
   For what it's worth, CVE-2014-3578 was assigned to a directory
traversal
   vulnerability in libspring-java
   ( http://www.pivotal.io/security/cve-2014-3578)
 
  Thanks for letting us know about this one. I've had a quick look and it
  might be more difficult to fix given that there hasn't been a specific
  commit made in a later version of Spring which could be backported.
  However, I will look into this in more detail and report back to the BTS
  for this bug.

 I haven't seen any followup yet. Do you still plan to do the required
 investigation?

 This bug is one of Jessie's remaining release critical bugs so it would
 be nice if there could be some progress. (Of course, packaging a new
 upstream version can also be considered by release team members
 if backporting is too much work)


I couldn't find any specifics on this vulnerability other than the upstream
saying it's not present in their currently supported versions.

Therefore it looks like upgrading to 3.2.x would solve the security issue
but is quite a lot of work and involves dependencies not yet packaged in
Debian.

I'm happy to help but ask more experienced Java team members on what's the
best course of action here.

Cheers

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

Bug#749365:

2014-09-11 Thread Stephen Nelson
I have built this with the latest Oracle Java 8u20 JVM and the tests still
randomly fail i.e. two out of three builds with Oracle Java 8 were
successful.

Which leads to two possible reasons for the failure:

One of the build deps has been replaced with a later version and is causing
the breakage.
The last re-builds [un]luckily built successfully even though a sporadic
test failure bug existed.
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#753470: libspring-java: CVE-2014-0225

2014-09-08 Thread Stephen Nelson
On Sun, Sep 7, 2014 at 12:34 PM, Yves-Alexis Perez cor...@debian.org
wrote:

 On sam., 2014-09-06 at 21:38 -0700, tony mancill wrote:
  On 09/06/2014 11:36 AM, Salvatore Bonaccorso wrote:
   Hi Tony,
  
   On Sat, Sep 06, 2014 at 08:50:24AM -0700, tony mancill wrote:
   On Wed, 02 Jul 2014 10:36:55 +0200 Moritz Muehlenhoff j...@inutil.org
 
   wrote:
   Package: libspring-java
   Severity: grave
   Tags: security
   Justification: user security hole
  
   Hi,
   please see http://www.gopivotal.com/security/cve-2014-0225
  
   Hello,
  
   I have uploaded a a patched version (thanks Stephen!) to unstable and
   prepared an upload 3.0.6.RELEASE-6+deb7u4 for wheezy-security, for
 which
   the debdiff for the .dsc and .changes is attached.  (It is essentially
   identical to the debdiff for unstable.)  I also placed the source and
   binary packages for the wheezy update here:
  
 https://people.debian.org/~tmancill/libspring-java_wheezy/
  
   for Security Team review.
  


Thanks for packaging the fix Tony.


   AFAICS at the time (at least), this CVE was marked no-dsa. Do you
   concur on this classification or is there something we missed? If so,
   could you contact the stable release managers to have an update trough
   stable proposed updates?
 
  Hi Salvatore,
 
  No, I'm not aware of anything that has been missed.  I was just trying
  to be proactive about creating a package.  If any user needs to build
  for wheezy, the patch is available in the BTS.
 
  Thank you for the information,
  tony

 For what it's worth, CVE-2014-3578 was assigned to a directory traversal
 vulnerability in libspring-java
 ( http://www.pivotal.io/security/cve-2014-3578)


Thanks for letting us know about this one. I've had a quick look and it
might be more difficult to fix given that there hasn't been a specific
commit made in a later version of Spring which could be backported.
However, I will look into this in more detail and report back to the BTS
for this bug.

I think it's no-dsa too, but both can be fixed in a point release.

 Regards,
 --
 Yves-Alexis Perez - Debian Security



Cheers,

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

Bug#753470: Fwd: Patch

2014-09-05 Thread Stephen Nelson
Please find attached a patch which backports the security fix to the
version of Spring present in Debian Wheezy.
diff --git a/debian/patches/CVE-2014-0225.patch b/debian/patches/CVE-2014-0225.patch
new file mode 100644
index 000..9fe2e7b
--- /dev/null
+++ b/debian/patches/CVE-2014-0225.patch
@@ -0,0 +1,305 @@
+--- a/projects/org.springframework.oxm/src/main/java/org/springframework/oxm/jaxb/Jaxb2Marshaller.java
 b/projects/org.springframework.oxm/src/main/java/org/springframework/oxm/jaxb/Jaxb2Marshaller.java
+@@ -21,6 +21,7 @@
+ import java.io.IOException;
+ import java.io.InputStream;
+ import java.io.OutputStream;
++import java.io.StringReader;
+ import java.io.UnsupportedEncodingException;
+ import java.lang.reflect.GenericArrayType;
+ import java.lang.reflect.ParameterizedType;
+@@ -69,6 +70,7 @@
+ 
+ import org.apache.commons.logging.Log;
+ import org.apache.commons.logging.LogFactory;
++import org.xml.sax.EntityResolver;
+ import org.xml.sax.InputSource;
+ import org.xml.sax.SAXException;
+ import org.xml.sax.XMLReader;
+@@ -668,8 +670,11 @@
+ 			if (xmlReader == null) {
+ xmlReader = XMLReaderFactory.createXMLReader();
+ 			}
+-			xmlReader.setFeature(http://xml.org/sax/features/external-general-entities;,
+-	this.processExternalEntities);
++String name = http://xml.org/sax/features/external-general-entities;;
++xmlReader.setFeature(name, isProcessExternalEntities());
++if (!isProcessExternalEntities()) {
++xmlReader.setEntityResolver(NO_OP_ENTITY_RESOLVER);
++}
+ 
+ 			return new SAXSource(xmlReader, inputSource);
+ 		}
+@@ -865,4 +870,11 @@
+ 		}
+ 	}
+ 
++
++	private static final EntityResolver NO_OP_ENTITY_RESOLVER = new EntityResolver() {
++		public InputSource resolveEntity(String publicId, String systemId) {
++			return new InputSource(new StringReader());
++		}
++	};
++
+ }
+--- a/projects/org.springframework.oxm/src/main/java/org/springframework/oxm/support/AbstractMarshaller.java
 b/projects/org.springframework.oxm/src/main/java/org/springframework/oxm/support/AbstractMarshaller.java
+@@ -20,6 +20,7 @@
+ import java.io.InputStream;
+ import java.io.OutputStream;
+ import java.io.Reader;
++import java.io.StringReader;
+ import java.io.Writer;
+ import javax.xml.parsers.DocumentBuilder;
+ import javax.xml.parsers.DocumentBuilderFactory;
+@@ -42,6 +43,7 @@
+ import org.apache.commons.logging.LogFactory;
+ import org.w3c.dom.Node;
+ import org.xml.sax.ContentHandler;
++import org.xml.sax.EntityResolver;
+ import org.xml.sax.InputSource;
+ import org.xml.sax.SAXException;
+ import org.xml.sax.XMLReader;
+@@ -203,6 +205,9 @@
+ 	protected XMLReader createXmlReader() throws SAXException {
+ 		XMLReader xmlReader = XMLReaderFactory.createXMLReader();
+ 		xmlReader.setFeature(http://xml.org/sax/features/external-general-entities;, isProcessExternalEntities());
++		if (!isProcessExternalEntities()) {
++			xmlReader.setEntityResolver(NO_OP_ENTITY_RESOLVER);
++		}
+ 		return xmlReader;
+ 	}
+ 
+@@ -563,4 +568,11 @@
+ 	protected abstract Object unmarshalSaxReader(XMLReader xmlReader, InputSource inputSource)
+ 			throws XmlMappingException, IOException;
+ 
++
++	private static final EntityResolver NO_OP_ENTITY_RESOLVER = new EntityResolver() {
++		public InputSource resolveEntity(String publicId, String systemId) {
++			return new InputSource(new StringReader());
++		}
++	};
++
+ }
+--- a/projects/org.springframework.web/src/main/java/org/springframework/http/converter/xml/Jaxb2RootElementHttpMessageConverter.java
 b/projects/org.springframework.web/src/main/java/org/springframework/http/converter/xml/Jaxb2RootElementHttpMessageConverter.java
+@@ -17,6 +17,7 @@
+ package org.springframework.http.converter.xml;
+ 
+ import java.io.IOException;
++import java.io.StringReader;
+ import javax.xml.bind.JAXBElement;
+ import javax.xml.bind.JAXBException;
+ import javax.xml.bind.MarshalException;
+@@ -28,6 +29,8 @@
+ import javax.xml.bind.annotation.XmlType;
+ import javax.xml.transform.Result;
+ import javax.xml.transform.Source;
++import javax.xml.transform.sax.SAXSource;
++import javax.xml.transform.stream.StreamSource;
+ 
+ import org.springframework.core.annotation.AnnotationUtils;
+ import org.springframework.http.HttpHeaders;
+@@ -36,6 +39,11 @@
+ import org.springframework.http.converter.HttpMessageNotReadableException;
+ import org.springframework.http.converter.HttpMessageNotWritableException;
+ import org.springframework.util.ClassUtils;
++import org.xml.sax.EntityResolver;
++import org.xml.sax.InputSource;
++import org.xml.sax.SAXException;
++import org.xml.sax.XMLReader;
++import org.xml.sax.helpers.XMLReaderFactory;
+ 
+ /**
+  * Implementation of {@link org.springframework.http.converter.HttpMessageConverter HttpMessageConverter} that can read
+@@ -49,6 +57,21 @@
+  */
+ public class Jaxb2RootElementHttpMessageConverter extends 

Bug#756611: libxmltooling-java: Short description does not sufficiently describe package function

2014-07-31 Thread Stephen Nelson
Source: libxmltooling-java
Severity: minor

The short description text does not help the user understand the function of 
the package.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.14-1-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

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


Bug#756611: libxmltooling-java: Short description does not sufficiently describe package function

2014-07-31 Thread Stephen Nelson
Source: libxmltooling-java
Followup-For: Bug #756611

Please find attached a patch for the description field.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.14-1-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
diff --git a/debian/control b/debian/control
index 3deb382..ffe0d27 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Package: libxmltooling-java
 Architecture: all
 Depends: ${misc:Depends}, ${maven:Depends}
 Recommends: ${maven:OptionalDepends}
-Description: XMLTooling-J
+Description: Low-level Java XML library 
  XMLTooling-J is a low-level library that may be used to construct libraries
  that allow developers to work with XML in a Java beans manner.
 
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#733234: Groovy fails with groovy.lang.MissingMethodException

2014-04-17 Thread Stephen Nelson
On Fri, Apr 18, 2014 at 12:33 AM, Miguel Landaeta nomad...@debian.org wrote:
 Hi Bálint,

 On Fri, Apr 18, 2014 at 12:51:38AM +0200, Bálint Réczey wrote:
 
  Sorry I can't be more useful for this bug at this moment.
 If I uploaded groovy 2.2.1 to unstable now I would break gradle and
 groovy itself by causing FTBFS on both packages. To summarize this mess:

 * gradle build-depends on itself.
 * AFAICT, gradle only works with groovy 1.8.x, 6 = x = 9.
 * groovy 1.8.6 is buildable with ant.
 * groovy 2.x build-depends on gradle.
 * gradle has an FTBFS already (#744337) caused by a bug introduced in groovy 
 1.8.6-2.

 Evidently, groovy (and software depending on it) can't advance on this 
 situation.
 I appreciate help and comments from the team on this issue.


Hi Miguel,

I'm looking at this too, as it stops work on building Spring using
Gradle. I updated groovy to 1.8.9, and still gradle fails. So I
thought about including the required dependencies to enable the groovy
tests. This will prove the software performs as originally intended.
So far, I've got the tests to compile but not yet run with groovy
1.8.9. I can continue with that, but I agree getting a more recent
groovy would be advantageous for reasons other than gradle.

Many thanks

Stephen

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


Bug#738110: libjsf-api-java: Please provide Maven artifact

2014-02-07 Thread Stephen Nelson
Package: libjsf-api-java
Version: 2.0.3-3
Severity: normal

Dear Maintainer,

Please provide a Maven artifact for your package as it will aid with
packaging other software.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.12-1-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 libjsf-api-java depends on:
ii  libservlet2.5-java  6.0.37-1

Versions of packages libjsf-api-java recommends:
ii  libjsf-impl-java  2.0.3-3

Versions of packages libjsf-api-java suggests:
ii  glassfish-javaee  1:2.1.1-b31g-3
pn  libjsf-java-doc   none

-- no debconf information

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


Bug#738111: libvelocity-tools-java: Please provide Maven artifact

2014-02-07 Thread Stephen Nelson
Package: libvelocity-tools-java
Version: 2.0-2
Severity: normal

Dear Maintainer,

Please can you provide a Maven artifact jar for the *-view.jar part of
Velocity Tools.
It will help with packaging other software in Debian.

Thank you.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.12-1-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 libvelocity-tools-java depends on:
ii  libcommons-beanutils-java 1.9.1-1
ii  libcommons-collections3-java  3.2.1-6
ii  libcommons-digester-java  1.8.1-4
ii  libcommons-lang-java  2.6-4
ii  libcommons-logging-java   1.1.3-1
ii  libcommons-validator-java 1:1.4.0-2
ii  libdom4j-java 1.6.1+dfsg.3-2
ii  liboro-java   2.0.8a-9
ii  libservlet2.5-java6.0.37-1
ii  velocity  1.7-4

libvelocity-tools-java recommends no packages.

libvelocity-tools-java suggests no packages.

-- no debconf information

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


Bug#735792:

2014-01-17 Thread Stephen Nelson
This part of the build logs is more relevant:

[junit] Tests run: 19, Failures: 1, Errors: 1, Skipped: 1, Time
elapsed: 6.243 sec
[junit] Test
org.apache.commons.math3.optim.nonlinear.scalar.noderiv.BOBYQAOptimizerTest
FAILED

[junit] Tests run: 19, Failures: 1, Errors: 1, Skipped: 1, Time
elapsed: 6.258 sec
[junit] Test
org.apache.commons.math3.optimization.direct.BOBYQAOptimizerTest
FAILED

And possibly related to this bug reported upstream:

https://issues.apache.org/jira/browse/MATH-1057

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


Bug#730140: libjasperreports-java: Please provide Maven artifacts

2013-11-21 Thread Stephen Nelson
Package: libjasperreports-java
Version: 4.1.3+dfsg-2
Severity: normal

Dear Maintainer,

Please consider providing Maven artifacts for your software. It will aid with 
packaging other software.

Thank you.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.10-1-amd64 (SMP w/1 CPU core)
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 libjasperreports-java depends on:
ii  libcommons-beanutils-java 1.8.3-4
ii  libcommons-codec-java 1.8-1
ii  libcommons-collections3-java  3.2.1-6
ii  libcommons-digester-java  1.8.1-4
ii  libcommons-logging-java   1.1.3-1
ii  libecj-java   3.8.2-4
ii  libjcommon-java   1.0.16-3
ii  libxalan2-java2.7.1-8

Versions of packages libjasperreports-java recommends:
ii  libapache-poi-java   3.9-1
ii  libbatik-java1.7+dfsg-4
ii  libcastor-core-java  1.3.2-1
ii  libcastor-xml-java   1.3.2-1
ii  libhibernate3-java   3.6.10.Final-2
ii  libitext-java2.1.7-7
ii  libjexcelapi-java2.6.12-2
ii  libjfreechart-java   1.0.13-5

Versions of packages libjasperreports-java suggests:
ii  bsh   2.0b4-12
ii  groovy1.8.6-1
ii  libantlr-java 2.7.7+dfsg-5
ii  libasm2-java  2.2.3-6
ii  libjackson-json-java  1.9.2-1
pn  libmondrian-java  none
pn  libolap4j-javanone
ii  libspring-beans-java  3.0.6.RELEASE-8
ii  libspring-core-java   3.0.6.RELEASE-8
ii  velocity  1.7-4

-- no debconf information

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


Bug#730139: libibatis-java: Please provide Maven artifact

2013-11-21 Thread Stephen Nelson
Package: libibatis-java
Version: 2.3.4.726-3
Severity: normal

Dear Maintainer,

Please consider providing Maven artifacts for your software. It will aid with 
packaging other software. 

Thank you

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

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

libibatis-java depends on no packages.

libibatis-java recommends no packages.

Versions of packages libibatis-java suggests:
pn  java-virtual-machine  none

-- no debconf information

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


Bug#729087: libjamon-java: Please provide Maven artifact

2013-11-08 Thread Stephen Nelson
Package: libjamon-java
Version: 2.7-3
Severity: normal

Dear Maintainer,

Please provide Maven artifacts to aid packaging other software. Thank you.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

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

-- no debconf information

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


Bug#729092: libeclipselink-java: Please provide Maven artifacts

2013-11-08 Thread Stephen Nelson
Package: libeclipselink-java
Version: 2.5.1-1
Severity: normal

Dear Maintainer,

Please provide Maven artifacts for this package. It will aid with packaging 
other software in Debian. Thank you.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.10-1-amd64 (SMP w/1 CPU core)
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 libeclipselink-java depends on:
ii  antlr33.2-9
ii  libasm3-java  3.3.2-2
ii  libcdi-api-java   1.0-1
ii  libgeronimo-j2ee-connector-1.5-spec-java  2.0.0-1
ii  libgeronimo-javamail-1.4-spec-java1.7.1-2
ii  libgeronimo-jms-1.1-spec-java 1.1-1.2
ii  libgeronimo-jta-1.1-spec-java 1.1.1-3
ii  libgeronimo-validation-1.0-spec-java  1.1-2
ii  libjpa-2.1-spec-java  2.1.0.v201304241213-1
ii  libjsr311-api-java1.1.1-1

Versions of packages libeclipselink-java recommends:
ii  aspectj 1.6.12+dfsg-3
ii  libsdo-api-java 1.1.1-1
ii  libservlet3.0-java  7.0.42-1

Versions of packages libeclipselink-java suggests:
pn  libeclipselink-java-doc  none

-- no debconf information

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


Bug#729010: libitext-java: Please provide Maven artifacts

2013-11-07 Thread Stephen Nelson
Package: libitext-java
Version: 2.1.7-7
Severity: important

Dear Maintainer,

Please provide Maven artifacts to aid packaging other software. Thank you.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.10-1-amd64 (SMP w/1 CPU core)
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 libitext-java depends on:
ii  libbcmail-java  1.49+dfsg-2
ii  libbcpkix-java  1.49+dfsg-2
ii  libbcprov-java  1.49+dfsg-2

libitext-java recommends no packages.

Versions of packages libitext-java suggests:
pn  libitext-java-gcj  none

-- no debconf information

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


Bug#729013: librome-java: Please provide correct Maven artifact

2013-11-07 Thread Stephen Nelson
Package: librome-java
Version: 1.0-5
Severity: normal

Dear Maintainer,

Please provide a Maven pom which references the Debian version of jdom. 
Currently the group:artifact:version is:

jdom:jdom:debian

However jdom from libjdom1-java is installed at:

org.jdom:jdom:debian

If this is fixed it will help with packaging other software.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.10-1-amd64 (SMP w/1 CPU core)
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 librome-java depends on:
ii  libjdom1-java  1.1.3-1

librome-java recommends no packages.

Versions of packages librome-java suggests:
pn  librome-java-doc  none

-- no debconf information

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


Bug#729017: libgeronimo-commonj-spec-java: Please provide Maven artifacts

2013-11-07 Thread Stephen Nelson
Package: libgeronimo-commonj-spec-java
Version: 1.1.1-1
Severity: normal

Dear Maintainer,

Please provide Maven artifacts to aid packaging other software. Thank you.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

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

-- no debconf information

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


Bug#729021: libjibx1.2-java: Please provide Maven artifacts

2013-11-07 Thread Stephen Nelson
Package: libjibx1.2-java
Version: 1.2.3-2
Severity: normal

Dear Maintainer,

Please provide Maven artifacts to aid packaging other software. Thank you.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.10-1-amd64 (SMP w/1 CPU core)
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 libjibx1.2-java depends on:
ii  libbcel-java  5.2-9
ii  libxpp3-java  1.1.4c-2

libjibx1.2-java recommends no packages.

Versions of packages libjibx1.2-java suggests:
pn  java-virtual-machine  none
pn  libjibx-java-doc  none

-- no debconf information

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


Bug#706176: FTBFS with hsqldb 2.2.9: cannot find symbol (org.hsqldb.Trace)

2013-08-12 Thread Stephen Nelson
There appears to be a fix for this in the latest trunk upstream:

http://svn.apache.org/viewvc/openjpa/trunk/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/HSQLDictionary.java?revision=1496128view=markup

This fix isn't in any released version of the upstream as of yet. If
you want I'm happy to patch this package so that it will build?

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