debian: bump version, minor tweaks
This commit is contained in:
parent
7a09886737
commit
6d63d2e6d3
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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
|
taler-exchange (0.9.0-15) unstable; urgency=low
|
||||||
|
|
||||||
* New Taler amount operations (set zero, ...) added.
|
* New Taler amount operations (set zero, ...) added.
|
||||||
|
6
debian/taler-auditor.postinst
vendored
6
debian/taler-auditor.postinst
vendored
@ -13,15 +13,11 @@ case "${1}" in
|
|||||||
configure)
|
configure)
|
||||||
# Creating taler groups as needed
|
# Creating taler groups as needed
|
||||||
if ! getent group ${_GROUPNAME} >/dev/null; then
|
if ! getent group ${_GROUPNAME} >/dev/null; then
|
||||||
echo -n "Creating new Taler group ${_GROUPNAME} ..."
|
|
||||||
addgroup --quiet --system ${_GROUPNAME}
|
addgroup --quiet --system ${_GROUPNAME}
|
||||||
echo " done."
|
|
||||||
fi
|
fi
|
||||||
# Creating taler users if needed
|
# Creating taler users if needed
|
||||||
if ! getent passwd ${_USERNAME} >/dev/null; then
|
if ! getent passwd ${_USERNAME} >/dev/null; then
|
||||||
echo -n "Creating new Taler user ${_USERNAME} ..."
|
adduser --quiet --system --ingroup ${_GROUPNAME} --no-create-home --home ${TALER_HOME} ${_USERNAME}
|
||||||
adduser --quiet --system --ingroup ${_GROUPNAME} --home ${TALER_HOME}/httpd ${_USERNAME}
|
|
||||||
echo " done."
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! dpkg-statoverride --list /etc/taler/secrets/auditor-db.secret.conf >/dev/null 2>&1; then
|
if ! dpkg-statoverride --list /etc/taler/secrets/auditor-db.secret.conf >/dev/null 2>&1; then
|
||||||
|
2
debian/taler-auditor.tmpfiles
vendored
Normal file
2
debian/taler-auditor.tmpfiles
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#Type Path Mode UID GID Age Argument
|
||||||
|
d /run/taler/auditor-httpd 0755 taler-auditor-httpd taler-auditor-httpd - -
|
1
debian/taler-exchange.tmpfiles
vendored
1
debian/taler-exchange.tmpfiles
vendored
@ -1,5 +1,4 @@
|
|||||||
#Type Path Mode UID GID Age Argument
|
#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-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-secmod-eddsa 0755 taler-exchange-secmod-eddsa taler-exchange-secmod - -
|
||||||
d /run/taler/exchange-httpd 0700 taler-exchange-httpd root - -
|
d /run/taler/exchange-httpd 0700 taler-exchange-httpd root - -
|
||||||
|
Loading…
Reference in New Issue
Block a user