From 6d63d2e6d37345e148c4f00f19514782565dbd94 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 31 Jul 2021 13:18:05 +0200 Subject: debian: bump version, minor tweaks --- debian/changelog | 7 +++++++ debian/taler-auditor.postinst | 6 +----- debian/taler-auditor.tmpfiles | 2 ++ debian/taler-exchange.tmpfiles | 1 - 4 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 debian/taler-auditor.tmpfiles (limited to 'debian') 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 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 - - -- cgit v1.2.3