oving to the Debian package managed versions would allow us not to
have to keep up with the updates.
If ICU could use the platform tzdata package that would avoid this issue.
Best Regards,
Matthew Johnson
--
On Tue Aug 06 13:38, Eugene Zhukov wrote:
> Can it simply be "except if it is a .jar file" in parenthesis instead
> of vague "in the sense that it is meant to be uncompressed with..."?
We want to write policy to be general and not have 100s of special exceptions.
In this case what is special is n
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 jav
On Sat Jun 09 16:06, Colin Watson wrote:
> On Sat, Jun 09, 2012 at 03:58:26PM +0100, Colin Watson wrote:
> > I tried to arrange that the general design should be amenable to a
> > non-Linux implementation. That said, it's true that nobody has so far
> > got round to coming up with one. I would ex
On Sat Jun 09 12:08, Niels Thykier wrote:
> There are is also Policy §10.5:
>
> """
> A symbolic link pointing to a compressed file should always have the
> same file extension as the referenced file. (For example, if a file
> foo.gz is referenced by a symbolic link, the filename of the link has t
This is somewhat complicated by the fact that on kfreebsd we still don't have
openjdk, so we're using GCJ/GIJ, which is really a 1.5 implementation.
If GCJ/GIJ can run 1.6 bytecode then absolutely this check should be 1.6 and
you can ignore the rest of this mail.
If it cannot, then it's more comp
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 blocki
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 -print
On Wed Jun 01 12:10, Mike Gabriel wrote:
> I have placed NX libs + NX proxy (upstream source is NoMachine, versions
> are 3.5.0-x) into collab-maint on Alioth:
>
> git clone ssh://git.debian.org/git/collab-maint/nxcomp.git
> git clone ssh://git.debian.org/git/collab-maint/nxcompext.git
> git clone
On Mon Nov 22 18:59, Simon Fondrie-Teitler wrote:
> Hi,
>
> What is the status of this? There does not seem to have been any
> progress since your last email in 2007. Is it OK if I take over the ITP?
Well, I've not done anything with the upstream code either since then, but be
my guest.
Matt
s
Package: php5
Version: 5.3.2
Severity: important
(I actually only reproduced this on an ubuntu system, however, I can't see why
it would be any different)
Upstream bug http://bugs.php.net/51026 means that mysql/ssl doesn't work in
5.3.0, 5.3.1 and 5.3.2. They've fixed it for 5.3.3, but squeeze c
Package: monkeysphere
Version: 0.31-1
Severity: important
When using ssh + monkeysphere connecting to a dual stack (IPv4 + IPv6) host I
am connected using IPv4, not IPv6, regardless of passing -6 to ssh. Connecting
to an IPv6-only host appears to fail completely, as does connecting to an IPv6
add
tags 593351 pending
thanks
Will be in 0.33
Matt
signature.asc
Description: Digital signature
On Sun Aug 22 14:41, Sebastian Andrzej Siewior wrote:
> * Niels Thykier | 2010-08-21 16:13:34 [+0200]:
>
> >Personally I am okay with doing it and it is the intention of the Java
> >Team to make openjdk the default on all architectures. The question is
> >if we should do it now or after Squeeze (C
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, 'te
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 _shou
Perhaps this would work alternatively:
update-rc.d fetch-crl-boot start 20 0 6 . stop 20 0 1 2 3 4 5 6 . >/dev/null
0 and 6 don't start any processes...
Matt
signature.asc
Description: Digital signature
Package: fastjar
Version: 2:0.95-4
Severity: normal
If you use fastjar -cfm foo.jar manifest the manifest file does not have the
Manifest-Version added or suitable blank lines at the end. Openjdk's jar does
put these lines in there.
-- System Information:
Debian Release: 5.0.4
APT prefers sta
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
r workaround. Just add 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
grep -i f3;
done
For me this returns no results - ie, none of the manifests contain a byte 0xf3.
I know this isn't really helping with getting javahelper working for you.
There's an easy work around though - you're probably not actually 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
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
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
e
the option to change it. This seems like a regression which kinda makes all the
effort on dash and bashims a little pointless..
It looks like this was introduced in 4.0-7 which fixes #546516.
Thanks,
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
severity 575941 wishlist
tag 575941 wontfix
thanks
As you pointed out, it's not meant to be run manually, you need a client and
server to do the negotiation for you.
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
libmatthew-java just needs giving back.
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
jar fm jar manifest dir
and then listing the jar in debian/package.jlibs.
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
ibxerxes2-java?
At the moment I've added --transitive as an option, but not as default.
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
Package: ircd-hybrid
Version: 7.2.2.dfsg.2-6
Severity: wishlist
Tags: patch
The default channel mode of +t is annoying since if you've not registered with
chanserv and all the ops disconnect (or are deopped) before changing it, then
you can never set the topic again. I've attached a patch which I
der Apache 1.1, so this does not
help.
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
quot;
>
> If this is not clear, what's the correct thing to do? Contact
> upstream? debian-legal?
Ah, thank you, yes, this is perfectly correct, you should paste that into
debian/copyright so everyone knows what is going on (particularly the FTP
masters when they do the same review in the NEW queue)
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
On Tue Jan 26 22:06, Miguel Landaeta wrote:
> The package can be found on mentors.debian.net:
> - URL: http://mentors.debian.net/debian/pool/main/c/cobertura
> - Source repository: deb-src http://mentors.debian.net/debian unstable
> main contrib non-free
> - dget
> http://mentors.debian.net/debian
w version. Should just need requeueing on the buildd
once javahelper 0.26 is in the archive.
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
e wants to file a bug against them and/or javahelper about this
then I'll be more likely to remember (-:
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
Package: wnpp
Severity: wishlist
Owner: Matthew Johnson
X-Debbugs-CC: debian-de...@lists.debian.org
Source package: pescetti
Binary package(s): pescetti
Version: 0.5-1
Licence: GPL-2
Author: Matthew Johnson
Homepage: http
y
> useless)
> * low popcon (36 installations, 9 votes)
> * alternatives exist (at least libcrypto++-utils, md5deep and jacksum)
Concur, please remove
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
tag 558109 pending patch
thanks
Hi Zack,
how does this look?
http://mjj29.matthew.ath.cx/debian-upload/javatools/java-vars.mk
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
should be allowed by
d-j policy anywhere that they are allowed by normal policy.
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
javahelper, I'm reassigning it to there. I may not be
able to fix it until mid next week, however, since I'm moving house.
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
me it built in my sid cowbuilder then?
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
Package: lintian
Severity: wishlist
debian-java policy is being updated to allow executable jar files as
long as they depend on jarwrapper, which implements a binfmt_misc
wrapper to run them. Currently lintian produces an
executable-not-elf-or-script warning about such files.
I am detecting jar
Package: ftp.debian.org
Severity: normal
Please remove fcoretools
Thanks,
Matt
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
reopen 521760
reassign 521760 sun-java6
retitle 521760 alternative link problems with java when upgrading packages
thanks
Right, looks like there's a definite bug here, but it's equally still
definitely nothing to do with jarwrapper, so I'm reassigning it to
sun-java6.
Matt
--
one to grok, Java experience or
not.
Jens, 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
I still see this, any chance it could be fixed?
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
tag 530110 pending
thanks
Fixed in git,
thanks,
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
I can also confirm this issue.
Patch looks ok, but I've not tried it. I could test debs at some point.
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
t from defy to sectoid/Feelings. Of
course, that's only 'Recommended' from fretsonfire-game, but I couldn't
work out how to ignore the error or have it without music at all.
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
Hi Andrew,
I'd quite like to see avbin available in Debian, can I help at all with
packaging / uploading it?
Thanks,
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
lly install by default. Add a hard depends to
that by all means, but you don't need to _require_ it.
I'm not even likely to want to install it without hal myself, but I see
no reason whatsoever not to allow people a hal-less X if they want.
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
Package: wnpp
Severity: wishlist
Owner: Matthew Johnson
X-Debbugs-CC: debian-de...@lists.debian.org
Source package: live-f1
Binary package(s): live-f1
Version: 0.2.7-1
Licence: GPL-2
Author: Scott James Remnant
Homepage:
Description
eInsideCell
> Table#setDefaultVerticalAlignment
> Table#setDefaultCellBorder
#include rant about transitions in java at the moment
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
es are licenced under the BSD or expat licences (which are
basically PD) I can chase the original author to get a statement from
him, or get something from the BSD guys
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
pstream.
Thanks,
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
dk1.1 link. that maybe indeed the root cause. Then,
> maybe
> just close it?
Hi, thanks for submitting this bug, but as you can see above, I think it
might be related to some unofficial package which has left things
around. Sadly, I can't really do much to fix that, so unless you
disag
oved, but which left
alternatives around?
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
On Mon Mar 23 17:12, Martin Pitt wrote:
> Hello Matthew,
>
> Matthew Johnson [2009-03-23 15:14 +]:
> > It should have working introspection so that clients can wont out what
>
> This is "fi
On Mon Mar 23 15:39, Martin Pitt wrote:
> Hello Matthew,
>
> Matthew Johnson [2009-01-03 22:36 +]:
> > The cups config file for dbus doesn't allow introspection requests.
> > Because all it does is send signals this isn't an RC issue, but it
> > should
seeing as how 1.1.17 has been uploaded
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
Package: ftp.debian.org
Upstream is dead, so this won't get ported to gtk2, so please remove.
--
Matthew Johnson
signature.asc
Description: Digital signature
Package: ftp.debian.org
Upstream no longer support this and it seems quite buggy, so please
remove it.
--
Matthew Johnson
signature.asc
Description: Digital signature
http://launchpad.net/bugs/313260. I've tested the patch it resolves the
> issue.
Thanks, I've already got this applied upstream, I'll do a release and
push it through unstable.
matt
--
Matthew Johnson
signature.asc
Description: Digital signature
e moved to a suggest.
It's in NEW, just be patient. For now, grab just fretsonfire-game from
unstable, fretsonfire is just a metapackage.
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
hen please reopen them.
--
Matthew Johnson
signature.asc
Description: Digital signature
t least it should be mentioned the BTS for anyone
else who looks.
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
reopen 516992
thanks
Damn, Typoed the Closes: line. Reopening 516992, closing 516912 instead.
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
Package: splashy
Version: 0.3.2
Severity: important
I'm upgrading etch to lenny. First I get this:
Warning: Old themes directory moved to /etc/splashy/themes.old
Unpacking replacement splashy ...
dpkg: error processing /var/cache/apt/archives/splashy_0.3.13-3_amd64.deb
(--unpack):
trying to
net/fretsonfire/FretsOnFire-1.3.110.tar.gz
I'm looking at it now
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
Can you check for me that you have java-gcj-compat-headless installed,
it contains those files and that /usr/bin/java and
/etc/alternatives/java exist and look sane? the output of
update-alternatives --list java would also be useful.
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
m, that's very odd. It _looks_ like the loop which iterates over
/usr/share/java and lists them can't open one of the files. Can you tell
mee if /usr/share/java/ant-bootstrap.jar is a broken symlink? If not,
can you run:
bash -x java-propose-classpath startImServ.jar?
and send me the ou
debian/patches/22_man_pages2" patch which
> - formats references to programs in bold
> - formats references to files in italic
> - formats references to option-names in bold
> - formats references to manual-pages in bold(roman).
Thanks, I've applied the patches to svn.
Matt
e wishes to shed any light on the matter
Is it still an issue?
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
; Unless the unfreeze is indeed around the corner (unlikely with debian :)
Ask me that again on Saturday (-;
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
n.
> In fact, I'm a part of their team and have direct commit access to their SVN.
By all means take it over. Last time I looked it was in no means
suitable for uploading. If you can change this, then go ahead. If you
can also fix all the obvious segfaults, even better (-
Matt
--
Matthew
On Sun Jan 04 16:37, Riku Voipio wrote:
> On Sat, Jan 03, 2009 at 10:53:08PM +0000, Matthew Johnson wrote:
> > libosso1 ships /etc/dbus-1/system.d/libosso.conf which turns off all the
> > security checks on the system bus by allowing all messages from everyone
> > to every
Package: smart-notifier
Version: 0.28-1
Severity: serious
Justification: blocks fix for CVE-2008-4311
smart-notifier should explicitly allow introspection in it's config
file. It's recommended to use send_destination= to allow all messages of
any type to your service. In addition you should not us
curity is instantly disabled on the system bus. It's not something
which should be encouraged, even on a handheld device. Anyway, there's
no reason to do that since people should just write the correct rules
anyway. I'm told that Maemo has two users anyway, root and user. This
wil
Package: odccm
Version: 0.11.1-2
Severity: serious
Justification: Blocks the fix for CVE-2008-4311
The config file doesn't allow introspection, which is not enabled by
default, it was only working because off a bug in dbus. It's recommended
that you use send_destination to allow all messages to yo
This looks like a candidate for removing from Lenny along with the
rdeps, there's been several people involved in Maemo who think that it's
probably not ready for Debian yet.
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
Package: libosso
Version: 2.15.debian.1-1
Severity: grave
Tags: security
libosso1 ships /etc/dbus-1/system.d/libosso.conf which turns off all the
security checks on the system bus by allowing all messages from everyone
to everyone else. This is bad mkay?
-- System Information:
Debian Release: len
Package: cups
Version: 1.3.8-1lenny4
Severity: normal
The cups config file for dbus doesn't allow introspection requests.
Because all it does is send signals this isn't an RC issue, but it
should have working introspection for those signals.
-- System Information:
Debian Release: lenny/sid
APT
Package: powersaved
Version: 0.15.20-3
Severity: serious
The fix for #503532 means that powersaved will stop responding to
introspection because it is not allowed in the config file. There may be
other problems which I haven't checked yet, but this bug definitely
needs to be fixed. Anyone fixing
Package: bluemon
Version: 1.4-3
Severity: normal
The fix to #503532 which is required for Lenny will also break this.
Upload coming shortly to fix
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
On Sat Jan 03 14:08, Matthew Johnson wrote:
> We are BSPing in Cambridge this weekend, if you need this uploaded, let
> me know
Hmm... I sent this because bts.turmzimmer says:
10-Mar-2007: ifvoid: maintainer waiting for sponsor
However, since the bug was added on 1st jan this seems un
We are BSPing in Cambridge this weekend, if you need this uploaded, let
me know
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
which should. The longer list is rdepends of
libdbus-1-3, it will definitely not be anything not on this list.
Opinions?
Matt
--
Matthew Johnson
Masayuki Hatta (mhatta)
cups (U)
Moray Allan
gpe-bluetooth (U)
Michael Biebl
consolekit (U)
dhcdbd (U)
hal (U)
knetworkmanager
I'd be interested to know what advantages this has over libpam-otpw
(which was designed by Markus Khun who has a rather less dubious
reputation in the security community than Gibson does)
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
anks,
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
ramfs-tools; install linux-image-foo;
purge initramfs-tools; install initramfs-tools
17:26 < mjj29> should leave you in the same situation as
17:26 < mjj29> install linux-image-foo; install initramfs-tools
--
Matthew Johnson
signature.asc
Description: Digital signature
7; and the latter
is clearly preferable (of course if people think it's just generally
bad, then dropping completely is reasonable)
I assume this has been forwarded upstream?
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
. How
best can these two packages integrate?
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
ource) debdiff allows
> me to get the same results as with 1.8.8-3.
>
> I'll leave it to you to ask upstream why/whether that code deletion was
> on purpose/needed for some reasons. :)
Can you try
http://mjj29.matthew.ath.cx/ipmitool_1.8.9-3_i386.changes
I'll upload soon
On Tue Dec 02 23:47, Peter Palfrader wrote:
> On Tue, 02 Dec 2008, Matthew Johnson wrote:
>
> > On Tue Dec 02 22:04, Peter Palfrader wrote:
> > > On Sun, 30 Nov 2008, Matthew Johnson wrote:
> > >
> > > > Hi, I have what I think is a patch which w
On Tue Dec 02 22:04, Peter Palfrader wrote:
> On Sun, 30 Nov 2008, Matthew Johnson wrote:
>
> > Hi, I have what I think is a patch which will move it to
> > /var/lib/open-iscsi/initiatorname.iscsi (attached). I could NMU it (and
> > I have a source package prep
On Sun Nov 30 17:12, Matthew Johnson wrote:
> I'd be interested in knowing what caused that line to be added to
> gpg.conf, since I've only ever seen gpg-agent used with environment
> variables.
>
> If a package automatically updates gpg.conf and then leaves it in
e; urgency=medium
+
+ * Non-maintainer upload.
+ * Use /var/lib/open-iscsi/initiatorname.iscsi rather than
+/etc/iscsi/initiatorname.iscsi (Closes: #507003)
+
+ -- Matthew Johnson <[EMAIL PROTECTED]> Sun, 30 Nov 2008 18:10:41 +
+
open-iscsi (2.0.870~rc3-0.3) unstable; urgency=low
Since this seems to be a kernel issue on hppa surely the ruby part of
the bug report can be closed?
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
nd then leaves it in a
non-functioning state, that's a potentially RC issue. In which case this
bug should be cloned and the new one left at RC and this one
downgraded.
I'll have a little look myself, but any other confirmation of how that
setting was created would be good.
Matt
--
M
Package: www.debian.org
Severity: normal
http://www.debian.org/doc/devel-manuals#devref has links to the devref,
none of which work. For exampple:
http://www.debian.org/doc/manuals/developers-reference/index.en.html
when it should be:
http://www.debian.org/doc/manuals/developers-reference/
(o
nfirm that jh_manifest and
jh_depends (which I assume you meant, rather than jh_installlibs, which
doesn't touch the manifest file) do the right thing, that would be
great.
Thanks,
Matt
--
Matthew Johnson
signature.asc
Description: Digital signature
1 - 100 of 362 matches
Mail list logo