[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1044208: epl: Fails to build source after successful build



tags 1044208 patch
thanks

Hi. This is my proposal to fix the bug.

The package is orphaned but in the team "emacsen-team" so I'm
not sure what the next step should be. Whoever makes the next
upload, please make sure your changes are committed to salsa.

Thanks.
commit 382a6ee95dc5fcbff54b3f52236b7437d8c6f015
Author: Santiago Vila <sanvila@debian.org>
Date:   Sun Nov 30 15:20:00 2025 +0100

    d/rules: Fix clean target. Closes: #1044208.

diff --git a/debian/rules b/debian/rules
index 5ad64e7..8b25b18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,10 @@ export DH_ELPA_TEST_ERT_EVAL=(progn (load-file "test/test-helper.el") (load-file
 export HOME=/nonexistent
 %:
 	dh $@ --with elpa
+
 override_dh_auto_clean:
-	true
+	find * -name "*.elc" -delete
+	find test/sandbox -name "*.el" -delete
+
 override_dh_auto_build:
 	true

Reply to: