From b417806ce02dcc44352610e6898f6287677b13e1 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Fri, 13 Jul 2007 21:19:37 +0100 Subject: "debuild clean" should be removing include/configure.h.in, not config.h.in. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index d6c917315..75dd344ea 100755 --- a/debian/rules +++ b/debian/rules @@ -102,7 +102,7 @@ clean: # remove more cruft leftover by autohell rm -f doc/faq/faq.html doc/faq/faq.txt doc/hackersguide/hackersguide.html m4/caca.m4 -test -f .noauto || find . -name Makefile.in -print | xargs -r rm - test -f .noauto || rm -rf compile config.guess configure depcomp install-sh ltmain.sh missing aclocal.m4 config.h.in + test -f .noauto || rm -rf compile config.guess configure depcomp install-sh ltmain.sh missing aclocal.m4 include/configure.h.in dh_clean install: build -- cgit v1.2.3