* Michael Biebl <[email protected]> [160703 15:23]: > On Sat, 2 Jul 2016 00:44:22 +0200 Christian Hofstaedtler > <[email protected]> wrote: > > > +[Unit] > > +Wants=nss-lookup.target > > Before=nss-lookup.target > is missing, otherwise the ordering is incorrect. Could you cancel the > NMU and upload a fixed version?
Apparently the last line of the debdiff vanished. Here's the full diff: diff -Nru maradns-2.0.13/debian/changelog maradns-2.0.13/debian/changelog --- maradns-2.0.13/debian/changelog 2015-10-03 09:37:13.000000000 +0200 +++ maradns-2.0.13/debian/changelog 2016-07-01 17:38:52.000000000 +0200 @@ -1,3 +1,11 @@ +maradns (2.0.13-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Setup nss-lookup.target dependency for systemd, providing the + equivalent of the $named insserv facility. (Closes: #826240) + + -- Christian Hofstaedtler <[email protected]> Fri, 01 Jul 2016 17:35:39 +0200 + maradns (2.0.13-1) unstable; urgency=medium * Imported Upstream version 2.0.13 diff -Nru maradns-2.0.13/debian/maradns.install maradns-2.0.13/debian/maradns.install --- maradns-2.0.13/debian/maradns.install 2015-10-03 09:37:13.000000000 +0200 +++ maradns-2.0.13/debian/maradns.install 2016-07-01 17:38:52.000000000 +0200 @@ -1,5 +1,6 @@ debian/maradns-insserv etc/insserv.conf.d debian/mararc etc/maradns +debian/nss-lookup.target.conf lib/systemd/system/maradns.service.d server/maradns usr/sbin tcp/fetchzone usr/sbin tcp/getzone usr/sbin diff -Nru maradns-2.0.13/debian/nss-lookup.target.conf maradns-2.0.13/debian/nss-lookup.target.conf --- maradns-2.0.13/debian/nss-lookup.target.conf 1970-01-01 01:00:00.000000000 +0100 +++ maradns-2.0.13/debian/nss-lookup.target.conf 2016-07-01 17:38:52.000000000 +0200 @@ -0,0 +1,6 @@ +# Add nss-lookup.target to automatically generated service, providing +# the equivalent of the $named facility. + +[Unit] +Wants=nss-lookup.target +Before=nss-lookup.target (I've cancelled and reuploaded after checking it.) Thanks for checking, -- ,''`. Christian Hofstaedtler <[email protected]> : :' : Debian Developer `. `' 7D1A CFFA D9E0 806C 9C4C D392 5C13 D6DB 9305 2E03 `-

