Bug#359245: explanation for patch

2006-05-15 Thread Steffen Joeris
Hi On Monday 15 May 2006 06:22, Christoph Berg wrote: Re: Steffen Joeris 2006-04-29 [EMAIL PROTECTED] +++ debian/rules2006-04-29 19:01:27.0 +0200 + chrpath -d $(CURDIR)/debian/php4-syck/usr/lib/php5/20051025/syck.so I'm not sure if that's the proper way to fix

Bug#359245: explanation for patch

2006-05-15 Thread Christoph Berg
Re: Steffen Joeris 2006-05-15 [EMAIL PROTECTED] I would prefer to fix it that way and directly report it to upstream, so that upstream removes this rpath for the next upstream version. Changing the build system would be too much effort when upstream removes it with their next version. So

Bug#359245: explanation for patch

2006-05-15 Thread Christoph Berg
Re: Steffen Joeris 2006-04-29 [EMAIL PROTECTED] --- ../rules.orig 2006-04-29 18:58:12.0 +0200 +++ debian/rules2006-04-29 19:01:27.0 +0200 @@ -22,6 +22,7 @@ # after the directories are created but before dh_compress is run. common-binary-post-install-arch::

Bug#359245: explanation for patch

2006-05-15 Thread Robert Jordens
On Mon, 2006-05-15 at 22:03 +0200, Christoph Berg wrote: Re: Steffen Joeris 2006-05-15 [EMAIL PROTECTED] I would prefer to fix it that way and directly report it to upstream, so that upstream removes this rpath for the next upstream version. Changing the build system would be too

Bug#359245: explanation for patch

2006-05-15 Thread Steffen Joeris
Hi Gnarf, it doesn't build: dh_link -pphp4-syck dh_buildinfo chrpath -d /tmp/buildd/syck-0.55/debian/php4-syck/usr/lib/php5/20051025/syck.so open: No such file or directory elf_open: Invalid argument make: *** [common-binary-post-install-arch] Error 1 Christoph Argh, I love this php

Bug#359245: explanation for patch

2006-05-15 Thread Christoph Berg
Re: Steffen Joeris 2006-05-16 [EMAIL PROTECTED] Argh, I love this php stuff. You find the fixed NMU-version under http://www.formorer.de/~white/debian/nmu/syck/ Ok, here's the correct patch now. Uploading to unstable, thanks to Robert. Christoph debdiff syck_0.55-3.dsc ./syck_0.55-3.1.dsc

Bug#359245: explanation for patch

2006-05-14 Thread Christoph Berg
Re: Steffen Joeris 2006-04-29 [EMAIL PROTECTED] +++ debian/rules2006-04-29 19:01:27.0 +0200 + chrpath -d $(CURDIR)/debian/php4-syck/usr/lib/php5/20051025/syck.so I'm not sure if that's the proper way to fix that - wouldn't it be better to fix the build system not to

Bug#359245: explanation for patch

2006-04-29 Thread Steffen Joeris
Hi You can delete the rpath in the package by adding the following patch to your rules. Please try to bring it into upstream tarball by explaining it to the author. --- ../rules.orig 2006-04-29 18:58:12.0 +0200 +++ debian/rules2006-04-29 19:01:27.0 +0200 @@ -22,6