Control: tags 1073705 + pending
Dear maintainer, I've prepared an NMU for ifupdown-extra (versioned as 0.33+nmu3) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru ifupdown-extra-0.33+nmu2/debian/changelog ifupdown-extra-0.33+nmu3/debian/changelog --- ifupdown-extra-0.33+nmu2/debian/changelog 2024-03-25 21:05:07.000000000 +0100 +++ ifupdown-extra-0.33+nmu3/debian/changelog 2024-08-03 14:37:24.000000000 +0200 @@ -1,3 +1,10 @@ +ifupdown-extra (0.33+nmu3) unstable; urgency=medium + + * Non-maintainer upload. + * Install systemd unit into /usr/lib (DEP17). (Closes: #1073705) + + -- Chris Hofstaedtler <z...@debian.org> Sat, 03 Aug 2024 14:37:24 +0200 + ifupdown-extra (0.33+nmu2) unstable; urgency=medium * Non-maintainer upload diff -Nru ifupdown-extra-0.33+nmu2/debian/dirs ifupdown-extra-0.33+nmu3/debian/dirs --- ifupdown-extra-0.33+nmu2/debian/dirs 2016-05-28 23:26:20.000000000 +0200 +++ ifupdown-extra-0.33+nmu3/debian/dirs 2024-08-03 14:36:51.000000000 +0200 @@ -3,4 +3,4 @@ etc/network etc/network/if-pre-up.d etc/network/if-up.d -lib/systemd/system/ +usr/lib/systemd/system/ diff -Nru ifupdown-extra-0.33+nmu2/debian/rules ifupdown-extra-0.33+nmu3/debian/rules --- ifupdown-extra-0.33+nmu2/debian/rules 2018-02-06 23:52:59.000000000 +0100 +++ ifupdown-extra-0.33+nmu3/debian/rules 2024-08-03 14:37:08.000000000 +0200 @@ -24,7 +24,7 @@ install -m755 if-up-scripts/static-routes $(CURDIR)/debian/ifupdown-extra/etc/network/if-up.d/20static-routes install -m755 if-up-scripts/check-gateway $(CURDIR)/debian/ifupdown-extra/etc/network/if-up.d/30check-gateway # Serviced Unit file - install -m644 debian/networking-routes.service $(CURDIR)/debian/ifupdown-extra/lib/systemd/system/ + install -m644 debian/networking-routes.service $(CURDIR)/debian/ifupdown-extra/usr/lib/systemd/system/ override_dh_installinit: dh_installinit