From c987791ae5d2e70ecb2ffa356682bafc02e92ad8 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 4 Oct 2023 20:55:42 +0200 Subject: debian: clean rule --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index a97b787..f09f6b3 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ FULLVER = $(DEB_VERSION_UPSTREAM)$(DEV) dh ${@} clean: - rm -rf mydest + true # Override the build step, because we current need to do it manually # outside the regular Debian package build. -- cgit v1.2.3