retitle 1090244 lomiri-system-settings: debian/rules uses BUILDHOME without a
real need
tags 1090244 patch
thanks
Ok, it seems that debian/rules stopped using the BUILDHOME variable
in commit [5c92a00], and the rm -rf is really a leftover.
I suggest dropping it entirely. Patch follows.
This has been a funny bug, but it's only half of it.
I now should do my part and see why this did not happen before.
Thanks.
commit 7d23355dfb30762c0b5e950e9c78301aaedd2d58
Author: Santiago Vila <sanv...@debian.org>
Date: Tue Dec 17 00:05:00 2024 +0100
debian/rules: Stop using BUILDHOME, it's not defined anywhere. Closes:
#1090244.
diff --git a/debian/rules b/debian/rules
index cfd8803..3b3a3bd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,6 @@ override_dh_auto_build:
override_dh_auto_clean:
dh_auto_clean
- rm -rf $(BUILDHOME)
override_dh_auto_test:
mkdir -p $(HOME)