Bug#655491: [jenkins-xstream] update for new libwoodstox-java version

2012-01-14 Thread Giovanni Mascellani
Hi.

On 12/01/2012 10:07, James Page wrote:
>   Path to dependency:
>   1) org.jvnet.hudson:xstream:jar:1.3.1-jenkins-9
>   2) org.codehaus.woodstox:woodstox-core-lgpl:jar:debian
>   3) javax.xml.stream:stax-api:jar:debian
> 
> Does the stax-api package need an update to deploy maven artifacts
> under the javax.xml.stream maven group?

I just uploaded a new version of libwoodstox-java to unstable, with
which this compile failure gets fixed. You can find a copy of the
package here:

http://mentors.debian.net/package/libwoodstox-java

Giovanni.
-- 
Giovanni Mascellani 
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascell...@jabber.org / giova...@elabor.homelinux.org



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

Bug#655491: [jenkins-xstream] update for new libwoodstox-java version

2012-01-14 Thread Giovanni Mascellani
Hi James.

On 12/01/2012 10:07, James Page wrote:
>   Path to dependency:
>   1) org.jvnet.hudson:xstream:jar:1.3.1-jenkins-9
>   2) org.codehaus.woodstox:woodstox-core-lgpl:jar:debian
>   3) javax.xml.stream:stax-api:jar:debian
> 
> Does the stax-api package need an update to deploy maven artifacts
> under the javax.xml.stream maven group?

My fault, the POM in libwoodstox-java is wrong. I'll fix my packages and
let you know.

Sorry for wasting your time.

Gio.
-- 
Giovanni Mascellani 
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascell...@jabber.org / giova...@elabor.homelinux.org



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

Bug#655491: [jenkins-xstream] update for new libwoodstox-java version

2012-01-12 Thread James Page
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi Giovanni

On 11/01/12 18:07, Giovanni Mascellani wrote:
> I just uploaded the last libwoodstox-java version (4.1.2). I'm
> attaching the patch necessary to build your package jenkins-xstream
> against it, which I recommend you to apply to your package.
> 
> I didn't do any test on the compiled package, but the lack of
> errors during compilation makes me think that you shouldn't have
> problems. Please, let me know if you experience problems.

Thanks for the patch.

I got the following error when compiling with it against Debian unstable:

1) javax.xml.stream:stax-api:jar:debian

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=javax.xml.stream
- -DartifactId=stax-api -Dversion=debian -Dpackaging=jar
- -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the
file there:
  mvn deploy:deploy-file -DgroupId=javax.xml.stream
- -DartifactId=stax-api -Dversion=debian -Dpackaging=jar
- -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
1) org.jvnet.hudson:xstream:jar:1.3.1-jenkins-9
2) org.codehaus.woodstox:woodstox-core-lgpl:jar:debian
3) javax.xml.stream:stax-api:jar:debian

Does the stax-api package need an update to deploy maven artifacts
under the javax.xml.stream maven group?

- -- 
James Page
Ubuntu Core Developer
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJPDqLBAAoJEL/srsug59jDXUsP/0zMw0/EcqMIHQBmbrSrcPT+
9ZtsaOfoXm4xBqEdnmJCTLnjF1cShfmhTXNf5Hr8iXfADC77YPJyzJBL7Me1ZXqh
GuO9SvkecPVvQwka/J/cZbyvk0JW070xIlVySngYYBs8MLU0pfyBB8VzlXxjwbUJ
KyT6BsyxKLgkJ21Ot3pso63XcfOVTVp5RpHOYsnjYy2gzFu9FSk+/A3hJA4sLhdX
n+r4FnwB5MHDOq+FIXcYX+6+qIII6v6Ag5tL/9AUvFovgGhDeb3psERoh4Vw+Uqu
FsEtVnf2L9EcSwVpZPdjAmqmvke6brxclG2X1gX/ItgbFhdEEDbJUlrmGd2xaJzT
LDfgJaqd9R97lOTZ6hVyA1jYRLYa5+LWVG4zn/fpDxaCeGaaAiyLgVTOec+SBXWi
M9OYeNDayFGsDXU+FnIHf0k+U9cnqyxMCcizTguOMBo6aaPL02dMTpJt+JE8u1uA
46bge6qhcNTaYN92GcllTdizQm8pNj7HZwas7u9tMplyKsUw8r0ZJlhVU6tEiXd3
XJxvrYMR5vnAQW93+IhxB27myWidTz87vFj251Q6QALGHod/FCdmfFw+FBc00KEf
ErrawyFGKXr3JQWVxQpfsRf2ILLjWyMEUBpVJTSTFCZFQ0OiYWLo0LRPFwYsBsUP
ISiu+Ig76F4L4g5XuyMh
=XABQ
-END PGP SIGNATURE-



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


Bug#655491: [jenkins-xstream] update for new libwoodstox-java version

2012-01-11 Thread Giovanni Mascellani
Package: jenkins-xstream
Version: 1.3.1-jenkins-9
Severity: important
Tags: patch

Hi.

I just uploaded the last libwoodstox-java version (4.1.2). I'm attaching
the patch necessary to build your package jenkins-xstream against it,
which I recommend you to apply to your package.

I didn't do any test on the compiled package, but the lack of errors
during compilation makes me think that you shouldn't have problems.
Please, let me know if you experience problems.

Thanks, Giovanni.

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.1.0-1-amd64

Debian Release: wheezy/sid
  500 unstablewww.toastfreeware.priv.at
  500 unstablewww.debian-multimedia.org
  500 unstablepoisson.phc.unipi.it
  500 unstableftp.it.debian.org
  500 stable  security.debian.org

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.




-- 
Giovanni Mascellani 
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascell...@jabber.org / giova...@elabor.homelinux.org
diff -Nru jenkins-xstream-1.3.1-jenkins-9/debian/changelog jenkins-xstream-1.3.1-jenkins-9/debian/changelog
--- jenkins-xstream-1.3.1-jenkins-9/debian/changelog	2011-09-19 11:42:51.0 +0200
+++ jenkins-xstream-1.3.1-jenkins-9/debian/changelog	2012-01-11 16:17:21.0 +0100
@@ -1,3 +1,10 @@
+jenkins-xstream (1.3.1-jenkins-9-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update woodstox artifact name to woodstox-core-lgpl.
+
+ -- Giovanni Mascellani   Wed, 11 Jan 2012 16:17:06 +0100
+
 jenkins-xstream (1.3.1-jenkins-9-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru jenkins-xstream-1.3.1-jenkins-9/debian/maven.rules jenkins-xstream-1.3.1-jenkins-9/debian/maven.rules
--- jenkins-xstream-1.3.1-jenkins-9/debian/maven.rules	2011-09-19 11:42:51.0 +0200
+++ jenkins-xstream-1.3.1-jenkins-9/debian/maven.rules	2012-01-11 16:18:09.0 +0100
@@ -20,4 +20,4 @@
 s/com\.thoughtworks\.xstream/org.jvnet.hudson/ xstream-parent pom s/.*/debian/ * *
 s/jdom/org.jdom/ jdom jar s/1\..*/debian/ * *
 junit junit jar s/3\..*/3.x/ * *
-org.codehaus.woodstox s/wstx-asl/wstx-lgpl/ jar s/.*/debian/ * *
+org.codehaus.woodstox s/wstx-asl/woodstox-core-lgpl/ jar s/.*/debian/ * *


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