Bug#649878: eclipse-platform: 3.7 does not load dropins

2011-11-24 Thread Peter Collingbourne
Package: eclipse-platform Version: 3.7.0-1 Severity: important It seems that, on my system at least, Eclipse is not loading dropins. This makes the CDT, JDT etc. packages completely unusable. This is the content of my .metadata/.log:

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

2010-09-04 Thread Peter Collingbourne
Author: pcc-guest Date: 2010-09-04 17:54:37 + (Sat, 04 Sep 2010) New Revision: 12961 Modified: trunk/maven-repo-helper/src/main/java/org/debian/maven/repo/DependencyRuleSet.java Log: Implement DependencyRuleSet.addAll Modified:

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

2010-09-04 Thread Peter Collingbourne
Author: pcc-guest Date: 2010-09-04 17:54:53 + (Sat, 04 Sep 2010) New Revision: 12962 Modified: trunk/maven-repo-helper/src/main/java/org/debian/maven/repo/POMCleaner.java trunk/maven-repo-helper/src/main/java/org/debian/maven/repo/POMTransformer.java Log: Add support for extra rule

[pkg-java] r12963 - in trunk/maven-repo-helper: debian src/main/share

2010-09-04 Thread Peter Collingbourne
=== --- trunk/maven-repo-helper/debian/changelog2010-09-04 17:54:53 UTC (rev 12962) +++ trunk/maven-repo-helper/debian/changelog2010-09-04 17:55:15 UTC (rev 12963) @@ -3,6 +3,7 @@ [ Peter Collingbourne ] * Document the correct order

[pkg-java] r12964 - trunk/maven-repo-helper/src/main/share

2010-09-04 Thread Peter Collingbourne
Author: pcc-guest Date: 2010-09-04 17:55:29 + (Sat, 04 Sep 2010) New Revision: 12964 Modified: trunk/maven-repo-helper/src/main/share/mh_lib.sh Log: Fix and simplify cleanargs Modified: trunk/maven-repo-helper/src/main/share/mh_lib.sh

[pkg-java] r12966 - trunk/maven-repo-helper/src/main/share

2010-09-04 Thread Peter Collingbourne
Author: pcc-guest Date: 2010-09-04 17:56:04 + (Sat, 04 Sep 2010) New Revision: 12966 Modified: trunk/maven-repo-helper/src/main/share/mh_lib.sh Log: Add a getargs function to mh_lib which provides access to full argument lists Modified: trunk/maven-repo-helper/src/main/share/mh_lib.sh

[pkg-java] r12967 - in trunk/maven-repo-helper: debian src/main/bin

2010-09-04 Thread Peter Collingbourne
Author: pcc-guest Date: 2010-09-04 17:56:17 + (Sat, 04 Sep 2010) New Revision: 12967 Modified: trunk/maven-repo-helper/debian/changelog trunk/maven-repo-helper/src/main/bin/mh_cleanpom trunk/maven-repo-helper/src/main/bin/mh_patchpom

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

2010-09-04 Thread Peter Collingbourne
Author: pcc-guest Date: 2010-09-04 17:56:39 + (Sat, 04 Sep 2010) New Revision: 12968 Modified: trunk/maven-repo-helper/debian/changelog trunk/maven-repo-helper/src/main/bin/mh_cleanpom trunk/maven-repo-helper/src/main/bin/mh_installpom

[pkg-java] r12943 - in trunk/maven-repo-helper: debian src/main/bin

2010-08-24 Thread Peter Collingbourne
(rev 12942) +++ trunk/maven-repo-helper/debian/changelog2010-08-25 03:14:07 UTC (rev 12943) @@ -2,6 +2,7 @@ [ Peter Collingbourne ] * Document the correct order of attributes in rules files + * Escape all $ characters in usage messages [ Ludovic Claude ] * mh_transformpoms

[pkg-java] r12888 - in trunk/maven-repo-helper: debian src/main/bin

2010-08-06 Thread Peter Collingbourne
01:07:20 UTC (rev 12888) @@ -1,3 +1,10 @@ +maven-repo-helper (1.3) UNRELEASED; urgency=low + + [ Peter Collingbourne ] + * Document the correct order of attributes in rules files + + -- Ludovic Claude ludovic.cla...@laposte.net Sat, 07 Aug 2010 01:48:57 +0100 + maven-repo-helper (1.2) unstable

Bug#576814: [PATCH] Fix behaviour of ConsoleReader.setBuffer() if cursor is not at end of line

2010-04-09 Thread Peter Collingbourne
If the cursor is not at the end of the line and the old and new buffers have a common prefix then setBuffer will call backspace with an incorrect argument and the buffer will be mangled. This patch fixes the bug. --- src/main/java/jline/ConsoleReader.java |6 +-

Bug#573049: maven-repo-helper: ignores the --no-parent option in the .poms file

2010-03-08 Thread Peter Collingbourne
Package: maven-repo-helper Version: 1.0.3 Severity: important The --no-parent option specified in the .poms file does not seem to have an effect - the .pom file will still have a parent element. The bug seems to have been introduced in either version 1.0.2 or 1.0.3 (1.0.1 builds the package

Advice on packaging a Maven plugin

2010-03-07 Thread Peter Collingbourne
Hello, We (I and Ramakrishnan Muthukrishnan) are packaging a Maven plugin for the Clojure language (clojure-maven-plugin). Our preliminary packaging is available at git://git.debian.org/pkg-java/clojure-maven-plugin.git Our question relates to how to package those packages which depend on

Bug#572432: clojure-repl: REPL does not use JLine ConsoleRunner or another readline-style library

2010-03-04 Thread Peter Collingbourne
tag 572432 confirmed thanks On Thu, Mar 04, 2010 at 01:53:32AM -0600, C Erler wrote: Package: clojure Version: 1.0.0+dfsg-1 Severity: normal According to http://clojure.org/getting_started In the directory in which you expanded clojure.zip, run: java -cp clojure.jar clojure.main

[pkg-java] r11490 - trunk

2010-02-02 Thread Peter Collingbourne
Author: pcc-guest Date: 2010-02-02 12:40:09 + (Tue, 02 Feb 2010) New Revision: 11490 Removed: trunk/clojure/ Log: Moved to git ___ pkg-java-commits mailing list pkg-java-comm...@lists.alioth.debian.org

Bug#532728: clojure: link fails when trying to use inspector

2009-06-11 Thread Peter Collingbourne
tags 532728 + unreproducible thanks Hi Rob, On Wed, Jun 10, 2009 at 06:55:33PM -0700, Rob Browning wrote: Package: clojure Version: 1.0.0+dfsg-1 As yet, I'm not certain whether this is a bug in Debian's clojure package, other Java pacakges, or a local configuration problem, but clojure

Bug#528119: tomcat6-examples: contains non-free material

2009-05-10 Thread Peter Collingbourne
Package: tomcat6-examples Version: 6.0.18-3 Severity: serious Justification: Policy 2.2.1 This package includes the following files: /usr/share/tomcat6-examples/examples/WEB-INF/lib/standard.jar which correspond to the following files in the source tarball:

Bug#528118: tomcat5.5-webapps: contains non-free material

2009-05-10 Thread Peter Collingbourne
Package: tomcat5.5-webapps Version: 5.5.26-5 Severity: serious Justification: Policy 2.2.1 This package includes the following files: /usr/share/tomcat5.5-webapps/jsp-examples/WEB-INF/lib/standard.jar which correspond to the following files in the source tarball:

Re: Request to join pkg-java

2009-02-01 Thread Peter Collingbourne
Hi Torsten, On Fri, Jan 30, 2009 at 10:54:59PM +0100, Torsten Werner wrote: On Thu, Jan 29, 2009 at 10:33 AM, Peter Collingbourne pe...@pcc.me.uk wrote: Thank you for offering to sponsor me. Will you accept the DM-Upload-Allowed flag in debian/control? yes Thanks Packaging now at svn

Re: Request to join pkg-java

2009-01-29 Thread Peter Collingbourne
Hi Torsten, On Sun, Jan 25, 2009 at 12:09:41PM +0100, Torsten Werner wrote: Hi Peter, On Thu, Jan 22, 2009 at 10:44 PM, Peter Collingbourne pe...@pcc.me.uk wrote: On 2 January I posted a message to this list asking for membership in pkg-java so that I can maintain my package, clojure

Request to join pkg-java

2009-01-22 Thread Peter Collingbourne
Hello, On 2 January I posted a message to this list asking for membership in pkg-java so that I can maintain my package, clojure, there [1]. Unfortunately I did not receive a response to that part of my email. My Alioth username is pcc-guest, can someone add me please? Thanks, -- Peter [1]

Re: Request to join pkg-java

2009-01-22 Thread Peter Collingbourne
On Fri, Jan 23, 2009 at 12:57:34AM +0100, Jan Dittberner wrote: On Thu, Jan 22, 2009 at 09:44:11PM +, Peter Collingbourne wrote: Hello, On 2 January I posted a message to this list asking for membership in pkg-java so that I can maintain my package, clojure, there [1

Re: RFC: clojure (and a request to join pkg-java)

2009-01-05 Thread Peter Collingbourne
Hi Paul, Thank you for your comments. On Sat, Jan 03, 2009 at 11:00:50AM +0900, Paul Wise wrote: Please send the manual pages and patches upstream if appropriate and you have not already. I have already sent appropriate patches upstream. I plan to consult with upstream regarding the wrapper

RFC: clojure (and a request to join pkg-java)

2009-01-02 Thread Peter Collingbourne
Hello, I am seeking comments on my package clojure; I would also like to request membership in pkg-java so I can maintain the package there. I am not seeking sponsorship at present due to the lenny freeze. * Package name: clojure Version : 0.0.20081217-1 Upstream Author : Rich