Re: Bug#703376: javahelper: Remove Maven support from jh_makepkg

2013-04-10 Thread Matthew Johnson
On Tue Apr 09 18:00, Thomas Koch wrote: Niels Thykier: I am planning on a rewrite of jh_makepkg and have therefore not applied your patch as-is. I wasn't aware (forgot) about jh_makepkg and just had a look at it. I don't think we should have 2 dh-make-* style programs in the java team:

Bug#634089: jh_manifest causes CRC error

2012-01-07 Thread Matthew Johnson
On Fri Jan 06 13:26, tony mancill wrote: Thank you for in-depth look into this bug. Niels or Matthew, any concerns with me preparing an upload? Go right ahead Thanks, Matt Thanks, tony On 01/05/2012 08:14 PM, Wookey wrote: This seems to me to be a serious problem blocking all

Bug#646514: javahelper: jh_repack fails if folders *.jar exist

2011-10-25 Thread Matthew Johnson
On Mon Oct 24 18:46, Andrew Ross wrote: If a package contains folders whose names match *.jar then jh_repack fails with messages like: rm: cannot remove `./branding/core/core.jar': Is a directory The find command should probably be changed to: find . -name '*.jar' -type f -print0 |

[pkg-java] r14934 - trunk

2011-09-17 Thread Matthew Johnson
Author: mjj29 Date: 2011-09-17 12:48:06 + (Sat, 17 Sep 2011) New Revision: 14934 Added: trunk/dbus-java/ Log: importing dbus-java to be team maintained from pkg-utopia ___ pkg-java-commits mailing list pkg-java-comm...@lists.alioth.debian.org

[SCM] UNNAMED PROJECT branch, master, updated. 0.31-52-g3ad7d7d

2011-03-12 Thread Matthew Johnson
3ad7d7d333a75fbd9d2cb5777931be7577a541b4 Author: Matthew Johnson mj...@debian.org Date: Sat Mar 12 12:58:18 2011 + support epochs in version mangling as well --- Summary of changes: jh_installlibs |8 +--- 1 files changed, 1 insertions

[SCM] UNNAMED PROJECT branch, master, updated. 0.31-53-gcca8559

2011-03-12 Thread Matthew Johnson
cca85591cfe04e192b5dfd99f683868da0681abc Author: Matthew Johnson mj...@debian.org Date: Sat Mar 12 13:03:46 2011 + changelog --- Summary of changes: debian/changelog |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git

[SCM] UNNAMED PROJECT branch, master, updated. 0.30-49-ge42fa2b

2010-09-05 Thread Matthew Johnson
e42fa2b50a6d29eabfbddbb083cd6084f3b1f1b1 Author: Matthew Johnson mj...@debian.org Date: Sun Sep 5 15:57:28 2010 + fix some bugs in jh_makepkg (Closes: #593351) --- Summary of changes: debian/changelog |6 ++ jh_makepkg |6

Bug#593351: Fixed in git

2010-09-05 Thread Matthew Johnson
tags 593351 pending thanks Will be in 0.33 Matt signature.asc Description: Digital signature __ This is the maintainer address of Debian's Java team http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please use debian-j...@lists.debian.org for discussions and questions.

[SCM] UNNAMED PROJECT branch, master, updated. 0.30-48-gec6b50d

2010-08-08 Thread Matthew Johnson
in full, below. - Log - commit ec6b50d93e75ab57d87ae19c83c44d4f9a0cb88d Merge: 4ae601d 019fcec Author: Matthew Johnson mj...@qadesh.matthew.ath.cx Date: Sun Aug 8 20:14:16 2010 +0100 Merge branch 'master' of ssh://mj...@alioth

[SCM] UNNAMED PROJECT branch, experimental, created. 0.30-48-gec6b50d

2010-08-08 Thread Matthew Johnson
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project UNNAMED PROJECT. The branch, experimental has been created at ec6b50d93e75ab57d87ae19c83c44d4f9a0cb88d (commit) - Log

[SCM] UNNAMED PROJECT branch, policy-dc10, created. 0.30-49-g494e0d4

2010-08-08 Thread Matthew Johnson
- commit 494e0d41649fbacd9e24d0010545ddb39a0bf176 Author: Matthew Johnson mj...@qadesh.matthew.ath.cx Date: Sun Aug 8 20:26:02 2010 +0100 change symlink handling for sonames

[SCM] UNNAMED PROJECT branch, policy-dc10, updated. 0.30-50-gc04e9ee

2010-08-08 Thread Matthew Johnson
c04e9eeb79e8a271041291189be17ddf061e0208 Author: Matthew Johnson mj...@debian.org Date: Sun Aug 8 20:55:25 2010 +0100 fix the postinst stuff after testing it --- Summary of changes: jh_build |8 jh_postinst |4

Bug#592265: Causes FTBFS of other packages

2010-08-08 Thread Matthew Johnson
Package: javahelper Version: 0.32 Severity: grave Despite what the man page says, you can't call jar -u -f -m you have to use ufm for sun jar. This bug will cause javahelper-using packages to FTBFS. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500,

[SCM] UNNAMED PROJECT branch, policy-dc10, updated. 0.30-52-ga0a89af

2010-08-08 Thread Matthew Johnson
- commit a0a89afdee5c5050b56bab7266d90f4b99e61c78 Merge: c7b4a4c c04e9ee Author: Matthew Johnson mj...@qadesh.matthew.ath.cx Date: Sun Aug 8 21:24:13 2010 +0100 Merge branch 'policy-dc10' of ssh://mj...@alioth/git/pkg-java/javatools into policy-dc10 commit

[pkg-java] r12887 - trunk/website/docs

2010-08-06 Thread Matthew Johnson
/1999/xhtml; xml:lang=en + head +meta name=Author content=Matthew Johnson (mj...@debian.org)/ +titlePackaging Java with Javatools/title + /head + body +div id=page + div id=container +div id=main + div class=shadow +div id=sticky + h2 style

Bug#591874: javahelper: jh_build does not specify -source, gcj gets it wrong

2010-08-05 Thread Matthew Johnson
Package: javahelper Version: 0.32 Severity: important Because gcj _still_ defaults to 1.4 source format and jh_build doesn't specify anything when building, something using default-java will ftbfs on kfreebsd or hppa if it uses 1.5 source featuress. Always specifying: -source 6 -target 5

[SCM] UNNAMED PROJECT branch, master, updated. 0.30-45-g019fcec

2010-08-03 Thread Matthew Johnson
019fcec6c6e0e9cb09c871672ce2540fd7a2cb0f Author: Matthew Johnson mj...@debian.org Date: Tue Aug 3 21:34:26 2010 +0100 remove zip/unzip suggests, they should really be in ant or pde-build, release --- Summary of changes: debian/changelog |4

Bug#588379: using jh_depends when a .jar exists in one than one package

2010-07-11 Thread Matthew Johnson
tag 588379 wontfix thanks Hi Scott, I'm the other Javahelper maintainer, On Sun Jul 11 11:12, Scott Howard wrote: Processing is a java package which compiles java code, so it depends on the jdk. The package won't build unless tools.jar is explicitly in the classpath at build time (I'm not too

[SCM] UNNAMED PROJECT branch, master, updated. 0.30-26-g32ea17e

2010-07-04 Thread Matthew Johnson
32ea17ed0eb138f46aa3478515c26fc2095bde0d Author: Matthew Johnson mj...@qadesh.matthew.ath.cx Date: Sun Jul 4 09:33:28 2010 +0100 jh_build add -link on all packages you depend on --- Summary of changes: debian/changelog |4 +++- jh_build

[SCM] UNNAMED PROJECT branch, master, updated. 0.30-27-g24558c3

2010-07-04 Thread Matthew Johnson
24558c3d846e08030d2a74707788cda19d155f71 Author: Matthew Johnson mj...@matthew.ath.cx Date: Sun Jul 4 10:04:37 2010 + fix jh_build documentation --- Summary of changes: debian/changelog |3 ++- tutorial.html|4 +--- tutorial.txt

[SCM] UNNAMED PROJECT branch, master, updated. 0.30-32-g6683637

2010-07-04 Thread Matthew Johnson
668363777e13c68c4c2e880bde51f1cb6c52e4f1 Author: Matthew Johnson mj...@qadesh.matthew.ath.cx Date: Mon Jul 5 00:30:01 2010 +0100 aoeu --- Summary of changes: tests/tests.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[SCM] UNNAMED PROJECT branch, master, updated. 0.30-25-gf9a654e

2010-07-02 Thread Matthew Johnson
f9a654e5e3e15786cfc577d4eaef64931b913176 Author: Matthew Johnson mj...@qadesh.matthew.ath.cx Date: Fri Jul 2 22:31:31 2010 +0100 fix for 586783 --- Summary of changes: debian/changelog |7 ++- jh_depends |2 ++ 2 files changed, 8

Bug#574029: jh_manifest utf8 errors - workaround

2010-05-01 Thread Matthew Johnson
the following to debian/rules: JH_MANIFEST_ARGS := -V Looks like you are using CDBS not dh7, so you will need to do this. Also looks like it might be a bug with the library I'm using, so I might punt it to them. Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#574029: jh_manifest utf8 errors

2010-04-27 Thread Matthew Johnson
using any jh_manifest features, so you could just add: override_jh_manifest: to your debian/rules file (assuming dh7) and it will skip running it at all. This should be fine. Matt -- Matthew Johnson signature.asc Description: Digital signature __ This is the maintainer address of Debian's

Bug#574029: jh_manifest utf8 errors

2010-04-19 Thread Matthew Johnson
On Mon Apr 19 14:09, Eric Lavarde - Debian wrote: Matthew Johnson said: I really could do with seeing the manifest from either of your packages - I suspect that there is non-utf8 data in there. Without seeing it though I can't reproduce or suggest a fix. (I'm afraid I can't read

Bug#574029: jh_manifest utf8 errors

2010-04-18 Thread Matthew Johnson
I really could do with seeing the manifest from either of your packages - I suspect that there is non-utf8 data in there. Without seeing it though I can't reproduce or suggest a fix. (I'm afraid I can't read winmail.dat) Matt -- Matthew Johnson signature.asc Description: Digital signature

Re: excalibur-logkit_2.0-1_i386.changes REJECTED

2009-08-13 Thread Matthew Johnson
On Thu Aug 13 22:02, Archive Administrator wrote: Rejected: excalibur-logkit_2.0-1.dsc refers to excalibur-logkit_2.0.orig.tar.gz, but I can't find it in the queue or in the pool. Whoops, needed to pass in -sa because of the old ubuntu revisions. Fixed now Matt -- Matthew Johnson

Bug#526489: Time to orphan eclipse? (Bug#526489: eclipse: should this package be orphaned?)

2009-06-15 Thread Matthew Johnson
, and anyone else who is interested in this, do you want to send me any questions you have? Matt -- Matthew Johnson signature.asc Description: Digital signature ___ pkg-java-maintainers mailing list pkg-java-maintainers@lists.alioth.debian.org http

Bug#495637: [ant] Dangling symlink in ant package

2009-06-07 Thread Matthew Johnson
I still see this, any chance it could be fixed? Matt -- Matthew Johnson signature.asc Description: Digital signature ___ pkg-java-maintainers mailing list pkg-java-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo

Re: jaranalyzer_1.2-3_i386.changes REJECTED

2008-08-05 Thread Matthew Johnson
On Tue Aug 05 21:02, Debian Installer wrote: Rejected: jaranalyzer_1.2-3.dsc refers to jaranalyzer_1.2.orig.tar.gz, but I can't find it in the queue or in the pool. My fault, of course you need other build options when the first revision is not -1.. Will fix. Matt -- Matthew Johnson

Bug#460605: gjdoc: dh_javadoc doesn't read .javadoc files correctly

2008-01-13 Thread Matthew Johnson
Package: gjdoc Version: 0.7.7-7 Severity: important dh_javadoc is meant to read (Java) package names from the file debian/$package.javadoc. However, when reading the file it does not strip linebreaks before passing them to gjdoc. As a result, it calls gjdoc with the arguments: foo.bar\n