From fec8e9b2d8740a99764806e2168e79b9c82daaf0 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 29 Dec 2021 23:51:57 +0000 Subject: [PATCH] debian/rules: Use dh_prep instead of deprecated dh_clean -k Signed-off-by: Ian Jackson --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index f94e752..7e00936 100755 --- a/debian/rules +++ b/debian/rules @@ -56,7 +56,7 @@ clean: install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs # Add here commands to install the package into debian/ -- 2.30.2