reopen 299633 tags 299633 +patch thanks Hi,
Thanks for handling this issue. However, there is a small problem which prevents the alternative handling on hurd-i386 to be different, the value of DEB_HOST_GNU_TYPE is 'i386-gnu', not 'i386-hurd'. In any case, I think it would be better to use the more generic DEB_HOST_GNU_SYSTEM, which is 'gnu'. This patch fixes this: --- fakeroot-1.2.10/debian/rules 2005-04-23 16:51:52.000000000 +0200 +++ fakeroot-1.2.10+hurd.1/debian/rules 2005-04-25 19:54:51.000000000 +0200 @@ -136,7 +136,7 @@ endif $(INSTALL_FILE) debian/shlibs debian/tmp/DEBIAN/shlibs $(INSTALL_SCRIPT) debian/fakeroot.prerm debian/tmp/DEBIAN/prerm -ifneq ($(DEB_HOST_GNU_TYPE),i386-hurd) +ifneq ($(DEB_HOST_GNU_SYSTEM),gnu) sed 's/@FAKEROOT_SYSV_ALTPRIO@/50/;s/@FAKEROOT_TCP_ALTPRIO@/30/;' \ debian/fakeroot.postinst.in > debian/fakeroot.postinst else cheers, Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]