Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
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 <jo...@debian.org>  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 <jo...@debian.org>
+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)


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to