aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 1627aae..864c70e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,9 @@ include /usr/share/dpkg/default.mk
%:
dh $@ --with python3 --buildsystem pybuild
+override_dh_installsystemduser:
+ dh_installsystemduser --no-enable
+
override_dh_auto_clean:
echo "pkg_version = \"$(DEB_VERSION_UPSTREAM)\"" > minidinstall/version.py
dh_auto_clean