From 6eb3e31968a5fdb1b2eda89d832c75b653621c04 Mon Sep 17 00:00:00 2001 From: Fiona Ebner Date: Fri, 19 May 2023 14:31:30 +0200 Subject: [PATCH] d/rules: fix comment about when clean target is executed Signed-off-by: Fiona Ebner Signed-off-by: Thomas Lamprecht --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index aff0bdd..26a647b 100755 --- a/debian/rules +++ b/debian/rules @@ -114,7 +114,7 @@ clean: dh_testroot rm -f build-stamp - # Add here commands to clean up after the build process. + # Add here commands to clean up before the build process. -$(MAKE) distclean dh_clean -- 2.39.2