I ended up having to make an additional small change to debian/rules per the below patch, in response to
http://buildd.debian.org/fetch.php?&pkg=clips&ver=6.21-6.1&arch=ia64&stamp=1147531164&file=log&as=raw Could you please apply it as well? Thanks. diff -u clips-6.21/debian/rules clips-6.21/debian/rules --- clips-6.21/debian/rules +++ clips-6.21/debian/rules @@ -19,7 +19,7 @@ cd clipssrc && autoconf cd clipssrc && chmod a+x ./configure ./mkinstalldirs -configure: clipssrc/configure +configure: # clipssrc/configure dh_testdir cd clipssrc && sh ./configure --prefix=$(CURDIR)/debian/clips/usr touch configure @@ -32,7 +32,7 @@ x-prjct/xinterface/configure: x-prjct/xinterface/configure.in cd x-prjct/xinterface && autoconf -configure-x: x-prjct/xinterface/configure +configure-x: # x-prjct/xinterface/configure dh_testdir cd x-prjct/xinterface && sh ./configure \ --prefix=$(CURDIR)/debian/clips/usr/ \ diff -u clips-6.21/debian/changelog clips-6.21/debian/changelog --- clips-6.21/debian/changelog +++ clips-6.21/debian/changelog @@ -1,3 +1,11 @@ +clips (6.21-6.2) unstable; urgency=low + + * Brown-paper-bag NMU. + * Tweak debian/rules to ensure that autobuilders don't accidentally try + to run autoconf. + + -- Aaron M. Ucko <[EMAIL PROTECTED]> Sat, 13 May 2006 11:42:02 -0400 + clips (6.21-6.1) unstable; urgency=low * NMU with maintainer's permission. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) Finger [EMAIL PROTECTED] (NOT a valid e-mail address) for more info. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

