[cl-debian] Bug#334234: clisp: configure gets rerun gratuitiously
Michael Banck
mbanck at debian.org
Sun Oct 16 13:57:49 UTC 2005
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
mbanck at debian.org
http://www.advogato.org/person/mbanck/diary.html
-------------- next part --------------
--- 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)
More information about the Cl-debian
mailing list