Hello,
The exec part is now fixed in libc0.3 and hurd packages, so the PATH
part of the proposed patch is not needed any more. Could you apply the
remainder (attached to this mail), which avoids an issue from fakeroot?
Samuel
diff -ur ./icon-9.4.3/debian/rules icon-9.4.3.modified/debian/rules
--- ./icon-9.4.3/debian/rules 2012-01-03 09:25:09.000000000 +0100
+++ icon-9.4.3.modified/debian/rules 2012-01-03 10:49:52.000000000 +0100
@@ -67,10 +67,11 @@
build-ipl: configure
$(checkdir)
$(MAKE) Ilib
+ touch build-ipl
clean:
$(checkdir)
- -rm -f configure build-icont build-iconc build-ipl
+ -rm -f configure build-icont build-iconc build-ipl test-icont
-rm -rf debian/tmp-iconx debian/tmp-icont debian/tmp-iconc
debian/tmp-ipl debian/files debian/*~
-rm -f bin/* debian/substvars
$(MAKE) Pure
@@ -197,7 +198,7 @@
# And finally, build the Debian package!
dpkg --build debian/tmp-ipl ..
-test-icont: build-icont
+test-icont: build-icont build-ipl
$(checkdir)
@echo Tests for the Icon interpreter.
@echo First some simple tests to be sure Icon works.
@@ -205,6 +206,7 @@
@echo More exhaustive tests of various features of Icon and larger
programs.
@echo 1. Basic tests. Should show only insignificant differences.
$(MAKE) Test-icont
+ touch test-icont
test-iconc: build-iconc
$(checkdir)
@@ -224,7 +226,7 @@
$(MAKE) Benchmark-icont
build-iconx: build-icont
-build: build-icont build-iconc build-ipl
+build: build-icont build-iconc build-ipl test-icont
binary-arch: binary-icont binary-iconx binary-iconc