Bug#773805: liblucene4-java: Incomplete poms installed in /usr/share/maven-repo

2015-01-10 Thread tony mancill
On 01/07/2015 10:41 PM, Niels Thykier wrote:
 On 2015-01-08 05:17, tony mancill wrote:
 [...]


 Hello Hilko, Emmanuel,

 I'm taking a look at this, but in the interest of the jessie release, I
 wanted to ask Emmanuel whether it would be okay to decrease the severity.

 We have a number of other packages with missing or incomplete poms, and
 propose that we discuss maven metadata for all Java library packages as
 a release goal for jessie + 1.

 Otherwise, the package will be removed soonish (February 5th).

 https://tracker.debian.org/pkg/lucene4

 Thanks,
 tony

 [...]
 
 Hi,
 
 If the bug is RC on its own, but you believe it is irrelevant for the
 Jessie release, the correct option would be to have it ignored (please
 file a bug against release.debian.org for that).
   Mind you, the assumption is that the bug is in fact RC.  If not, the
 release team will probably recommend downgrading it instead.
 
 If the bug only prevents new packages from being build (i.e. packages
 not already in Jessie/sid), it /sounds/ like it might not be RC after
 all (maybe important).  However, please keep in mind that my answer is
 solely based on the above mail.

Hi Niels,

Thank you for the guidance.  In the case of #773805 (maven pom), I do
believe that it's not RC from a severity standpoint.

I think #773829 might fall into the same category, although I do have a
patch and will be uploading a new package with just this build change
tomorrow morning.

Cheers,
tony




signature.asc
Description: OpenPGP digital signature


Bug#773805: liblucene4-java: Incomplete poms installed in /usr/share/maven-repo

2015-01-07 Thread tony mancill
On 12/23/2014 08:55 PM, Hilko Bengen wrote:
 * Emmanuel Bourg:
 
 Package: liblucene4-java
 Version: 1:4.6.1+dfsg-2
 Severity: serious

 The liblucene4-java package installs dummy pom.xml files in 
 /usr/share/maven-repo
 which are missing important information to be usable by other packages.
 
 Emmanuel,
 
 thank you for finding and reporting the problem. I cannot fix and upload
 this at the moment.
 
 So, I'd be grateful if you (or anyone else) could make an upload to fix
 this,


Hello Hilko, Emmanuel,

I'm taking a look at this, but in the interest of the jessie release, I
wanted to ask Emmanuel whether it would be okay to decrease the severity.

We have a number of other packages with missing or incomplete poms, and
propose that we discuss maven metadata for all Java library packages as
a release goal for jessie + 1.

Otherwise, the package will be removed soonish (February 5th).

https://tracker.debian.org/pkg/lucene4

Thanks,
tony



signature.asc
Description: OpenPGP digital signature


Bug#773805: liblucene4-java: Incomplete poms installed in /usr/share/maven-repo

2015-01-07 Thread Emmanuel Bourg
Le 08/01/2015 07:41, Niels Thykier a écrit :

 If the bug only prevents new packages from being build (i.e. packages
 not already in Jessie/sid), it /sounds/ like it might not be RC after
 all (maybe important).  However, please keep in mind that my answer is
 solely based on the above mail.

You are right, let's decrease the severity.

Emmanuel


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#773805: liblucene4-java: Incomplete poms installed in /usr/share/maven-repo

2015-01-07 Thread Niels Thykier
On 2015-01-08 05:17, tony mancill wrote:
 [...]
 
 
 Hello Hilko, Emmanuel,
 
 I'm taking a look at this, but in the interest of the jessie release, I
 wanted to ask Emmanuel whether it would be okay to decrease the severity.
 
 We have a number of other packages with missing or incomplete poms, and
 propose that we discuss maven metadata for all Java library packages as
 a release goal for jessie + 1.
 
 Otherwise, the package will be removed soonish (February 5th).
 
 https://tracker.debian.org/pkg/lucene4
 
 Thanks,
 tony
 
 [...]

Hi,

If the bug is RC on its own, but you believe it is irrelevant for the
Jessie release, the correct option would be to have it ignored (please
file a bug against release.debian.org for that).
  Mind you, the assumption is that the bug is in fact RC.  If not, the
release team will probably recommend downgrading it instead.

If the bug only prevents new packages from being build (i.e. packages
not already in Jessie/sid), it /sounds/ like it might not be RC after
all (maybe important).  However, please keep in mind that my answer is
solely based on the above mail.

Thanks,
~Niels


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#773805: liblucene4-java: Incomplete poms installed in /usr/share/maven-repo

2014-12-23 Thread Emmanuel Bourg
Package: liblucene4-java
Version: 1:4.6.1+dfsg-2
Severity: serious

The liblucene4-java package installs dummy pom.xml files in 
/usr/share/maven-repo
which are missing important information to be usable by other packages.

For example the pom.xml for lucene-core is reduced to:

  ?xml version=1.0 encoding=UTF-8?
  project xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;
  xmlns=http://maven.apache.org/POM/4.0.0;
  xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
modelVersion4.0.0/modelVersion
groupIdorg.apache.lucene/groupId
artifactIdlucene-core/artifactId
version4.x/version
descriptiondummy POM/description
packagingjar/packaging
  /project

It is missing the debian.package property required by maven-debian-helper to 
resolve the dependencies properly.

The Maven dependencies are also missing, lucene-expressions should declare a 
dependency on asm for example.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#773805: liblucene4-java: Incomplete poms installed in /usr/share/maven-repo

2014-12-23 Thread Hilko Bengen
* Emmanuel Bourg:

 Package: liblucene4-java
 Version: 1:4.6.1+dfsg-2
 Severity: serious

 The liblucene4-java package installs dummy pom.xml files in 
 /usr/share/maven-repo
 which are missing important information to be usable by other packages.

Emmanuel,

thank you for finding and reporting the problem. I cannot fix and upload
this at the moment.

So, I'd be grateful if you (or anyone else) could make an upload to fix
this,

Cheers,
-Hilko


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org