Re: Help with CLASSPATH needed (Was: Need help with packaging: ...)

2012-01-17 Thread Ludovic Claude
what might be the difference between ant-junit.jar and junit.jar ant-junit.jar is an extension for Ant which provides the junit task to Ant. It relies on junit.jar to provide the actual JUnit classes used to run the tests. why it seems impossible to tweak a valid CLASSPATH into the build

Re: Need help with packaging: what helper should be used (MavenBuilder / JavaHelper)?

2012-01-16 Thread Ludovic Claude
Hello Andreas, javahelper is a generic collection of scripts for building Java sources, packaging them into a jar and building a Debian package. maven-debian-helper is designed for upstream projects which use Maven as their build tool. The upstream project should contain at leat one pom.xml

[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-28-gdd7fceb

2012-01-09 Thread Ludovic Claude
The following commit has been merged in the master branch: commit dd7fceb3cf634955a8ce248ed35cbdc57298da98 Author: Ludovic Claude ludovic.cla...@laposte.net Date: Tue Jan 10 00:35:57 2012 +0100 Improve installation of Javadoc diff --git a/debian/build-classpath b/debian/build-classpath

[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-27-g26ae018

2012-01-08 Thread Ludovic Claude
The following commit has been merged in the master branch: commit 85c21a6c868d34753d40f9db6df6d4048bd78866 Author: Ludovic Claude ludovic.cla...@laposte.net Date: Fri Jan 6 00:20:32 2012 +0100 Create again the libplexus-compiler-java-doc package. diff --git a/debian/changelog b/debian

[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-27-g26ae018

2012-01-08 Thread Ludovic Claude
The following commit has been merged in the master branch: commit 2ac735aba66d999e3a6d05f0c3609342e33fbea5 Author: Ludovic Claude ludovic.cla...@laposte.net Date: Sun Jan 8 14:01:02 2012 +0100 Fix generation of javadoc diff --git a/debian/build.xml b/debian/build.xml index df96d87..158e97a

[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-27-g26ae018

2012-01-08 Thread Ludovic Claude
The following commit has been merged in the master branch: commit b93fdc7cb3ae4873a6f2328ea36ce91605b0c3df Author: Ludovic Claude ludovic.cla...@laposte.net Date: Sun Jan 8 18:27:37 2012 +0100 Remove old install for documentation diff --git a/debian/libplexus-compiler-java-doc.install b

[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-27-g26ae018

2012-01-08 Thread Ludovic Claude
The following commit has been merged in the master branch: commit f387307a9df68d4a45164c86e352ead184899abd Author: Ludovic Claude ludovic.cla...@laposte.net Date: Sun Jan 8 23:56:02 2012 +0100 Deploy Javadoc for each modules diff --git a/debian/libplexus-compiler-java-doc.install b/debian

[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-27-g26ae018

2012-01-08 Thread Ludovic Claude
The following commit has been merged in the master branch: commit 26ae0185c7d1b2a9af07d7d5bc9fc09b0105324a Author: Ludovic Claude ludovic.cla...@laposte.net Date: Mon Jan 9 00:13:32 2012 +0100 * d/libplexus-compiler-java-doc.install: install Javadoc for each module diff --git a/debian

[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-27-g26ae018

2012-01-08 Thread Ludovic Claude
The following commit has been merged in the master branch: commit 7484fe83685f994400bac67bd6f94d12bc1934f3 Author: Ludovic Claude ludovic.cla...@laposte.net Date: Sun Jan 8 15:53:05 2012 +0100 Update name of the javadoc install target diff --git a/debian/build.xml b/debian/build.xml index

[SCM] plexus-components packaging branch, master, updated. aaa7953b10ffe29b188fdcb1f0fcd2acb5c63795

2012-01-08 Thread Ludovic Claude
The following commit has been merged in the master branch: commit aaa7953b10ffe29b188fdcb1f0fcd2acb5c63795 Merge: 3d39037540593ea07e2b8f6d8ae8c9bfab65d8e0 ad2d938e99d5c167e2268a9e9725de745d07e385 Author: Ludovic Claude ludovic.cla...@laposte.net Date: Mon Jan 9 00:18:57 2012 +0100 Merge

[SCM] plexus-components packaging branch, pristine-tar, updated. a46e075566d13e9035498373d2ea8e86bfc02498

2012-01-08 Thread Ludovic Claude
The following commit has been merged in the pristine-tar branch: commit a46e075566d13e9035498373d2ea8e86bfc02498 Author: Ludovic Claude ludovic.cla...@laposte.net Date: Mon Jan 9 00:18:57 2012 +0100 pristine-tar data for plexus-components_1.1.18+dfsg.orig.tar.gz diff --git a/plexus

[SCM] plexus-components packaging branch, master, updated. aaa7953b10ffe29b188fdcb1f0fcd2acb5c63795

2012-01-08 Thread Ludovic Claude
The following commit has been merged in the master branch: commit 3d39037540593ea07e2b8f6d8ae8c9bfab65d8e0 Author: Ludovic Claude ludovic.cla...@laposte.net Date: Mon Jan 9 00:18:11 2012 +0100 Update version to 1.1.18 used by plexus-compiler 1.8.3 diff --git a/debian/changelog b/debian

[pkg-java] r15667 - in trunk/maven-ant-helper: . debian

2012-01-08 Thread Ludovic Claude
+ + * Add target local-install-doc to maven-build.xml + + -- Ludovic Claude ludovic.cla...@laposte.net Sun, 08 Jan 2012 14:45:49 +0100 + maven-ant-helper (7.6) unstable; urgency=low * Better handling of install in local-repo during build (Closes: #652804). Modified: trunk/maven-ant-helper

Re: How to bootstrap Maven

2012-01-08 Thread Ludovic Claude
Hello Daniel, You have done an excellent job here to bootstrap the build of Maven 3. I cannot think of anothwe way of doing it. It's a pity that Maven 3 requires so much bootstrapping, I have packaged Maven 2.2.2 and was very careful to avoid such bootstrapping. But it's a long exercise to

[pkg-java] r15668 - in trunk/maven-debian-helper: bin debian maven-packager-utils/src/main/java/org/debian/maven/packager maven-packager-utils/src/main/resources maven-packager-utils/src/test/resource

2012-01-08 Thread Ludovic Claude
Author: ludovicc-guest Date: 2012-01-08 23:48:49 + (Sun, 08 Jan 2012) New Revision: 15668 Added: trunk/maven-debian-helper/maven-packager-utils/src/test/resources/repository/org/codehaus/plexus/plexus-component-metadata/

[pkg-java] r15669 - in trunk/maven-repo-helper/src: main/java/org/debian/maven/repo test/java/org/debian/maven/repo

2012-01-08 Thread Ludovic Claude
Author: ludovicc-guest Date: 2012-01-08 23:50:06 + (Sun, 08 Jan 2012) New Revision: 15669 Modified: trunk/maven-repo-helper/src/main/java/org/debian/maven/repo/DependencyRuleSet.java trunk/maven-repo-helper/src/test/java/org/debian/maven/repo/DependencyRuleTest.java Log: Update tests

Re: maven-debian-helper: porting to dh(1)?

2012-01-08 Thread Ludovic Claude
Hello Steve, Thanks for starting this task. You save me here, as my Perl skills are next to zero. To answer to your questions, I would say: - dh_auto_test could run mvn test, but this doesn't looks really needed as a standard Maven build using package or install as target will launch the unit

[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-21-g7633148

2012-01-05 Thread Ludovic Claude
The following commit has been merged in the master branch: commit 2ac1311fea234fc6dbf744c7b79559759f1fc960 Author: Ludovic Claude ludovic.cla...@laposte.net Date: Tue Jan 3 00:45:57 2012 +0100 New upstream version, build missing modules diff --git a/debian/changelog b/debian/changelog

[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-21-g7633148

2012-01-05 Thread Ludovic Claude
The following commit has been merged in the master branch: commit 5157f82ee9a7fab7fb44e9798078e6c134deea55 Merge: 7d5296d4f946a4fc533047b2616829656ff35b1d bfc49d5cca7e5adeaed4dd9fb73559952450b2dc Author: Ludovic Claude ludovic.cla...@laposte.net Date: Tue Jan 3 01:07:48 2012 +0100 Merge

[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-21-g7633148

2012-01-05 Thread Ludovic Claude
The following commit has been merged in the master branch: commit a9a5b7f8164248a57f48d111d7a1e285756baad4 Author: Ludovic Claude ludovic.cla...@laposte.net Date: Tue Jan 3 17:21:40 2012 +0100 Update Maven rules diff --git a/debian/maven.rules b/debian/maven.rules index e9fb3ba..31f799d

[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-21-g7633148

2012-01-05 Thread Ludovic Claude
The following commit has been merged in the master branch: commit 7d5296d4f946a4fc533047b2616829656ff35b1d Author: Ludovic Claude ludovic.cla...@laposte.net Date: Tue Jan 3 01:04:37 2012 +0100 d/watch: update to new location on Github diff --git a/debian/changelog b/debian/changelog index

[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-21-g7633148

2012-01-05 Thread Ludovic Claude
The following commit has been merged in the master branch: commit 6573c5a4bbcdea52534ef38bcb5b68e5a05444e8 Author: Ludovic Claude ludovic.cla...@laposte.net Date: Tue Jan 3 20:04:14 2012 +0100 Remove old patches diff --git a/debian/patches/0001-add-version-1.5.5-to-dependency-plexus

[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-21-g7633148

2012-01-05 Thread Ludovic Claude
The following commit has been merged in the master branch: commit 11541bad87261a934e9815be15cee549eca20283 Author: Ludovic Claude ludovic.cla...@laposte.net Date: Tue Jan 3 21:07:46 2012 +0100 Add new patches to fix tests diff --git a/debian/patches/fix_test_classpath.patch b/debian

[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-21-g7633148

2012-01-05 Thread Ludovic Claude
The following commit has been merged in the master branch: commit 561cb4a2d9fb50fbd0fae9e0a1b0afa4c0bee5e1 Author: Ludovic Claude ludovic.cla...@laposte.net Date: Tue Jan 3 01:08:48 2012 +0100 New upstream version 1.8.3 diff --git a/debian/changelog b/debian/changelog index 3676bb0

[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-21-g7633148

2012-01-05 Thread Ludovic Claude
The following commit has been merged in the master branch: commit 67377b65959395c13b7bc6f92242d715d9c818c7 Author: Ludovic Claude ludovic.cla...@laposte.net Date: Tue Jan 3 21:17:13 2012 +0100 Update changelog diff --git a/debian/TODO b/debian/TODO index 81d80c8..c77a16a 100644

[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-21-g7633148

2012-01-05 Thread Ludovic Claude
The following commit has been merged in the master branch: commit 8c42ef2eb06aee306c4765543d4b25ea26c05374 Author: Ludovic Claude ludovic.cla...@laposte.net Date: Tue Jan 3 20:44:51 2012 +0100 Don't compile plexus-compiler-aspectj, it doesn't work with current AspectJ 1.6 diff --git

[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-21-g7633148

2012-01-05 Thread Ludovic Claude
The following commit has been merged in the master branch: commit f3633b9b21e3e8108b05446e3c489a0a4533f717 Author: Ludovic Claude ludovic.cla...@laposte.net Date: Tue Jan 3 22:42:10 2012 +0100 Fix build script diff --git a/debian/build.xml b/debian/build.xml index f39c111..b0f129e 100644

[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-21-g7633148

2012-01-05 Thread Ludovic Claude
The following commit has been merged in the master branch: commit 694a75bd9180abb1bab72b66d0162f78c6863ade Author: Ludovic Claude ludovic.cla...@laposte.net Date: Tue Jan 3 22:43:13 2012 +0100 Fix version in d/control diff --git a/debian/control b/debian/control index 8dee05d..9d7854f

[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-21-g7633148

2012-01-05 Thread Ludovic Claude
The following commit has been merged in the master branch: commit fd7da26b31386356dfa1fa2977fec87903b51fb8 Author: Ludovic Claude ludovic.cla...@laposte.net Date: Tue Jan 3 22:46:13 2012 +0100 Add missing macro package-module diff --git a/debian/build.xml b/debian/build.xml index b0f129e

[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-21-g7633148

2012-01-05 Thread Ludovic Claude
The following commit has been merged in the master branch: commit 59232949a09bb7b291093cc84a34596c8d0b0998 Author: Ludovic Claude ludovic.cla...@laposte.net Date: Thu Jan 5 00:50:14 2012 +0100 Fix build classpath diff --git a/debian/build-classpath b/debian/build-classpath index a3d49a2

[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-21-g7633148

2012-01-05 Thread Ludovic Claude
The following commit has been merged in the master branch: commit 8f551bd559fe4d218fec77ae008e9ea94386d4c6 Author: Ludovic Claude ludovic.cla...@laposte.net Date: Tue Jan 3 22:39:02 2012 +0100 * d/rules: use debhelper and Ant for the build as Maven is a build dependency of plexus-compiler

[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-21-g7633148

2012-01-05 Thread Ludovic Claude
The following commit has been merged in the master branch: commit cc9f4f0e57b3e3fe659ba725ebdab92ae86976cb Author: Ludovic Claude ludovic.cla...@laposte.net Date: Thu Jan 5 00:55:41 2012 +0100 Debug diff --git a/debian/rules b/debian/rules index c770461..9676011 100755 --- a/debian/rules

[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-21-g7633148

2012-01-05 Thread Ludovic Claude
The following commit has been merged in the master branch: commit b9303d6068e538b872e5f4e6cc9c4c872114e290 Author: Ludovic Claude ludovic.cla...@laposte.net Date: Thu Jan 5 01:22:44 2012 +0100 Fix build -second attempt diff --git a/debian/build-classpath b/debian/build-classpath index

[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-21-g7633148

2012-01-05 Thread Ludovic Claude
The following commit has been merged in the master branch: commit 9385cb62c9cfc8f3d9ddc718db67f3e9bf0777e5 Author: Ludovic Claude ludovic.cla...@laposte.net Date: Fri Jan 6 00:02:41 2012 +0100 Fix classpath diff --git a/debian/build.properties b/debian/build.properties index 2e4f6c6

[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-21-g7633148

2012-01-05 Thread Ludovic Claude
The following commit has been merged in the master branch: commit e9bbe3531b8e97dbb90bd6934f96206f9643af56 Author: Ludovic Claude ludovic.cla...@laposte.net Date: Fri Jan 6 00:05:17 2012 +0100 Fix test classpath diff --git a/debian/build.properties b/debian/build.properties index 746c30a

[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-21-g7633148

2012-01-05 Thread Ludovic Claude
The following commit has been merged in the master branch: commit 83d4fbfc2a9391664a5b64a753d34daec73fbdd9 Author: Ludovic Claude ludovic.cla...@laposte.net Date: Fri Jan 6 00:07:34 2012 +0100 Fix test classpath diff --git a/debian/build.properties b/debian/build.properties index 97310df

[SCM] Plexus Compiler branch, master, updated. debian/1.6-2-21-g7633148

2012-01-05 Thread Ludovic Claude
The following commit has been merged in the master branch: commit 7633148b68f25ab66c529178422c757b7d91480d Author: Ludovic Claude ludovic.cla...@laposte.net Date: Fri Jan 6 00:10:09 2012 +0100 Add missing version argument for Ant diff --git a/debian/rules b/debian/rules index c770461

[SCM] Plexus Compiler branch, pristine-tar, created. fc1c79a20a9e640903e408970ea5d93250933439

2012-01-05 Thread Ludovic Claude
The branch, pristine-tar has been created at fc1c79a20a9e640903e408970ea5d93250933439 (commit) - Shortlog commit fc1c79a20a9e640903e408970ea5d93250933439 Author: Ludovic Claude ludovic.cla...@laposte.net Date: Tue Jan 3 01:07

[SCM] plexus-components packaging branch, pristine-tar, updated. 095ce78c44192a56baa9e1b5fc801d9f8a75a7d9

2012-01-02 Thread Ludovic Claude
The following commit has been merged in the pristine-tar branch: commit 7c881619b52c07e145cd92434c9152b9ba6991e8 Author: Ludovic Claude ludovic.cla...@laposte.net Date: Mon Jan 2 17:40:51 2012 +0100 pristine-tar data for plexus-components_1.1.16.orig.tar.gz diff --git a/plexus

[SCM] plexus-components packaging branch, master, updated. 14a9d4e7822f04f89ebee7b1badc3232192b5b2c

2012-01-02 Thread Ludovic Claude
The following commit has been merged in the master branch: commit 93971314f276f3c09938c9dfbeb73fe76a2b8d8d Author: Ludovic Claude ludovic.cla...@laposte.net Date: Mon Jan 2 17:31:59 2012 +0100 Use Ant to build the package diff --git a/debian/README.source b/debian/README.source index

[SCM] plexus-components packaging branch, pristine-tar, updated. 095ce78c44192a56baa9e1b5fc801d9f8a75a7d9

2012-01-02 Thread Ludovic Claude
The following commit has been merged in the pristine-tar branch: commit 095ce78c44192a56baa9e1b5fc801d9f8a75a7d9 Author: Ludovic Claude ludovic.cla...@laposte.net Date: Mon Jan 2 17:46:31 2012 +0100 pristine-tar data for plexus-components_1.1.16+dfsg.orig.tar.gz diff --git a/plexus

[SCM] plexus-components packaging branch, master, updated. 14a9d4e7822f04f89ebee7b1badc3232192b5b2c

2012-01-02 Thread Ludovic Claude
The following commit has been merged in the master branch: commit baf2b24303786a4bd527ed3f69a976f018c63a75 Merge: 93971314f276f3c09938c9dfbeb73fe76a2b8d8d 57db450e2eef1a6d39d5ba0e3c1760af027c11b7 Author: Ludovic Claude ludovic.cla...@laposte.net Date: Mon Jan 2 17:46:31 2012 +0100 Merge

[SCM] plexus-components packaging branch, pristine-tar, updated. 095ce78c44192a56baa9e1b5fc801d9f8a75a7d9

2012-01-02 Thread Ludovic Claude
The following commit has been merged in the pristine-tar branch: commit 4ea45c015a545cae3619c63e9770cd10a5c2203b Author: Ludovic Claude ludovic.cla...@laposte.net Date: Mon Jan 2 17:41:19 2012 +0100 pristine-tar data for plexus-components_1.1.16+dfsg.orig.tar.gz diff --git a/plexus

[SCM] plexus-components packaging branch, master, updated. 14a9d4e7822f04f89ebee7b1badc3232192b5b2c

2012-01-02 Thread Ludovic Claude
The following commit has been merged in the master branch: commit 14a9d4e7822f04f89ebee7b1badc3232192b5b2c Author: Ludovic Claude ludovic.cla...@laposte.net Date: Mon Jan 2 18:18:51 2012 +0100 Set ITP bug number, keep profiles element in POM diff --git a/debian/README.source b/debian

[SCM] plexus-components packaging branch, pristine-tar, updated. 095ce78c44192a56baa9e1b5fc801d9f8a75a7d9

2012-01-02 Thread Ludovic Claude
The following commit has been merged in the pristine-tar branch: commit 22a7a1ea11f12f098243e8ea3c9bc728ffaf9d33 Author: Ludovic Claude ludovic.cla...@laposte.net Date: Mon Jan 2 17:46:20 2012 +0100 pristine-tar data for plexus-components_1.1.16.orig.tar.gz diff --git a/plexus

[pkg-java] r15630 - in trunk/maven-repo-helper: debian src/main/java/org/debian/maven/repo src/test/java/org/debian/maven/repo src/test/resources src/test/resources/plexus-components src/test/resource

2012-01-02 Thread Ludovic Claude
20:14:07 UTC (rev 15630) @@ -2,8 +2,9 @@ * Build with Java 5, use generics. (Closes: #644260) * Fix resolution of versions from dependency management + * Fix ignore modules in a POM transformation - -- Ludovic Claude ludovic.cla...@laposte.net Sun, 13 Nov 2011 23:59:09 +0100

Bug#654318: libaspectj-java: Add a published Maven rule to help packagers

2012-01-02 Thread Ludovic Claude
Package: libaspectj-java Version: 1.6.11+dfsg-2 Severity: minor -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Please add this rule to debian/maven.publishedRules, this will help packagers working on projects with a dependency using groupId aspectj instead of org.aspectjrt

Bug#654269: ITP: libplexus-components-java -- Plexus Components parent POM

2012-01-02 Thread Ludovic Claude
Package: wnpp Severity: wishlist Owner: Ludovic Claude ludovic.cla...@laposte.net -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 * Package name: libplexus-components-java Version : 1.1.16 Upstream Author : Codehaus * URL : http://plexus.codehaus.org/plexus

Bug#654269: ITP: libplexus-components-java -- Plexus Components parent POM

2012-01-02 Thread Ludovic Claude
Package: wnpp Severity: wishlist Owner: Ludovic Claude ludovic.cla...@laposte.net -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 * Package name: libplexus-components-java Version : 1.1.16 Upstream Author : Codehaus * URL : http://plexus.codehaus.org/plexus

Bug#654318: libaspectj-java: Add a published Maven rule to help packagers

2012-01-02 Thread Ludovic Claude
Package: libaspectj-java Version: 1.6.11+dfsg-2 Severity: minor -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Please add this rule to debian/maven.publishedRules, this will help packagers working on projects with a dependency using groupId aspectj instead of org.aspectjrt

Bug#654269: ITP: libplexus-components-java -- Plexus Components parent POM

2012-01-02 Thread Ludovic Claude
Package: wnpp Severity: wishlist Owner: Ludovic Claude ludovic.cla...@laposte.net -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 * Package name: libplexus-components-java Version : 1.1.16 Upstream Author : Codehaus * URL : http://plexus.codehaus.org/plexus

[SCM] plexus-components packaging branch, master, created. 86a09285e1c415980b724621ae655ee9b0b4b009

2012-01-01 Thread Ludovic Claude
The branch, master has been created at 86a09285e1c415980b724621ae655ee9b0b4b009 (commit) - Shortlog commit 86a09285e1c415980b724621ae655ee9b0b4b009 Author: Ludovic Claude ludovic.cla...@laposte.net Date: Sun Jan 1 18:48:15

[SCM] pkg-java packaging branch, master, updated. b4dba00a5e54efc559198061e899fc4f2745d4ec

2012-01-01 Thread Ludovic Claude
The following commit has been merged in the master branch: commit b4dba00a5e54efc559198061e899fc4f2745d4ec Author: Ludovic Claude ludovic.cla...@laposte.net Date: Mon Jan 2 00:37:32 2012 +0100 Update list of packages on 2/1/2012 diff --git a/.gitignore b/.gitignore index 4f28441..12aa2c2

Bug#653928: git-buildpackage: git-import-orig fails when --filter is used

2012-01-01 Thread Ludovic Claude
Subject: git-buildpackage: git-import-orig fails when --filter is used Package: git-buildpackage Version: 0.5.30 Severity: important Hello, I'm running the following command: git-import-orig --filter=*.jar --filter-pristine-tar --pristine-tar -u1.1.16 ../plexus-components_1.1.16.orig.tar.gz and

[SCM] pkg-java packaging branch, master, created. 84ec0787081b53458c5b44e9179814bfa39484c8

2011-12-18 Thread Ludovic Claude
The branch, master has been created at 84ec0787081b53458c5b44e9179814bfa39484c8 (commit) - Shortlog commit 84ec0787081b53458c5b44e9179814bfa39484c8 Author: Ludovic Claude ludovic.cla...@laposte.net Date: Sun Dec 11 23:48:04

[SCM] pkg-java packaging branch, master, updated. 2ac2c5c8ee9646a5865e608607b2f24e03e829db

2011-12-18 Thread Ludovic Claude
The following commit has been merged in the master branch: commit 2ac2c5c8ee9646a5865e608607b2f24e03e829db Author: Ludovic Claude ludovic.cla...@laposte.net Date: Mon Dec 12 00:16:38 2011 +0100 Add git ignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000..4f28441

[SCM] pkg-java packaging branch, master, updated. 2ac2c5c8ee9646a5865e608607b2f24e03e829db

2011-12-18 Thread Ludovic Claude
The following commit has been merged in the master branch: commit 98d1e1b9e8c224388b00648115ceafb26013a61c Author: Ludovic Claude ludovic.cla...@laposte.net Date: Sun Dec 11 23:55:03 2011 +0100 Setup pkg-java repositories diff --git a/.mrconfig b/.mrconfig index 32a8c82..578d16e 100644

[SCM] plexus-components packaging branch, master, created. 54e50306f6d64722851abb56649bc7468b7dbefb

2011-12-18 Thread Ludovic Claude
The branch, master has been created at 54e50306f6d64722851abb56649bc7468b7dbefb (commit) - Shortlog commit 54e50306f6d64722851abb56649bc7468b7dbefb Author: Ludovic Claude ludovic.cla...@laposte.net Date: Wed Dec 14 00:59:11

[pkg-java] r15553 - trunk/maven-repo-helper/src/main/java/org/debian/maven/repo

2011-12-16 Thread Ludovic Claude
Author: ludovicc-guest Date: 2011-12-16 23:15:21 + (Fri, 16 Dec 2011) New Revision: 15553 Modified: trunk/maven-repo-helper/src/main/java/org/debian/maven/repo/Repository.java Log: Fix NPE Modified: trunk/maven-repo-helper/src/main/java/org/debian/maven/repo/Repository.java

Re: Set version automatically in maven-repo-helper

2011-12-15 Thread Ludovic Claude
Yes, that is an option supported by mh_install. You should write in d/rules: UPSTREAM-VERSION := $(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-+]+).*,\1,p') override_mh_install: mh_install --set-version=$(UPSTREAM-VERSION) The man page of mh_install lists all options supported

Bug#651901: maven-repo-helper: mh_install should support creating additional links (at least one) for a jar

2011-12-12 Thread Ludovic Claude
Package: maven-repo-helper Version: 1.7ubuntu1~ppa5 Severity: normal We should be able to specify the option --create-link for a POM file generating a jar -- System Information: Debian Release: wheezy/sid APT prefers oneiric-updates APT policy: (500, 'oneiric-updates'), (500,

Bug#651901: maven-repo-helper: mh_install should support creating additional links (at least one) for a jar

2011-12-12 Thread Ludovic Claude
Package: maven-repo-helper Version: 1.7ubuntu1~ppa5 Severity: normal We should be able to specify the option --create-link for a POM file generating a jar -- System Information: Debian Release: wheezy/sid APT prefers oneiric-updates APT policy: (500, 'oneiric-updates'), (500,

Git usage in the pkg-java team

2011-12-11 Thread Ludovic Claude
Hello, I'm banging my head trying to use Git to store the packaging for a new project whose upstream uses Git (on Github). Git is very powerful and fast, but it comes at the cost of simplicity it seems. I'm still not clear how to do this task. I read the the wiki pages, but it looks like it's

[pkg-java] r15506 - trunk/apache-pom/debian

2011-12-06 Thread Ludovic Claude
/changelog 2011-12-07 00:08:52 UTC (rev 15506) @@ -1,3 +1,10 @@ +apache-pom (10-3) UNRELEASED; urgency=low + + * Update list of plugins to ignore + * Include site-pom.xml and its apache-jar-resource-bundle jar. + + -- Ludovic Claude ludovic.cla...@laposte.net Wed, 07 Dec 2011 00:27:31 +0100

Accepted libcommons-lang-java 2.6-2 (source all)

2011-12-02 Thread Ludovic Claude
-java-maintain...@lists.alioth.debian.org Changed-By: Ludovic Claude ludovic.cla...@laposte.net Description: libcommons-lang-java - Commons Lang - an extension of the java.lang package libcommons-lang-java-doc - Documentation for Commons Lang - an extension of the java.lang pa Changes

[Bug 894195] Re: bzr crashed with TypeError in smart_add(): __call__() takes at least 5 arguments (1 given)

2011-11-23 Thread Ludovic Claude
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/894195 Title: bzr crashed with TypeError in smart_add(): __call__() takes at least 5 arguments (1 given) To manage

Accepted maven-repo-helper 1.7 (source all)

2011-11-20 Thread Ludovic Claude
...@lists.alioth.debian.org Changed-By: Ludovic Claude ludovic.cla...@laposte.net Description: maven-repo-helper - Helper tools for including Maven metadata in Debian packages Closes: 644258 Changes: maven-repo-helper (1.7) unstable; urgency=low . * add --site-xml=location option to mh_install

Accepted maven-ant-helper 7.5 (source all)

2011-11-20 Thread Ludovic Claude
...@lists.alioth.debian.org Changed-By: Ludovic Claude ludovic.cla...@laposte.net Description: maven-ant-helper - helper scripts for building Maven components with ant Closes: 644941 Changes: maven-ant-helper (7.5) unstable; urgency=low . * Use Java 1.5 for compiling and source level compatibility

Bug#617425: sunjava-db already packaged in Debian and same as Derby

2011-11-17 Thread Ludovic Claude
Hello, The package sunjava-db is already present in Debian, it's a version of Derby which is supported by Sun. Unless your project requires a specific version of Derby, you should probably be able to use Sun Java DB instead. Ludovic -- To UNSUBSCRIBE, email to

sunjava-db already packaged in Debian and same as Derby

2011-11-17 Thread Ludovic Claude
Hello, The package sunjava-db is already present in Debian, it's a version of Derby which is supported by Sun. Unless your project requires a specific version of Derby, you should probably be able to use Sun Java DB instead. Ludovic -- To UNSUBSCRIBE, email to

Bug#617425: sunjava-db already packaged in Debian and same as Derby

2011-11-17 Thread Ludovic Claude
Hello, The package sunjava-db is already present in Debian, it's a version of Derby which is supported by Sun. Unless your project requires a specific version of Derby, you should probably be able to use Sun Java DB instead. Ludovic -- To UNSUBSCRIBE, email to

Bug#644259: Ok, lets switch to Git

2011-11-16 Thread Ludovic Claude
Thomas, It looks like a good idea to szitch to Git for this package and for maven-debian-helper. Is there some kind of standard procedure for setting up Git and its many branches for a Debian package, and in particular in this case for a native Debian package? Thanks, Ludovic __ This

Bug#644260: Improving maven-repo-helper code

2011-11-16 Thread Ludovic Claude
Hello Thomas, Those are good ideas, but they will take time and bring not much more in terms of functionality. I agree that the code needs moderniwing, it was written for Java 1.4 as Maven 2.0 was also compiled for 1.4. The use of StAX parser made the code too procedural, and it evolved

Bug#644259: Ok, lets switch to Git

2011-11-16 Thread Ludovic Claude
Thomas, It looks like a good idea to szitch to Git for this package and for maven-debian-helper. Is there some kind of standard procedure for setting up Git and its many branches for a Debian package, and in particular in this case for a native Debian package? Thanks, Ludovic -- To

Bug#644260: Improving maven-repo-helper code

2011-11-16 Thread Ludovic Claude
Hello Thomas, Those are good ideas, but they will take time and bring not much more in terms of functionality. I agree that the code needs moderniwing, it was written for Java 1.4 as Maven 2.0 was also compiled for 1.4. The use of StAX parser made the code too procedural, and it evolved

Bug#648773: ITP: plexus-classworlds2 -- Class loading utilities for the Plexus framework

2011-11-15 Thread Ludovic Claude
I've got it packaged already On 14/11/11 23:41, Damien Raude-Morvan wrote: Package: wnpp Severity: wishlist Owner: Damien Raude-Morvandraz...@debian.org X-Debbugs-CC: debian-j...@lists.debian.org * Package name: plexus-classworlds2 Version : 2.2.3 Upstream Author : Codehaus *

Bug#648774: ITP: plexus-utils2 -- utilities for the Plexus framework

2011-11-15 Thread Ludovic Claude
I've got it packaged already On 14/11/11 23:41, Damien Raude-Morvan wrote: Package: wnpp Severity: wishlist Owner: Damien Raude-Morvandraz...@debian.org X-Debbugs-CC: debian-j...@lists.debian.org * Package name: plexus-utils2 Version : 2.0.5 Upstream Author : Codehaus * URL

Re: Maven 3 : status update

2011-11-15 Thread Ludovic Claude
Hello Damien, There is some progress on my side. Could you sponsor the following packages: maven-ant-helper, maven-repo-helper, apache-pom, commons-parent, commons-lang The following packages are not yet in a good shape to be released, but they are available in Bazzar before landing in

Bug#648773: ITP: plexus-classworlds2 -- Class loading utilities for the Plexus framework

2011-11-15 Thread Ludovic Claude
I've got it packaged already On 14/11/11 23:41, Damien Raude-Morvan wrote: Package: wnpp Severity: wishlist Owner: Damien Raude-Morvandraz...@debian.org X-Debbugs-CC: debian-j...@lists.debian.org * Package name: plexus-classworlds2 Version : 2.2.3 Upstream Author : Codehaus *

Bug#648774: ITP: plexus-utils2 -- utilities for the Plexus framework

2011-11-15 Thread Ludovic Claude
I've got it packaged already On 14/11/11 23:41, Damien Raude-Morvan wrote: Package: wnpp Severity: wishlist Owner: Damien Raude-Morvandraz...@debian.org X-Debbugs-CC: debian-j...@lists.debian.org * Package name: plexus-utils2 Version : 2.0.5 Upstream Author : Codehaus * URL

[pkg-java] r15379 - trunk/maven-ant-helper/debian

2011-11-13 Thread Ludovic Claude
Author: ludovicc-guest Date: 2011-11-13 22:40:30 + (Sun, 13 Nov 2011) New Revision: 15379 Modified: trunk/maven-ant-helper/debian/changelog Log: * Release Modified: trunk/maven-ant-helper/debian/changelog === ---

[pkg-java] r15380 - trunk/maven-ant-helper/debian

2011-11-13 Thread Ludovic Claude
Author: ludovicc-guest Date: 2011-11-13 22:43:09 + (Sun, 13 Nov 2011) New Revision: 15380 Modified: trunk/maven-ant-helper/debian/changelog Log: * release Modified: trunk/maven-ant-helper/debian/changelog === ---

[pkg-java] r15382 - trunk/maven-repo-helper/debian

2011-11-13 Thread Ludovic Claude
Author: ludovicc-guest Date: 2011-11-13 22:47:26 + (Sun, 13 Nov 2011) New Revision: 15382 Modified: trunk/maven-repo-helper/debian/changelog Log: * Release Modified: trunk/maven-repo-helper/debian/changelog === ---

[pkg-java] r15383 - in tags/maven-repo-helper: . 1.7/debian

2011-11-13 Thread Ludovic Claude
-java to -Build-Depend-Indep - * d/copyright: update fields to match latest DEP5 spec. - - -- Ludovic Claude ludovic.cla...@laposte.net Tue, 01 Nov 2011 16:32:39 +0200 - -maven-repo-helper (1.6) unstable; urgency=low - - [ Ludovic Claude ] - * Add tutorial, reference and repository

[pkg-java] r15384 - trunk/maven-repo-helper/debian

2011-11-13 Thread Ludovic Claude
=== --- trunk/maven-repo-helper/debian/changelog2011-11-13 22:49:13 UTC (rev 15383) +++ trunk/maven-repo-helper/debian/changelog2011-11-13 22:51:55 UTC (rev 15384) @@ -1,3 +1,9 @@ +maven-repo-helper (1.7ubuntu1~ppa1) oneiric; urgency=low + + * Ubuntu build + + -- Ludovic Claude ludovic.cla

[pkg-java] r15385 - tags

2011-11-13 Thread Ludovic Claude
Author: ludovicc-guest Date: 2011-11-13 23:01:49 + (Sun, 13 Nov 2011) New Revision: 15385 Added: tags/apache-pom/ Log: [svn-inject] Cr?\195?\169ation du r?\195?\169pertoire apache-pom/. ___ pkg-java-commits mailing list

[pkg-java] r15386 - trunk

2011-11-13 Thread Ludovic Claude
Author: ludovicc-guest Date: 2011-11-13 23:02:35 + (Sun, 13 Nov 2011) New Revision: 15386 Added: trunk/apache-pom/ Log: Cr?\195?\169ation du r?\195?\169pertoire tronc ___ pkg-java-commits mailing list pkg-java-comm...@lists.alioth.debian.org

[pkg-java] r15387 - in trunk/apache-pom: . debian debian/source

2011-11-13 Thread Ludovic Claude
@@ +apache-pom (7-1) UNRELEASED; urgency=low + + * Initial release (Closes: #) is the bug number of your +ITP + + -- Ludovic Claude ludovic.cla...@laposte.net Thu, 11 Nov 2010 18:27:31 +0100 Added: trunk/apache-pom/debian/compat

[pkg-java] r15388 - trunk/apache-pom/debian

2011-11-13 Thread Ludovic Claude
is the bug number of your -ITP + * Initial release (Closes: #644558) -- Ludovic Claude ludovic.cla...@laposte.net Thu, 11 Nov 2010 18:27:31 +0100 ___ pkg-java-commits mailing list pkg-java-comm...@lists.alioth.debian.org http://lists.alioth.debian.org

[pkg-java] r15389 - in tags/apache-pom: . 7-1/debian

2011-11-13 Thread Ludovic Claude
- - * Initial release (Closes: #) is the bug number of your -ITP - - -- Ludovic Claude ludovic.cla...@laposte.net Thu, 11 Nov 2010 18:27:31 +0100 Copied: tags/apache-pom/7-1/debian/changelog (from rev 15388, trunk/apache-pom/debian/changelog

[pkg-java] r15390 - tags

2011-11-13 Thread Ludovic Claude
Author: ludovicc-guest Date: 2011-11-13 23:12:04 + (Sun, 13 Nov 2011) New Revision: 15390 Added: tags/commons-parent/ Log: [svn-inject] Cr?\195?\169ation du r?\195?\169pertoire commons-parent/. ___ pkg-java-commits mailing list

[pkg-java] r15391 - trunk

2011-11-13 Thread Ludovic Claude
Author: ludovicc-guest Date: 2011-11-13 23:12:42 + (Sun, 13 Nov 2011) New Revision: 15391 Added: trunk/commons-parent/ Log: Cr?\195?\169ation du r?\195?\169pertoire tronc ___ pkg-java-commits mailing list

[pkg-java] r15392 - in trunk/commons-parent: . debian debian/source

2011-11-13 Thread Ludovic Claude
=== --- trunk/commons-parent/debian/changelog (rev 0) +++ trunk/commons-parent/debian/changelog 2011-11-13 23:13:19 UTC (rev 15392) @@ -0,0 +1,5 @@ +commons-parent (21-1) unstable; urgency=low + + * Initial release (Closes: #644561) + + -- Ludovic Claude ludovic.cla

[pkg-java] r15393 - tags/commons-parent

2011-11-13 Thread Ludovic Claude
Author: ludovicc-guest Date: 2011-11-13 23:34:06 + (Sun, 13 Nov 2011) New Revision: 15393 Added: tags/commons-parent/21-1/ Log: [svn-buildpackage] Tagging commons-parent 21-1 ___ pkg-java-commits mailing list

[pkg-java] r15394 - trunk/libcommons-lang-java/debian

2011-11-13 Thread Ludovic Claude
, use DEP-5 format + * Update installation of the Javadoc package + * poms: remove --no-parent as the parent is now packaged, use +--has-package-version, add properties for mh_install and for installing +the Javadoc jar + + -- Ludovic Claude ludovic.cla...@laposte.net Thu, 13 Oct 2011 21:09

[Bug 880240] Re: ubuntu 11.10 : the system doesn't turn off if sudo halt is given

2011-11-13 Thread Ludovic Claude
This bug affects me as well. I cannot shutdown from the menus, most of the time I return to the login screen. Then from the login screen if I try to shutdown, then there is an ugly Gnome confirmation dialog which asks 'Do you want to shutdown or restart ?'. Pressing any of the buttons does

[pkg-java] r15323 - in trunk/maven-repo-helper: . debian doc doc/ref src/main/bin src/main/java/org/debian/maven/repo src/main/share src/test/resources

2011-11-01 Thread Ludovic Claude
, libcommons-io-java to +Build-Depend-Indep + * d/copyright: update fields to match latest DEP5 spec. + + -- Ludovic Claude ludovic.cla...@laposte.net Tue, 01 Nov 2011 16:32:39 +0200 + maven-repo-helper (1.6) unstable; urgency=low [ Ludovic Claude ] Modified: trunk/maven-repo-helper

[pkg-java] r15324 - trunk/maven-repo-helper/debian

2011-11-01 Thread Ludovic Claude
Author: ludovicc-guest Date: 2011-11-01 23:05:20 + (Tue, 01 Nov 2011) New Revision: 15324 Modified: trunk/maven-repo-helper/debian/changelog Log: Package not yet released Modified: trunk/maven-repo-helper/debian/changelog ===

Re: Is there a pom.xml parser packaged in Debian ?

2011-10-07 Thread Ludovic Claude
Hello Charles, What do you want to acheive here? If you want to package snappy-java, then install maven-debian-helper, and run the command mh_make on the upstream sources (you need to cd to the directory containing the file pom.xml). Then mh_make will ask lots of questions and do its best to

Bug#644558: ITP: apache-pom -- Maven metadata for The Apache Software Foundation

2011-10-06 Thread Ludovic Claude
Package: wnpp Severity: wishlist Owner: Ludovic Claude ludovic.cla...@laposte.net X-Debbugs-Cc: debian-j...@lists.debian.org * Package name: libapache-pom-java Version : 10 Upstream Author : The Apache Software Foundation * URL : http://www.apache.org/ * License

<    1   2   3   4   5   6   7   8   9   10   >