Bug#861257: unblock: minissdpd/1.2.20130907-4
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package minissdpd
I accepted NMUs adding .service files, though they were missing the
After= directive to make sure the networking is up. As a consequence,
we need a corrective fix for #861231 (and thanks to Laurent for the
bug report).
The last upload adds the After=network-online.target directive in the
..service file for minissdpd, and also adds a Depends: lsb-base. There's
no other changes, as per the attached debdiff.
Please unblock minissdpd/1.2.20130907-4,
Cheers,
Thomas Goirand (zigo)
diff -Nru minissdpd-1.2.20130907/debian/changelog minissdpd-1.2.20130907/debian/changelog
--- minissdpd-1.2.20130907/debian/changelog 2016-10-24 07:54:59.000000000 +0000
+++ minissdpd-1.2.20130907/debian/changelog 2017-04-26 15:07:25.000000000 +0000
@@ -1,3 +1,10 @@
+minissdpd (1.2.20130907-4) unstable; urgency=medium
+
+ * Add After=network-online.target in the .service file (Closes: #861231).
+ * Add lsb-base as depends.
+
+ -- Thomas Goirand <zigo@debian.org> Wed, 26 Apr 2017 17:07:25 +0200
+
minissdpd (1.2.20130907-3.2) unstable; urgency=high
* Non-maintainer upload.
diff -Nru minissdpd-1.2.20130907/debian/control minissdpd-1.2.20130907/debian/control
--- minissdpd-1.2.20130907/debian/control 2016-10-23 22:07:32.000000000 +0000
+++ minissdpd-1.2.20130907/debian/control 2017-04-26 15:07:25.000000000 +0000
@@ -10,7 +10,7 @@
Package: minissdpd
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: lsb-base, ${misc:Depends}, ${shlibs:Depends}
Description: keep memory of all UPnP devices that announced themselves
MiniSSDPd is a small daemon used by MiniUPnPc (a UPnP control point for IGD
devices) to speed up device discoveries. MiniSSDPd keeps memory of all UPnP
diff -Nru minissdpd-1.2.20130907/debian/minissdpd.service minissdpd-1.2.20130907/debian/minissdpd.service
--- minissdpd-1.2.20130907/debian/minissdpd.service 2016-10-23 22:07:32.000000000 +0000
+++ minissdpd-1.2.20130907/debian/minissdpd.service 2017-04-26 15:07:25.000000000 +0000
@@ -1,6 +1,7 @@
[Unit]
Description=keep memory of all UPnP devices that announced themselves
Documentation=man:minissdpd(1)
+After=network-online.target
[Service]
Type=forking
Reply to: