From b306169c4ce3111c0733807bdbb3ac4c879daa54 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sun, 25 Feb 2024 10:54:03 -0700 Subject: [PATCH] fix build after build failure due to inadequate clean target --- debian/changelog | 6 ++++++ debian/rules | 1 + 2 files changed, 7 insertions(+) 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 -- 2.47.2