Package: release.debian.org Severity: normal Tags: stretch User: [email protected] Usertags: pu
* Make the init script require $network; patch by Nye Liu (Closes: #885826)
diff -Nru linux-igd-1.0+cvs20070630/debian/changelog linux-igd-1.0+cvs20070630/debian/changelog --- linux-igd-1.0+cvs20070630/debian/changelog 2014-10-08 02:23:46.000000000 +0300 +++ linux-igd-1.0+cvs20070630/debian/changelog 2018-02-27 21:38:11.000000000 +0200 @@ -1,3 +1,11 @@ +linux-igd (1.0+cvs20070630-5+deb9u1) stretch; urgency=medium + + * QA upload. + * Set maintainer to the QA group. + * Make the init script require $network; patch by Nye Liu (Closes: #885826) + + -- Adrian Bunk <[email protected]> Tue, 27 Feb 2018 21:38:11 +0200 + linux-igd (1.0+cvs20070630-5) unstable; urgency=low * Update to libupnp6 instead of libupnp4. diff -Nru linux-igd-1.0+cvs20070630/debian/control linux-igd-1.0+cvs20070630/debian/control --- linux-igd-1.0+cvs20070630/debian/control 2014-10-02 12:22:36.000000000 +0300 +++ linux-igd-1.0+cvs20070630/debian/control 2018-02-27 21:38:11.000000000 +0200 @@ -2,7 +2,7 @@ Section: net Priority: optional Homepage: http://linux-igd.sourceforge.net/ -Maintainer: Nick Leverton <[email protected]> +Maintainer: Debian QA Group <[email protected]> Build-Depends: debhelper (>= 9), iptables-dev, pkg-config, libupnp-dev (>= 1:1.6.17) Standards-Version: 3.9.6 diff -Nru linux-igd-1.0+cvs20070630/debian/linux-igd.init linux-igd-1.0+cvs20070630/debian/linux-igd.init --- linux-igd-1.0+cvs20070630/debian/linux-igd.init 2014-10-04 07:00:20.000000000 +0300 +++ linux-igd-1.0+cvs20070630/debian/linux-igd.init 2018-02-27 21:38:09.000000000 +0200 @@ -1,8 +1,8 @@ #! /bin/sh ### BEGIN INIT INFO # Provides: linux-igd -# Required-Start: $remote_fs $syslog -# Required-Stop: $remote_fs $syslog +# Required-Start: $remote_fs $syslog $network +# Required-Stop: $remote_fs $syslog $network # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: UPnP Internet Gateway Device

