aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2020-07-05 23:50:06 +0200
committerGuilhem Moulin <guilhem@fripost.org>2020-07-05 23:50:06 +0200
commit887526e77f7a3b707c53457b076d098a1edefeb7 (patch)
treef98396bb012b3229251b0a3925e13a50fed265d1 /debian
parent422ca1504b1321f4f74e64a124e97a650e76b81f (diff)
d/rules: Pass '--no-enable' to dh_installsystemduser(1).debian/0.5.1-2
Not enabling the units on install makes sense as interimap resp. pullimap will refuse to create the database when started with '--watch=' resp. '--idle='.
Diffstat (limited to 'debian')
-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