Package: ifupdown Version: 0.8.28 Severity: normal Tags: patch Upgrading from 0.8.25 left two obsolete conffiles /etc/network/if-{up,down}.d/upstart on my system. The attached patch takes care of them.
-- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable'), (101, 'experimental') Architecture: i386 (x86_64) Foreign Architectures: amd64 Kernel: Linux 4.14.0-rc6-nouveau (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages ifupdown depends on: ii adduser 3.116 ii iproute2 4.9.0-2 ii libc6 2.24-17 ii lsb-base 9.20170808 Versions of packages ifupdown recommends: ii isc-dhcp-client [dhcp-client] 4.3.5-3+b1 Versions of packages ifupdown suggests: pn ppp <none> pn rdnssd <none> -- no debconf information
>From 63942683dcd6eeebd7bfa2065fad07044422b8dc Mon Sep 17 00:00:00 2001 From: Sven Joachim <svenj...@gmx.de> Date: Thu, 26 Oct 2017 09:39:51 +0200 Subject: [PATCH] Remove obsolete conffiles from the system Commit 61885cf163fe ("Remove all references to upstart from scripts.") stopped shipping these files, but left them behind on upgrades. --- debian/ifupdown.maintscript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/ifupdown.maintscript b/debian/ifupdown.maintscript index a28f3a6..2203f84 100644 --- a/debian/ifupdown.maintscript +++ b/debian/ifupdown.maintscript @@ -5,3 +5,5 @@ rm_conffile /etc/init/networking.conf 0.8.25~ ifupdown rm_conffile /etc/init/network-interface-container.conf 0.8.25~ ifupdown rm_conffile /etc/init/network-interface-security.conf 0.8.25~ ifupdown rm_conffile /etc/init/network-interface.conf 0.8.25~ ifupdown +rm_conffile /etc/network/if-up.d/upstart 0.8.29~ ifupdown +rm_conffile /etc/network/if-down.d/upstart 0.8.29~ ifupdown -- 2.15.0.rc2