[Bug 920284] Re: Sync maven 3.0.4-1 (universe) from Debian unstable (main)

2012-01-30 Thread Micah Gersten
This was sync'd as 3.0.4-2 into precise ** Changed in: ubuntu Status: Triaged = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/920284 Title: Sync maven 3.0.4-1 (universe) from

[Bug 920284] Re: Sync maven 3.0.4-1 (universe) from Debian unstable (main)

2012-01-30 Thread Blair Zajac
Thanks for the quick sync, appreciate it. Regards, Blair -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/920284 Title: Sync maven 3.0.4-1 (universe) from Debian unstable (main) To manage

[Bug 920284] Re: Sync maven 3.0.4-1 (universe) from Debian unstable (main)

2012-01-28 Thread James Page
Hi Blair Thanks for raising the two bug reports for packages that require merges; As the last uploader for these packages I'll pick those up. Looking at the changelogs I don't think that they are required to support the sync of maven; apologies but I already requested the sync before noticing

Re: [Bug 920284] Re: Sync maven 3.0.4-1 (universe) from Debian unstable (main)

2012-01-28 Thread Blair Zajac
Hi James, That was my sense too that a merge wasn't required to satisfy maven itself, but given I'm new to Ubuntu packaging I took on the request. BTW, since I have your attention, what is your take on the one MIR request in the maven sync request: libcommons-logging-java: synced, but will

[Bug 920284] Re: Sync maven 3.0.4-1 (universe) from Debian unstable (main)

2012-01-27 Thread Colin Watson
httpcomponents-core (binary package libhttpcore-java): synced antlr: no change needed, Debian change was for mono transition aspectj: synced fop: synced libaopalliance-java: synced libbsf-java: determined that Ubuntu changes are no longer necessary; synced libcommons-jexl-java: synced

[Bug 920284] Re: Sync maven 3.0.4-1 (universe) from Debian unstable (main)

2012-01-27 Thread Blair Zajac
For apache-log4j1.2 https://bugs.launchpad.net/ubuntu/+source/apache-log4j1.2/+bug/922890 . For xmlgraphics-commons https://bugs.launchpad.net/ubuntu/+bug/922893 . -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 920284] Re: Sync maven 3.0.4-1 (universe) from Debian unstable (main)

2012-01-26 Thread Bryce Harrington
Should we take a precise system with no maven dependencies installed, install maven and see what is installed, then sync those all from Debian? Sure, that seems like a logical next step. Re-subscribe sponsors when you have the list tested and ready. -- You received this bug notification

[Bug 920284] Re: Sync maven 3.0.4-1 (universe) from Debian unstable (main)

2012-01-26 Thread Blair Zajac
Since I opened this libaether-java is now in Ubuntu, the same version as Debian, so that issue is resolved. Here's what I did to see about dependencies, I took a fresh VM install, apt-get install libaether-java and then dpkg -i maven from Debian. Then used a hacked version of requestsync to

[Bug 920284] Re: Sync maven 3.0.4-1 (universe) from Debian unstable (main)

2012-01-26 Thread Blair Zajac
For reference, the script I used to generate the differences. ** Attachment added: runall.sh https://bugs.launchpad.net/ubuntu/+bug/920284/+attachment/2696093/+files/runall.sh -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 920284] Re: Sync maven 3.0.4-1 (universe) from Debian unstable (main)

2012-01-26 Thread Blair Zajac
** Attachment added: The list of packages after installing Debian's maven package https://bugs.launchpad.net/ubuntu/+bug/920284/+attachment/2696095/+files/11-dpkg_-i-maven -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 920284] Re: Sync maven 3.0.4-1 (universe) from Debian unstable (main)

2012-01-26 Thread Blair Zajac
** Patch added: For reference, my hacked version of requestsync that doesn't do any work but check Ubuntu and Debian differences https://bugs.launchpad.net/ubuntu/+bug/920284/+attachment/2696096/+files/requestsync.patch -- You received this bug notification because you are a member of

[Bug 920284] Re: Sync maven 3.0.4-1 (universe) from Debian unstable (main)

2012-01-26 Thread Blair Zajac
For testing, I built Maven from its own source code in the fresh VM using the Debian package and it worked fine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/920284 Title: Sync maven 3.0.4-1

[Bug 920284] Re: Sync maven 3.0.4-1 (universe) from Debian unstable (main)

2012-01-26 Thread Blair Zajac
** Attachment added: The list of packages from the fresh install https://bugs.launchpad.net/ubuntu/+bug/920284/+attachment/2696094/+files/01-before-openjdk-6-jdk -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 920284] Re: Sync maven 3.0.4-1 (universe) from Debian unstable (main)

2012-01-23 Thread Martin Pitt
Syncing maven seems fine to me. Can you please give the list of all packages that we need to sync for this? Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/920284 Title: Sync maven 3.0.4-1

[Bug 920284] Re: Sync maven 3.0.4-1 (universe) from Debian unstable (main)

2012-01-23 Thread Blair Zajac
I'll start on the list. Do you want them all listed in this ticket or separate tickets for each one? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/920284 Title: Sync maven 3.0.4-1 (universe) from

[Bug 920284] Re: Sync maven 3.0.4-1 (universe) from Debian unstable (main)

2012-01-23 Thread Blair Zajac
Actually, it wasn't bad, the only additional package I needed to install directly from Debian was libaether-java from the aether package. Here's what works: $ apt-get install maven2 $ apt-get purge maven2 $ apt-get install libasync-http-client-java \ libguava-java \

[Bug 920284] Re: Sync maven 3.0.4-1 (universe) from Debian unstable (main)

2012-01-22 Thread Blair Zajac
Currently precise only has maven2 while maven 3.0.x is the current major release. It aims to be compatible with Maven 2 [1]. [1] http://maven.apache.org/docs/3.0.4/release-notes.html However, there appear to be a number of dependencies that need to be synced over. If there's a chance that this