Package: clisp
Version: 1:2.35-2
Severity: minor
Tags: patch

When rerunning the build process with dpkg-buildpackage -nc, the
configure target seems to get rerun each time without need.

Making configure-stamp depend on patch-stamp rather than on the (PHONY)
patch target fixes this.  (I have not tested this myself, but somebody
reported success with this patch)


Michael

-- 
Michael Banck
Debian Developer
[EMAIL PROTECTED]
http://www.advogato.org/person/mbanck/diary.html
--- clisp-2.35/debian/rules.orig        2005-10-16 15:56:43.262734528 +0200
+++ clisp-2.35/debian/rules     2005-10-16 15:56:51.187529776 +0200
@@ -31,7 +31,7 @@
        rm -f patch-stamp
 
 configure: configure-stamp
-configure-stamp: patch
+configure-stamp: patch-stamp
        dh_testdir
        ./configure debian/build --prefix=/usr --fsstnd=debian $(FFI) \
                $(MODULES)

Reply via email to