Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package ifupdown2 Hello, After our last release (and unblock) we had a bug report, impacting non-english systems (because of an english word in a grep filter). This bug has been fixed. We are requesting an unblock to fix the issue in stretch. Thanks diff -Nru ifupdown2-1.0~git20170223/debian/changelog ifupdown2-1.0~git20170307/debian/changelog --- ifupdown2-1.0~git20170223/debian/changelog 2017-02-23 11:24:37.000000000 +0100 +++ ifupdown2-1.0~git20170307/debian/changelog 2017-03-07 11:24:37.000000000 +0100 @@ -1,3 +1,9 @@ +ifupdown2 (1.0~git20170307-1) unstable; urgency=medium + + * preinst: remove english word from grep filter (closes: #856970) + + -- Julien Fortin <jul...@cumulusnetworks.com> Tue, 07 Mar 2017 11:24:37 +0100 + ifupdown2 (1.0~git20170223-1) unstable; urgency=medium * drop the dependency to pkg_resources, hardcode version number (closes: #855401) diff -Nru ifupdown2-1.0~git20170223/debian/ifupdown2.preinst ifupdown2-1.0~git20170307/debian/ifupdown2.preinst --- ifupdown2-1.0~git20170223/debian/ifupdown2.preinst 2017-02-23 11:24:37.000000000 +0100 +++ ifupdown2-1.0~git20170307/debian/ifupdown2.preinst 2017-03-07 11:24:37.000000000 +0100 @@ -7,7 +7,7 @@ preinst_divert() { - diversions=$(dpkg-divert --list | grep "$1" | grep -v 'by ifupdown2$' | wc -l 2> /dev/null) + diversions=$(dpkg-divert --list | grep "$1" | grep -v 'ifupdown2$' | wc -l 2> /dev/null) if [ "$diversions" -gt 0 ]; then report_err "existing diversion for $1" diff -Nru ifupdown2-1.0~git20170223/sbin/ifupdown2 ifupdown2-1.0~git20170307/sbin/ifupdown2 --- ifupdown2-1.0~git20170223/sbin/ifupdown2 2017-02-23 11:32:43.000000000 +0100 +++ ifupdown2-1.0~git20170307/sbin/ifupdown2 2017-03-07 19:52:09.000000000 +0100 @@ -18,7 +18,7 @@ from ifupdown.ifupdownmain import * from ifupdown.utils import * -IFUPDOWN2_VERSION = '1.1-cl3u9' +IFUPDOWN2_VERSION = '20170307' lockfile="/run/network/.lock" configfile="/etc/network/ifupdown2/ifupdown2.conf" unblock ifupdown2/1.0~git20170307-1 -- System Information: Debian Release: 9.0 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/1 CPU core) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)