Merge 2.67-1.1 Debian NMU.
diff --git a/debian/changelog b/debian/changelog
index 013b35c..0fa6e21 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,14 @@
-- Simon Kelley <simon@thekelleys.org.uk> Wed, 6 Jul 2016 22:22:10 +0000
+dnsmasq (2.76-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Provide nss-lookup.target for systemd, without relying on insserv.
+ Patch from Michael Biebl <biebl@debian.org>. (Closes: #826242)
+
+ -- Christian Hofstaedtler <zeha@debian.org> Fri, 01 Jul 2016 13:41:11 +0000
+
dnsmasq (2.76-1) unstable; urgency=low
* New upstream. (closes: #798586)
diff --git a/debian/systemd.service b/debian/systemd.service
index 40b8d27..3fc4aed 100644
--- a/debian/systemd.service
+++ b/debian/systemd.service
@@ -1,6 +1,8 @@
[Unit]
Description=dnsmasq - A lightweight DHCP and caching DNS server
Requires=network.target
+Wants=nss-lookup.target
+Before=nss-lookup.target
[Service]
Type=forking