From: Bdale Garbee Date: Sun, 25 Feb 2024 17:54:03 +0000 (-0700) Subject: fix build after build failure due to inadequate clean target X-Git-Tag: debian/2.3.1-10~1 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=b306169c4ce3111c0733807bdbb3ac4c879daa54;p=debian%2Fas31 fix build after build failure due to inadequate clean target --- diff --git a/debian/changelog b/debian/changelog index 0ecdc49..9cde19c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +as31 (2.3.1-10) unstable; urgency=medium + + * augment debian/rules clean target, closes: 1043959 + + -- Bdale Garbee Sun, 25 Feb 2024 10:53:42 -0700 + as31 (2.3.1-9) unstable; urgency=medium * Fix from Helmut Grohne for FTCBFS: Pass --build/--host to configure, diff --git a/debian/rules b/debian/rules index 932092a..a6ec2f6 100755 --- a/debian/rules +++ b/debian/rules @@ -24,6 +24,7 @@ clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp + rm -f Makefile */Makefile config.log config.status [ ! -f Makefile ] || $(MAKE) clean dh_clean