Your message dated Mon, 25 Apr 2011 12:32:16 +0000
with message-id <[email protected]>
and subject line Bug#612592: fixed in xom 1.2.1-3
has caused the Debian Bug report #612592,
regarding xom: 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 [email protected]
immediately.)


-- 
612592: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612592
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xom
Version: 1.2.1-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu natty ubuntu-patch



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

  * Enabled maven artifact deployment (LP: #715684):
    - debian/control: Build-Depends-Indep added maven-repo-helper
    - debian/rules: install maven artifacts and new target to retrieve
      original POM file.
    - debian/poms/xom.pom: localised pom for maven
    - debian/libxom-java.poms: pom reference locations
  * Update Standards-Version: 3.9.1, no changes.

This change is required to support packaging of Jenkins (aka Hudson) 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/changelog' === modified file 'debian/control' --- debian/control 2010-02-25 20:16:46 +0000 +++ debian/control 2011-02-09 11:24:06 +0000 @@ -5,8 +5,9 @@ Uploaders: Stephan Michels , Varun Hiremath , Kumar Appaiah Build-Depends: debhelper (>= 5), cdbs Build-Depends-Indep: ant, default-jdk, junit (>= 3.8.1), - libxerces2-java, libxalan2-java, libjaxen-java (>= 1.1) -Standards-Version: 3.8.4 + libxerces2-java, libxalan2-java, libjaxen-java (>= 1.1), + maven-repo-helper +Standards-Version: 3.9.1 Homepage: http://www.xom.nu/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/xom Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/xom === added file 'debian/libxom-java.poms' --- debian/libxom-java.poms 1970-01-01 00:00:00 +0000 +++ debian/libxom-java.poms 2011-02-09 11:23:53 +0000 @@ -0,0 +1 @@ +debian/poms/xom.pom === added directory 'debian/poms' === added file 'debian/poms/xom.pom' --- debian/poms/xom.pom 1970-01-01 00:00:00 +0000 +++ debian/poms/xom.pom 2011-02-09 11:23:53 +0000 @@ -0,0 +1,70 @@ + + + 4.0.0 + jar + XOM + 1.2.1 + The XOM Dual Streaming/Tree API for Processing XML + http://xom.nu + + + The GNU Lesser General Public License, Version 2.1 + http://www.gnu.org/licenses/lgpl-2.1.html + repo + + + + https://xom.dev.java.net/source/browse/xom/ + + + xom + + xom + + 2002 + + + + XOM Interest Mailing List + http://lists.ibiblio.org/pipermail/xom-interest/ + + + + + + Elliotte Rusty Harold + elharo + [email protected] + Cafe au Lait + + + + + + xml-apis + xml-apis + 1.3.03 + jar + + + xerces + xercesImpl + 2.8.0 + jar + + + xalan + xalan + 2.7.0 + jar + + + + + src + + + === modified file 'debian/rules' --- debian/rules 2010-02-25 20:16:46 +0000 +++ debian/rules 2011-02-09 11:23:53 +0000 @@ -6,6 +6,8 @@ JAVA_HOME := /usr/lib/jvm/default-java DEB_JARS := xercesImpl xalan xml-apis jaxen saxpath junit DEB_ANT_BUILD_TARGET := jar samples javadoc +PACKAGE := xom +MAVEN_REPO := http://repo1.maven.org/maven2 clean:: -find -name '*.class' | xargs $(RM) @@ -16,6 +18,8 @@ dh_link -plibxom-java usr/share/java/xom-$(DEB_UPSTREAM_VERSION).jar usr/share/java/xom.jar install -m644 build/xom-samples.jar debian/libxom-java/usr/share/java/xom-samples-$(DEB_UPSTREAM_VERSION).jar dh_link -plibxom-java usr/share/java/xom-samples-$(DEB_UPSTREAM_VERSION).jar usr/share/java/xom-samples.jar + mh_installpoms -plib$(PACKAGE)-java + mh_installjar -plib$(PACKAGE)-java -l debian/poms/$(PACKAGE).pom build/$(PACKAGE)-$(DEB_UPSTREAM_VERSION).jar install/libxom-java-doc:: dh_installdocs -plibxom-java-doc build/apidocs @@ -23,4 +27,11 @@ get-orig-source: -uscan --upstream-version 0 --rename -DEB_PHONY_RULES += get-orig-source +get-orig-pom: + mkdir -p debian/poms + wget -U NoSuchBrowser/1.0 -O debian/poms/$(PACKAGE).pom \ + $(MAVEN_REPO)/xom/$(PACKAGE)/$(DEB_UPSTREAM_VERSION)/$(PACKAGE)-$(DEB_UPSTREAM_VERSION).pom + + + +DEB_PHONY_RULES += get-orig-source get-orig-pom
--- End Message ---
--- Begin Message ---
Source: xom
Source-Version: 1.2.1-3

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

libxom-java-doc_1.2.1-3_all.deb
  to main/x/xom/libxom-java-doc_1.2.1-3_all.deb
libxom-java_1.2.1-3_all.deb
  to main/x/xom/libxom-java_1.2.1-3_all.deb
xom_1.2.1-3.debian.tar.gz
  to main/x/xom/xom_1.2.1-3.debian.tar.gz
xom_1.2.1-3.dsc
  to main/x/xom/xom_1.2.1-3.dsc



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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Damien Raude-Morvan <[email protected]> (supplier of updated xom 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 [email protected])


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

Format: 1.8
Date: Mon, 25 Apr 2011 14:10:19 +0200
Source: xom
Binary: libxom-java libxom-java-doc
Architecture: source all
Version: 1.2.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Damien Raude-Morvan <[email protected]>
Description: 
 libxom-java - A new XML object model for Java
 libxom-java-doc - Documentation for the libxom-java package
Closes: 612592
Changes: 
 xom (1.2.1-3) unstable; urgency=low
 .
   * Team upload.
 .
   [ Torsten Werner ]
   * Remove new patch from last version because gcj was broken.
 .
   [ Damien Raude-Morvan ]
   * Apply patch from James Pages <[email protected]>. Thanks :
   * Enabled maven artifact deployment (LP: #715684) (Closes: #612592).
     - debian/control: Build-Depends added maven-repo-helper
     - debian/rules: install maven artifacts and new target to retrieve
       original POM file.
     - debian/poms/xom.pom: localised pom for maven
     - debian/libxom-java.poms: pom reference locations
   * Update Standards-Version: 3.9.2:
     - Rename debian/README.Debian-source to debian/README.source.
   * Drop Depends on JRE since it's a library (as per Debian Java Policy).
Checksums-Sha1: 
 f684debf69b9bc8f9a32a1cf80c1fe171c932bfa 2038 xom_1.2.1-3.dsc
 caa2d8a3aefaec389665d0e2919145b932c01aca 7490 xom_1.2.1-3.debian.tar.gz
 4b55ec105d476ec932ec643fdc7b6db598cbf114 389266 libxom-java_1.2.1-3_all.deb
 62b3007b66b553a506805e901ce9cc8c2be95ab1 199006 libxom-java-doc_1.2.1-3_all.deb
Checksums-Sha256: 
 6eb03846aa198a190357512e50cf986282a4208b77e0d6f63264fb42fc164e10 2038 
xom_1.2.1-3.dsc
 eff122282f15221c377d411fcc6750b14ae1767fa45bfc64069d88eabb77f7d7 7490 
xom_1.2.1-3.debian.tar.gz
 b6c25ea0357b0860bdbc455ee3498d9db01206fa7ba94fbba39c85c2e802225a 389266 
libxom-java_1.2.1-3_all.deb
 1330db7a04ff4deebbffc232536cca8e9ba00206eadf3c36e668f17e1bd7c5f2 199006 
libxom-java-doc_1.2.1-3_all.deb
Files: 
 cdfda338daf0b7a9df30aa30821ce85d 2038 java optional xom_1.2.1-3.dsc
 d7d8b98a085c72524543a863cbd2d3ac 7490 java optional xom_1.2.1-3.debian.tar.gz
 57aa316df46800968ad4705815d71ecf 389266 java optional 
libxom-java_1.2.1-3_all.deb
 d6fdbcc9d46fab49134d577a81082cc1 199006 doc optional 
libxom-java-doc_1.2.1-3_all.deb

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

iQIcBAEBCAAGBQJNtWXEAAoJEHXiDM0z50n8I2QP/jtqTeEtgq1WaxN6yj1okwVn
2DfxL51JMXWFkkvPxwbyEmJePxydYJ99czPuWzHOfBeFjTb36pzTJloMA8K0HRHT
crwkV2oHvbAeXMVTIndyWkKqQ0zKO2BWvKNmDmtnoHVAVu2iUWI6Y8Io7D9B6+Zb
FdHQF6JNkYjgbMI8M9Rdg1zVFBGSMxBYdaBfeVuxXlVxb+1vCPxpj0NL6ej2e373
P3ZiS/rAMyZbu2eP1ebCh3FXFbg7MQIs5rfBLXgLK/liIwYg3FUIpaklb32dl4HH
9q3SEzjk10EmTTxlLO4gHyg73MbrQgZTdRGelSvs9zGO4RhrAYNQ+MWtRv0j+tGn
YBEhZDrBZXGJ/MuF9V/6pD+ZZlhVpOnuONt/fnLXfTSynmyMN668+arVxG9W4MkB
WLLMBRaicJuu77n5cypHINKRrGRj6EUEG9cRORfSQWmf5KcXwwEnxn5wc/8t6LEH
BCH/0HWVc5rJQW2Rph6jwFfTl9gOMbQgLC/9zGSyIUOUCrJK2rMfh05hiODZgIgf
FsUfixzobWYUBhZ5jZ6YJwhEoC1ft6z5OEBNpa7xepnQheWFU3Eiq0hJFCkOiY+/
+ijY6BEQAREVYZ5nQHXAPCVWrLq1mIdaj3Y1RrDls7KaZyuYXqI+SIjkS8xsMwLl
2ApGqFvD9pPrD5BtRDn9
=V9zd
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to