This fixes the FTBFS of 9.6.1-1 for me, at least on i386 and amd64.  A
similar fix (4 lines) seems to work for 9.8.4-2, but this never made it
to testing (From looking at the logs, from more or less the same bug).
A TPU upload of 9.6.1-1squeeze1 would require removing 9.6.1 sparc from
unstable. A TPU upload 9.8.4-3 would require sid-removals of sparc,
hppa, mips, mipsel, s390 and ia64.

            
>From fe806bd042b2a5e6a71f9248772173aeb774ee5b Mon Sep 17 00:00:00 2001
From: David Bremner <brem...@debian.org>
Date: Fri, 24 Dec 2010 15:00:00 -0400
Subject: [PATCH] ignore errors from rm in case info/dir or info/dir.old is not 
there.

---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index d8ab479..0e04d9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -107,7 +107,7 @@ install: build-arch
           $(CURDIR)/debian/ecl/usr/share/info/clx.info \
           $(CURDIR)/debian/ecl/usr/share/info/ecldev.info
 
-       rm $(CURDIR)/debian/ecl/usr/share/info/dir \
+       -rm $(CURDIR)/debian/ecl/usr/share/info/dir \
           $(CURDIR)/debian/ecl/usr/share/info/dir.old
 
        rmdir $(CURDIR)/debian/ecl/usr/share/info
-- 
1.7.2.3





-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to