From 1f09f6917a90ea82407f164dc4242e81b540c0cd Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Fri, 29 Jan 2010 11:32:38 -0500 Subject: also fix the clean target to cleanup after itself --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index bb038e0..0fc7164 100755 --- a/debian/rules +++ b/debian/rules @@ -34,6 +34,11 @@ build-stamp: configure-stamp touch build-stamp clean: + # set config.sub and config.guess back to how they are in orig tarball + # so dpkg-source will work (diff.gz considers a change to a symlink an + # "unrepresentable change to source", so we need to undo what is done + # in the configure-stamp target + rm -f config.sub config.guess dh_testdir dh_testroot rm -f build-stamp configure-stamp -- cgit v1.2.3