Hi shoudl have read it before sending the patch.
This one add a conditionnal section which test the hurd (the
previous one i misunderstood was for linux vs non linux system )
and create the symlink for non gnu/hurd systems.
Regards
Alban
--- debian/rules.orig 2005-03-11 12:05:58.000000000 +0100
+++ debian/rules 2005-03-11 12:16:31.000000000 +0100
@@ -60,7 +60,9 @@
debian/tmp/usr/bin/mktemp \
debian/tmp/usr/bin/which \
debian/tmp/bin/
+ifneq ($(DEB_BUILD_GNU_SYSTEM),gnu)
ln -s /bin/which debian/tmp/usr/bin/which
+endif
ifeq ($(DEB_BUILD_GNU_SYSTEM),linux)
mv debian/tmp/usr/sbin/installkernel debian/tmp/sbin/
else