Your message dated Mon, 25 Apr 2011 22:02:51 +0000
with message-id <e1qetrn-0001y2...@franck.debian.org>
and subject line Bug#612916: fixed in libcommons-collections-java 2.1.1-10
has caused the Debian Bug report #612916,
regarding libcommons-collections-java: Package does not install Maven artifacts.
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.)


-- 
612916: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612916
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libcommons-collections-java
Version: 2.1.1-9
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch



*** /tmp/tmpKfpyc1
In Ubuntu, the attached patch was applied to achieve the following:

  * Enabled maven artifact deployment (LP: #717157):
    - debian/control: Build-Depends-Indep added maven-repo-helper
    - debian/rules: install maven artifacts and new target to retrieve
      original POM file.
    - debian/poms/commons-collections.pom: localised pom for maven
    - debian/libcommons-collections-java.poms: pom reference locations
  * Update Standards-Version: 3.9.1, no changes.
  * Updated to source/format: 3.0 (quilt)

This changes was implementated to support packaging of Jenkins which 
uses a Maven based build system.

Thanks for considering the patch.


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

Kernel: Linux 2.6.35-25-generic (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/control'
--- debian/control      2009-11-18 23:40:58 +0000
+++ debian/control      2011-02-11 14:41:08 +0000
@@ -4,8 +4,8 @@
 Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: Arnaud Vandyck <av...@debian.org>, Michael Koch <konque...@gmx.de>
 Build-Depends: debhelper (>= 5), cdbs
-Build-Depends-Indep: ant, default-jdk
-Standards-Version: 3.8.3
+Build-Depends-Indep: ant, default-jdk, maven-repo-helper
+Standards-Version: 3.9.1
 
 Package: libcommons-collections-java
 Architecture: all

=== added file 'debian/libcommons-collections-java.poms'
--- debian/libcommons-collections-java.poms     1970-01-01 00:00:00 +0000
+++ debian/libcommons-collections-java.poms     2011-02-11 14:40:53 +0000
@@ -0,0 +1 @@
+debian/poms/commons-collections.pom

=== added file 'debian/maven.rules'
--- debian/maven.rules  1970-01-01 00:00:00 +0000
+++ debian/maven.rules  2011-02-11 14:40:53 +0000
@@ -0,0 +1 @@
+commons-collections commons-collections * s/2\..*/2.x/ * *

=== added directory 'debian/poms'
=== added file 'debian/poms/commons-collections.pom'
--- debian/poms/commons-collections.pom 1970-01-01 00:00:00 +0000
+++ debian/poms/commons-collections.pom 2011-02-11 14:40:53 +0000
@@ -0,0 +1,6 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>commons-collections</groupId>
+  <artifactId>commons-collections</artifactId>
+  <version>2.1.1</version>
+</project>
\ No newline at end of file

=== modified file 'debian/rules'
--- debian/rules        2009-11-18 23:40:58 +0000
+++ debian/rules        2011-02-11 14:40:53 +0000
@@ -3,7 +3,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 JAVA_HOME := /usr/lib/jvm/default-java
 ANT_HOME := /usr/share/ant
@@ -11,6 +10,15 @@
 DEB_JARS := log4j-1.2 logkit servlet-2.3
 DEB_ANT_BUILD_TARGET := dist-jar doc
 
+MAVEN_REPO := http://repo1.maven.org/maven2
+PACKAGE    := commons-collections
+
 install/libcommons-collections-java::
        install -m 644 dist/commons-collections-2.1.1.jar 
debian/libcommons-collections-java/usr/share/java/commons-collections-2.1.1.jar
+       mh_installpoms -plib$(PACKAGE)-java
+       mh_installjar -plib$(PACKAGE)-java -l debian/poms/$(PACKAGE).pom 
dist/$(PACKAGE)-$(DEB_UPSTREAM_VERSION).jar
 
+get-orig-pom:
+       mkdir -p debian/poms
+       wget -U NoSuchBrowser/1.0 -O debian/poms/$(PACKAGE).pom \
+               
$(MAVEN_REPO)/$(PACKAGE)/$(PACKAGE)/$(DEB_UPSTREAM_VERSION)/$(PACKAGE)-$(DEB_UPSTREAM_VERSION).pom

=== added directory 'debian/source'
=== added file 'debian/source/format'
--- debian/source/format        1970-01-01 00:00:00 +0000
+++ debian/source/format        2011-02-11 14:40:53 +0000
@@ -0,0 +1 @@
+3.0 (quilt)


--- End Message ---
--- Begin Message ---
Source: libcommons-collections-java
Source-Version: 2.1.1-10

We believe that the bug you reported is fixed in the latest version of
libcommons-collections-java, which is due to be installed in the Debian FTP 
archive:

libcommons-collections-java-doc_2.1.1-10_all.deb
  to 
main/libc/libcommons-collections-java/libcommons-collections-java-doc_2.1.1-10_all.deb
libcommons-collections-java_2.1.1-10.debian.tar.gz
  to 
main/libc/libcommons-collections-java/libcommons-collections-java_2.1.1-10.debian.tar.gz
libcommons-collections-java_2.1.1-10.dsc
  to 
main/libc/libcommons-collections-java/libcommons-collections-java_2.1.1-10.dsc
libcommons-collections-java_2.1.1-10_all.deb
  to 
main/libc/libcommons-collections-java/libcommons-collections-java_2.1.1-10_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 612...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Damien Raude-Morvan <draz...@debian.org> (supplier of updated 
libcommons-collections-java package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 25 Apr 2011 14:44:20 +0200
Source: libcommons-collections-java
Binary: libcommons-collections-java libcommons-collections-java-doc
Architecture: source all
Version: 2.1.1-10
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Damien Raude-Morvan <draz...@debian.org>
Description: 
 libcommons-collections-java - set of abstract data type interfaces and 
implementations
 libcommons-collections-java-doc - set of abstract data type interfaces and 
implementations - doc
Closes: 612916
Changes: 
 libcommons-collections-java (2.1.1-10) unstable; urgency=low
 .
   * Team upload.
   * Apply patch from James Pages <james.p...@canonical.com>. Thanks :
   * Enabled maven artifact deployment (LP: #717157) (Closes: #612916):
     - debian/control: Build-Depends added maven-repo-helper
     - debian/rules: install maven artifacts and new target to retrieve
       original POM file.
     - debian/poms/commons-collections.pom: localised pom for maven
     - debian/libcommons-collections-java.poms: pom reference locations
     - debian/{links,dirs}: drop.
   * Update Standards-Version: 3.9.2, no changes.
   * Updated to source/format: 3.0 (quilt):
     - Add missing debian/patches/series.
   * Drop Arnaud Vandyck from Uploaders (Thanks for your work !).
   * Drop Depends on JRE since it's a library (as per Debian Java Policy).
   * Split package to get a libcommons-collections-java-doc package for
     documentation (Javadoc):
     - d/docs: Only install readme file.
     - d/control: Declare Replace and Conflicts with previous package.
Checksums-Sha1: 
 2108f1f84574c3b25b12a02214e62d52867832b4 2157 
libcommons-collections-java_2.1.1-10.dsc
 e14f1db54c21bcbd85ac960248dae8c40bf5fc91 4691 
libcommons-collections-java_2.1.1-10.debian.tar.gz
 f5bd5cc5fbe944eb32eca5aeb868079ec7e12d00 168116 
libcommons-collections-java_2.1.1-10_all.deb
 78d0cc705e1c41b7ebb327d3b9f81d4f4a6d8d97 176474 
libcommons-collections-java-doc_2.1.1-10_all.deb
Checksums-Sha256: 
 9bd5c44918268937ff20889bac84d48d766a348c166fd95d0a088d0f1f11b831 2157 
libcommons-collections-java_2.1.1-10.dsc
 2cdf3f969be2b9c5ad92f2bfd66f3dc5df45f6483ff43bf5904fdc013104439a 4691 
libcommons-collections-java_2.1.1-10.debian.tar.gz
 0b5b1bca871929fa83d0a50cbe2cb9b1fa34b5e2f5c6e0a95233b7902ba77ba3 168116 
libcommons-collections-java_2.1.1-10_all.deb
 b421845dc0c33daf7f61421fc749d1bee0de790030ba6aad51180199ee326f82 176474 
libcommons-collections-java-doc_2.1.1-10_all.deb
Files: 
 141032b39787e5303279a37d3142df10 2157 java optional 
libcommons-collections-java_2.1.1-10.dsc
 9994c7c955de570f393faf33b6f57f27 4691 java optional 
libcommons-collections-java_2.1.1-10.debian.tar.gz
 307aa6e9214e5631dcaaf482ad416322 168116 java optional 
libcommons-collections-java_2.1.1-10_all.deb
 bed445bf1f10194622d555bd89beb216 176474 doc optional 
libcommons-collections-java-doc_2.1.1-10_all.deb

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

iQIcBAEBCAAGBQJNtW8vAAoJEHXiDM0z50n81+UQAIOX0q/YJHXQkzYqmUtdks68
4IS0qRnKte/cR0v94FNtJAK7qgjwIGDjIxF1AcBTmbGDUGhKvbodyyt9FuESJhVF
YMIbIXEKdr50seUyrwUnXdBRiAK6DZkpoeyQI/daW33XrnqW5mym9Zls9uzMZyEf
zc2BDxkilr3OWT7L0hS7VJXJBxMdDfVLDb8uvRjm7Qy8ndsYtu8JPKcLN105Z1Xc
OlY7zBIDYI7wC2nLEEJ4+6JsQ6rAp8YykKqLCqqg+YDbQqpNUwaT7Vir54aCESqo
7MM46Rs2h50Gt39Iip4bpLcNN4rYARjQ0QHjkeK/TDLA2aSU9xq8tnR4eHZ9TwmW
yV5O8qxwaCIPYNCVsv4HyHCBZxg6/V6tSa9USvN8QSVMjZ0lkxpQIuzCZFJ2fbtM
oii6P55hMOGe1+CczJI8hjYES9MPwHH9MOthvK7dGdLrcc1A30y1UzAhnxx1L0yh
omNHvv8ln1HWAKzCImSiVCMHYHtitj6UVgcK8XSwZmLV++gX8vHSPTt5bvCIrBqC
OQprm7O2z1WIRJdV8XGvWNC5Is0ck+aoWg22WqpZJX0rcuASYNQ97QO44PMHeJGa
9zx+jt6SRM9ZHuvz3bgPWIFP84qLASWv5LUHfQXJhBTNnlbZ2mDqYKGmA+7+6+S+
LGwMV4vgHv3RX0O/VV8N
=sLsD
-----END PGP SIGNATURE-----



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

Reply via email to