From 690db8072e06830a7cc04c172c049bde58c388fe Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Tue, 26 Mar 2024 16:43:03 +0100 Subject: [PATCH] Correct debian build for dh_python3 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 7288a53..5e63e35 100755 --- a/debian/rules +++ b/debian/rules @@ -50,7 +50,7 @@ binary-indep: install #dh_installchangelogs ChangeLog dh_installdocs dh_installlogrotate - dh_python2 + dh_python3 dh_installinit -- defaults 99 #dh_installman man/*.1 dh_link