Bug#1070208: openttd: cmake licensing concern for openttd 14.0 source package

2024-06-24 Thread Matthijs Kooijman
Hi James, > The relevant CMake file addition was sourced[1] from the LLVM codebase, which > is licensed under a variant of the Apache 2.0 license with some exception > clauses added for the LLVM project. This is not yet documented in the source > package. Thanks for pointing this out. It turns

Bug#1002913: openttd: FBTFS

2021-12-31 Thread Matthijs Kooijman
Hi Aurelien, Thanks for reporting, I had already seen the failure and am working on a fix, probably next weekend. The issue is caused by the buildds building arch and arch-indep separately, which exposes a problem in the rules file, but I hadn't tested this scenario before upload. Gr. Matthijs

Bug#984158: grfcodec: diff for NMU version 6.0.6-5.1

2021-12-20 Thread Matthijs Kooijman
Hi Adrian, It took a while longer than anticipated, because of a problem with last month's keyring update, but that has now been resolved, so my uploads have come through. > packages without valid signature are usually silently dropped, > expect that you might have to reupload. Maybe packages wit

Bug#984158: grfcodec: diff for NMU version 6.0.6-5.1

2021-11-23 Thread Matthijs Kooijman
Hi Adrian, > I've prepared an NMU for grfcodec (versioned as 6.0.6-5.1) and uploaded > it to DELAYED/15. Please feel free to tell me if I should cancel it, or > to use the changes for a maintainer upload instead. Thanks for your interest and picking this up! However, I had actually *just* upload

Bug#980641: nml: builds with patch

2021-02-14 Thread Matthijs Kooijman
Hi Phil, > Indeed, I've cleaned up my local test and pushed to salsa: > > https://salsa.debian.org/emorrp1/nml/-/commit/27c0aea7cd2670462c24246caf510d7dd8cb99dd Thanks! I think to be really correct, though, I'd have to backup the old files and restore them on clean (or maybe make a copy of the ent

Bug#980641: nml: builds with patch

2021-02-13 Thread Matthijs Kooijman
Hi Phil, Mathias, Thanks for your interest in nml and your effort in getting this bug squashed :-) > It would be a shame if openttd got autorm'ed just as the bullseye > freeze starts in earnest. Yeah, I'll make sure that doesn't happen. > Upstream have re-exported the pcx files and I can confir

Bug#954672: openttd-opengfx: FTBFS: Error: (AttributeError) "module 'time' has no attribute 'clock'".

2020-03-23 Thread Matthijs Kooijman
reassign 954672 nml 0.4.5-2 thanks Hi Lucas, > > Error:(AttributeError) "module 'time' has no attribute 'clock'". > > Command: ['/usr/bin/nmlc', '-c', '-p', 'DOS', '-M', > > '--MF=ogfx1_base.grf.dep', '--grf', 'ogfx1_base.grf', 'ogfx1_base.nml'] > > Location: File "/usr/lib/python3/dist-pac

Bug#942716: add patch

2019-10-21 Thread Matthijs Kooijman
Hey Matthias, > patch at > http://launchpadlibrarian.net/447871899/nml_0.4.5-1build2_0.4.5-1ubuntu1.diff.gz Thanks for the report and the patch, looks good. I'll prepare an upload with it, probably somewhere next week. Gr. Matthijs signature.asc Description: PGP signature

Bug#942716: add patch

2019-10-21 Thread Matthijs Kooijman
Hey Matthias, > Thanks for the report and the patch, looks good. I'll prepare an upload > with it, probably somewhere next week. I had another look upstream, seems they fixed it by falling back to PILLOW_VERSION unconditionally, but I also noticed PIL.__version__ is actually the recommended replac

Bug#913509: openttd FTBFS with ICU 63.1

2018-11-17 Thread Matthijs Kooijman
Hi László, thanks for your investigation and patch. I ended up backporting the upstream patches for the issue, which turned out to be identical to your patch :-) I've just uploaded a version with this patch, as well as a bunch of other pending changes. Gr. Matthijs signature.asc Description:

Bug#808508: nml: FTBFS: PIL: Exception: tostring() has been removed. Please call tobytes() instead.

2015-12-24 Thread Matthijs Kooijman
> Exception: tostring() has been removed. Please call tobytes() instead. Thanks for reporting. Turns out upstream has fixed this, so this will get fixed with the next upstream release. Gr. Matthijs signature.asc Description: Digital signature

Bug#808510: openttd-opengfx: FTBFS: PIL: (Exception) "tostring() has been removed. Please call tobytes() instead.".

2015-12-24 Thread Matthijs Kooijman
> Error:(Exception) "tostring() has been removed. Please call tobytes() > instead.". Thanks for reporting. I've informed upstream about this bug, it will probably be fixed for the next upstream release. Gr. Matthijs signature.asc Description: Digital signature

Bug#603752: CVE-2010-4168

2010-11-18 Thread Matthijs Kooijman
Hi folks, thanks for reporting and testing! > Just thought I'd mention, I had trouble connecting to multiplay servers > *before* I applied this patch, despite the suggestion it 'does not > change network compatibility at all'. I've double-checked this with upstream: There's really no way this

Bug#595738: openttd: Does not ship sources for .grf files

2010-09-06 Thread Matthijs Kooijman
Package: openttd Version: 1.0.3-2 Severity: serious Justification: Policy 2.2.1 The OpenTTD package does not ship sources for the openttd.grf and openttdw.grf files, which contain resources used for playing the game with the original TTD graphics. The upcoming 1.0.4 upstream release should supply

Bug#573505: php-doc xml validation error caused by libxml2 / fixed by new upstream version

2010-05-01 Thread Matthijs Kooijman
Hi, (If you're in a hurry, you might want to skip to the end of the mail, since the conclusion is partly unrelated to my in-depth analysis of the problem) it seems PHD is completely innocent for this bug. Upgrading PHD didn't seem to help (though I'm not 100% sure that the upgrading worked, I did

Bug#576374: FTBFS: *** [grfmrgc.bin] Error 1 [alpha, armel, hppa, ia64, s390, sparc]

2010-04-04 Thread Matthijs Kooijman
Hi Jonathan, > I don’t know enough to tell whether the compression was important, but > if it was, is there a way for a script to ask upx whether it is capable > of compressing a given file (or whether it supports ELF files targetted > to a given platform)? Nah, it was just a gimmik to make the bi

Bug#576374: FTBFS: *** [grfmrgc.bin] Error 1 [alpha, armel, hppa, ia64, s390, sparc]

2010-04-04 Thread Matthijs Kooijman
Hi Jonathan, > grfcodec is failing to build on all buildds [1], with output like this: Not all, it works on a few architectures. The reason for this is that grfcodec uses "upx" to do binary compression, which only works on the more common architectures. I've already prepared a new upload that sim

Bug#570104: openttd: Don't propagate 1.0 development releases to testing

2010-02-16 Thread Matthijs Kooijman
Package: openttd Version: 1.0.0~beta4-1 Severity: serious Due to some issues with my sbuild workflow, 1.0.0~beta4-1 accidentally got uploaded to unstable instead of experimental. However, a final 1.0 release is expected soon, the beta release is already quite stable and usable and having 1.0 in un

Bug#509025: splashy: Fixed upstream

2008-12-29 Thread Matthijs Kooijman
Package: splashy Version: 0.3.12-1 Followup-For: Bug #509025 I also ran into this problem (also when upgrading mysql) and took a peek at upstream sources. >From the git log, this was fixed upstream in rev dccdf4532edc4edd135bb89d16cd24904dbc8af9 already (which means the recently released 0.3.13 v

Bug#493714: openttd: Network exploitable buffer overrun

2008-08-12 Thread Matthijs Kooijman
Hi, > I got a private mail by the maintainer stating: > "New version should be uploaded this weekend, I'll mail the > release team with details when that happens." I'm having a bit of a problem with this upload, since my regular sponsor seems to be away. I had asked a DD to upload it last weekend