From 4d98553f68ed464ca1db523674efcdf49c7bf68d Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Sun, 23 Apr 2006 19:15:09 +0200 Subject: [PATCH] debian/rules: - remove autogenerated files - fix configure-stamp --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 2e3eb81..c9d0b7b 100755 --- a/debian/rules +++ b/debian/rules @@ -49,11 +49,13 @@ build-stamp: configure-stamp clean: unpatch dh_testdir dh_testroot - rm -f build-stamp configure.stamp # rm -f debian/logcheck.logcheck.ignore.* # Add here commands to clean up after the build process. -$(MAKE) distclean + rm -f build-stamp configure-stamp \ + Makefile.in examplescripts/Makfile.in aclocal.m4 configure + dh_clean -- 2.39.2