summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/taler-auditor.postinst6
-rw-r--r--debian/taler-auditor.tmpfiles2
-rw-r--r--debian/taler-exchange.tmpfiles1
4 files changed, 10 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index ecd2b0aef..75f719a7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+taler-exchange (0.9.0-16) unstable; urgency=low
+
+ * Improved default configuration.
+ * Various packaging tweaks.
+
+ -- Florian Dold <dold@taler.net> Sat, 31 Jul 2021 13:17:47 +0200
+
taler-exchange (0.9.0-15) unstable; urgency=low
* New Taler amount operations (set zero, ...) added.
diff --git a/debian/taler-auditor.postinst b/debian/taler-auditor.postinst
index b515e3e25..4e89be226 100644
--- a/debian/taler-auditor.postinst
+++ b/debian/taler-auditor.postinst
@@ -13,15 +13,11 @@ case "${1}" in
configure)
# Creating taler groups as needed
if ! getent group ${_GROUPNAME} >/dev/null; then
- echo -n "Creating new Taler group ${_GROUPNAME} ..."
addgroup --quiet --system ${_GROUPNAME}
- echo " done."
fi
# Creating taler users if needed
if ! getent passwd ${_USERNAME} >/dev/null; then
- echo -n "Creating new Taler user ${_USERNAME} ..."
- adduser --quiet --system --ingroup ${_GROUPNAME} --home ${TALER_HOME}/httpd ${_USERNAME}
- echo " done."
+ adduser --quiet --system --ingroup ${_GROUPNAME} --no-create-home --home ${TALER_HOME} ${_USERNAME}
fi
if ! dpkg-statoverride --list /etc/taler/secrets/auditor-db.secret.conf >/dev/null 2>&1; then
diff --git a/debian/taler-auditor.tmpfiles b/debian/taler-auditor.tmpfiles
new file mode 100644
index 000000000..37e214acb
--- /dev/null
+++ b/debian/taler-auditor.tmpfiles
@@ -0,0 +1,2 @@
+#Type Path Mode UID GID Age Argument
+d /run/taler/auditor-httpd 0755 taler-auditor-httpd taler-auditor-httpd - -
diff --git a/debian/taler-exchange.tmpfiles b/debian/taler-exchange.tmpfiles
index e9b477ca8..6ec8eee36 100644
--- a/debian/taler-exchange.tmpfiles
+++ b/debian/taler-exchange.tmpfiles
@@ -1,5 +1,4 @@
#Type Path Mode UID GID Age Argument
-d /run/taler 0755 root root - -
d /run/taler/exchange-secmod-rsa 0755 taler-exchange-secmod-rsa taler-exchange-secmod - -
d /run/taler/exchange-secmod-eddsa 0755 taler-exchange-secmod-eddsa taler-exchange-secmod - -
d /run/taler/exchange-httpd 0700 taler-exchange-httpd root - -