Bug#428611: boo: can't compile HelloWorld

2007-07-10 Thread Peter Nuttall
Hello, The problem is you need to have libmono1.0-cil at runtime for booc to work. Its not a Depends, so to reproduce, you simply try to build hello.boo in a clean chroot. It is a build-depends though. While I'm not sure why this is taking place, I suspect its to do with the fact that the

Bug#428611: boo: can't compile HelloWorld

2007-07-10 Thread Peter Nuttall
Hello again, A closer look shows that the Depends is generated by dh_clideps. In theory, this ought to pick up the missing dep from the .exe . I'm not sure why this isn't working. Sorry for not being much help, Pete -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#430831: gallery2: Recommends line recommends two database servers

2007-06-27 Thread Peter Nuttall
Package: gallery2 Version: 2.1.2-2 Severity: normal Tags: none The recommends line for gallery2 will drag in both postgres and mysql. This isn't needed, and should be a | instead. Thanks Pete -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable')

Bug#417407: debian-installer: d-i destroyed existing raid device

2007-04-03 Thread Peter Nuttall
On Tue, Apr 03, 2007 at 08:53:24AM +0200, martin f krafft wrote: also sprach Peter Nuttall [EMAIL PROTECTED] [2007.04.03.0020 +0200]: mdadm --assemble /dev/md0 works, as does your command above. The array is fine after resyncing, its just its contents that are gone. I honestly have

Bug#417407: debian-installer: d-i destroyed existing raid device

2007-04-03 Thread Peter Nuttall
On Tue, Apr 03, 2007 at 10:59:48AM +0200, Steinar H. Gunderson wrote: On Tue, Apr 03, 2007 at 10:39:26AM +0200, martin f krafft wrote: After the mount, both of sd[ab]1 would have to be recovered and usable, but out of sync. Actually, as Sesse claims, it's entirely likely that md didn't

Bug#417407: debian-installer: d-i destroyed existing raid device

2007-04-02 Thread Peter Nuttall
On Mon, Apr 02, 2007 at 06:45:46PM +0200, martin f krafft wrote: also sprach Peter Nuttall [EMAIL PROTECTED] [2007.04.02.1833 +0200]: If you have any questions, or I can help further, please ask. I'm psn on oftc. Any suggestions as to what I did wrong or how to recover would be really

Bug#417407: debian-installer: d-i destroyed existing raid device

2007-04-02 Thread Peter Nuttall
On Mon, Apr 02, 2007 at 11:46:02PM +0200, martin f krafft wrote: Can you force-start the degraded array, using something like mdadm --assemble --auto=yes --force /dev/md0 /dev/sd[ab]1 mdadm --run /dev/md0 ? -- .''`. martin f. krafft [EMAIL PROTECTED] : :' : proud Debian

Bug#392811: patch to support proxies in caff

2006-10-13 Thread Peter Nuttall
Package: signing-party Version: 0.4.8 Hello, Since caff doesn't seem to support proxies, and gpg does, I have patched caff to have a keyserver-options bit in .caffrc and to pass that to gpg. The patch is against the 0.4.8 tarball. I can patch the development version as well if you like.