Your message dated Wed, 01 Apr 2015 19:44:50 +0100
with message-id <[email protected]>
and subject line Re: Bug#781644: unblock: fcgiwrap/1.1.0-4
has caused the Debian Bug report #781644,
regarding unblock: fcgiwrap/1.1.0-4
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
781644: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=781644
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package fcgiwrap
The following minimal one-liner change fixes a very recently filed RC bug.
unblock fcgiwrap/1.1.0-4
Patch follows:
diff -Nru fcgiwrap-1.1.0/debian/changelog fcgiwrap-1.1.0/debian/changelog
--- fcgiwrap-1.1.0/debian/changelog 2014-05-10 02:19:58.000000000 +0200
+++ fcgiwrap-1.1.0/debian/changelog 2015-04-01 09:57:05.000000000 +0200
@@ -1,3 +1,11 @@
+fcgiwrap (1.1.0-4) unstable; urgency=medium
+
+ * Ensure the socket unit is started upon installation by making
+ fcgiwrap.service Require fcgiwrap.socket (closes: #781524). Thanks,
+ Michael Biebl!
+
+ -- Jordi Mallach <[email protected]> Wed, 01 Apr 2015 09:56:53 +0200
+
fcgiwrap (1.1.0-3) unstable; urgency=medium
* Ensure fcgiwrap.socket is enabled via dh-systemd (closes: #742439).
diff -Nru fcgiwrap-1.1.0/debian/patches/series
fcgiwrap-1.1.0/debian/patches/series
--- fcgiwrap-1.1.0/debian/patches/series 2014-01-02 11:37:31.000000000
+0100
+++ fcgiwrap-1.1.0/debian/patches/series 2015-04-01 09:37:45.000000000
+0200
@@ -1,3 +1,4 @@
GIT-Add-p-path-option-to-restrict-scripts.patch
fix_systemd.patch
fix_mandir.patch
+systemd_socket_requires.patch
diff -Nru fcgiwrap-1.1.0/debian/patches/systemd_socket_requires.patch
fcgiwrap-1.1.0/debian/patches/systemd_socket_requires.patch
--- fcgiwrap-1.1.0/debian/patches/systemd_socket_requires.patch 1970-01-01
01:00:00.000000000 +0100
+++ fcgiwrap-1.1.0/debian/patches/systemd_socket_requires.patch 2015-04-01
09:46:09.000000000 +0200
@@ -0,0 +1,18 @@
+Author: Jordi Mallach <[email protected]>
+Description: Require fcgiwrap.socket in fcgiwrap.service.
+ To ensure the socket is created on installation, make
+ fcgiwrap.service Require fcgiwrap.socket.
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=781524
+
+Index: fcgiwrap-1.1.0/systemd/fcgiwrap.service
+===================================================================
+--- fcgiwrap-1.1.0.orig/systemd/fcgiwrap.service
++++ fcgiwrap-1.1.0/systemd/fcgiwrap.service
+@@ -1,6 +1,7 @@
+ [Unit]
+ Description=Simple CGI Server
+ After=nss-user-lookup.target
++Requires=fcgiwrap.socket
+
+ [Service]
+ ExecStart=/usr/sbin/fcgiwrap
-- System Information:
Debian Release: 8.0
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---
On Wed, 2015-04-01 at 10:03 +0200, Jordi Mallach wrote:
> Please unblock package fcgiwrap
>
> The following minimal one-liner change fixes a very recently filed RC bug.
Unblocked, thanks.
Regards,
Adam
--- End Message ---