Skip to content
Snippets Groups Projects
Commit 410f2b42 authored by Thorsten Alteholz's avatar Thorsten Alteholz
Browse files

Import Debian changes 4.21-2

pollen (4.21-2) sid; urgency=medium

  * debian/control: add dependencies
  * debian/postinst: don't touch anymore
parent 8321431c
No related branches found
Tags debian/4.21-2
No related merge requests found
pollen (4.21-2) sid; urgency=medium
* debian/control: add dependencies
* debian/postinst: don't touch anymore
-- Thorsten Alteholz <debian@alteholz.de> Tue, 07 Feb 2019 20:25:58 +0100
pollen (4.21-1) sid; urgency=medium
* first upload to Debian
......
......@@ -16,6 +16,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}
, libcap2-bin
, ent
, adduser
, openssl
Recommends: pollinate
, rng-tools
Suggests: apparmor (>= 2.3)
......
etc/apparmor.d/force-complain
etc/apparmor.d/local
......@@ -15,7 +15,6 @@ fi
# Set capabilities on the pollen binary to bind to privileged ports
setcap 'cap_net_bind_service=+ep' /usr/bin/pollen
[ -e /etc/apparmor.d/local/usr.bin.pollen ] || touch /etc/apparmor.d/local/usr.bin.pollen
if [ ! -r "$PUB_CERT" ] || [ ! -r "$PK" ]; then
install -m 600 /dev/null "$PUB_CERT"
......
......@@ -6,6 +6,7 @@ PKG=pollen
if [ "$1" = "purge" ]; then
deluser --quiet --system $PKG > /dev/null || true
rm -rf /etc/pollen || true
rm -rf /var/cache/pollen || true
fi
#DEBHELPER#
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment