]> git.gag.com Git - debian/as31/commitdiff
fix build after build failure due to inadequate clean target
authorBdale Garbee <bdale@gag.com>
Sun, 25 Feb 2024 17:54:03 +0000 (10:54 -0700)
committerBdale Garbee <bdale@gag.com>
Sun, 25 Feb 2024 17:54:03 +0000 (10:54 -0700)
debian/changelog
debian/rules

index 0ecdc49ef29725cab5b91323bf0f7b3680932eb7..9cde19c2756ecdde4c0fb8cbd312edbb453f4500 100644 (file)
@@ -1,3 +1,9 @@
+as31 (2.3.1-10) unstable; urgency=medium
+
+  * augment debian/rules clean target, closes: 1043959
+
+ -- Bdale Garbee <bdale@gag.com>  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,
index 932092a3617d902c3da17ca5ea849d11b993a179..a6ec2f638a885d71d8e78fe4b7da2c9877fbc129 100755 (executable)
@@ -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