Control: tags 894580 + pending
Dear maintainer,
I've prepared an NMU for knot-resolver (versioned as 2.2.0-1.1) and
uploaded it to DELAYED/14. Please feel free to tell me if I should
cancel it.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
diff -Nru knot-resolver-2.2.0/debian/changelog knot-resolver-2.2.0/debian/changelog
--- knot-resolver-2.2.0/debian/changelog 2018-04-09 06:46:47.000000000 +0300
+++ knot-resolver-2.2.0/debian/changelog 2018-04-18 18:43:53.000000000 +0300
@@ -1,3 +1,11 @@
+knot-resolver (2.2.0-1.1) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * Fix typo that prevented creation of the knot-resolver user,
+ thanks to Marco d'Itri for the bug report. (Closes: #894580)
+
+ -- Adrian Bunk <[email protected]> Wed, 18 Apr 2018 18:43:53 +0300
+
knot-resolver (2.2.0-1) unstable; urgency=medium
* new upstream release
diff -Nru knot-resolver-2.2.0/debian/knot-resolver.postinst knot-resolver-2.2.0/debian/knot-resolver.postinst
--- knot-resolver-2.2.0/debian/knot-resolver.postinst 2018-02-26 03:46:20.000000000 +0200
+++ knot-resolver-2.2.0/debian/knot-resolver.postinst 2018-04-18 18:43:53.000000000 +0300
@@ -1,7 +1,7 @@
#!/bin/sh
set -e
-if [ "$1" = "$configure" ]; then
+if [ "$1" = "configure" ]; then
adduser --quiet --system --group --no-create-home --home /var/cache/knot-resolver knot-resolver
fi