aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rwxr-xr-xdebian/rules3
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index fe006bb..62d0515 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+interimap (0.5.1-2) unstable; urgency=medium
+
+ * d/rules: Pass '--no-enable' to dh_installsystemduser(1). Not enabling the
+ units on install makes sense as interimap resp. pullimap will refuse to
+ create the database when started with '--watch=' resp. '--idle='.
+
+ -- Guilhem Moulin <guilhem@debian.org> Sun, 05 Jul 2020 23:49:56 +0200
+
interimap (0.5.1-1) unstable; urgency=medium
* d/control: Annotate some Build-Depends with <!nocheck>.
diff --git a/debian/rules b/debian/rules
index 2d33f6a..5b2e51b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
%:
dh $@
+
+override_dh_installsystemduser:
+ dh_installsystemduser --no-enable