[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#487248: marked as done (spread: Create /var/run/spread if it does not exist)



Your message dated Tue, 17 Jul 2012 19:25:52 +0000
with message-id <[🔎] E1SrDP6-0007mB-2K@franck.debian.org>
and subject line Bug#681908: Removed package(s) from unstable
has caused the Debian Bug report #487248,
regarding spread: Create /var/run/spread if it does not exist
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 owner@bugs.debian.org
immediately.)


-- 
487248: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487248
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: spread
Version: 3.17.4-2
Severity: normal
Tags: patch
User: ubuntu-devel@lists.ubuntu.com
Usertags: origin-ubuntu intrepid ubuntu-patch

In Ubuntu, we've applied the attached patch to achieve the following:

  * debian/spread.init: /var/run/spread created by by the init script
        if it does not exist.

We thought you might be interested in doing the same.
diff -u spread-3.17.4/debian/changelog spread-3.17.4/debian/changelog
--- spread-3.17.4/debian/changelog
+++ spread-3.17.4/debian/changelog
@@ -1,3 +1,12 @@
+spread (3.17.4-2ubuntu1) intrepid; urgency=low
+
+  * Merge from debian unstable, remaining changes (LP: #238676):
+    - debian/spread.init:
+      + /var/run/spread created by the init script if it
+        does not exist.
+
+ -- Nathan Handler <nathan.handler@gmail.com>  Fri, 20 Jun 2008 09:34:25 -0500
+
 spread (3.17.4-2) unstable; urgency=low
 
   [ Michael Mende ]
@@ -14,6 +23,17 @@
 
  -- Michael Mende <debian@menole.net>  Sun,  9 Mar 2008 13:22:16 +0100
 
+spread (3.17.4-1ubuntu1) hardy; urgency=low
+
+  * Merge from Debian unstable, remaining changes:
+    - debian/spread.init:
+      + /var/run/spread created by the init script if it
+        does not exist.
+    - debian/control:
+      + Update maintainer field.
+
+ -- Michele Angrisano <micheleangrisano@ubuntu.com>  Thu, 07 Feb 2008 18:43:02 +0100
+
 spread (3.17.4-1) unstable; urgency=low
 
   [ Michael Mende ]
@@ -26,12 +46,33 @@
 
  -- Frederik Schüler <fs@debian.org>  Sat, 26 Jan 2008 14:03:30 +0100
 
+spread (3.17.3-5ubuntu2) hardy; urgency=low
+
+  * Modify Maintainer value because of the DebianMaintainerField
+    specification.
+
+ -- Siegfried-Angel Gevatter Pujals (RainCT) <rainct@ubuntu.com>  Thu, 31 Jan 2008 16:52:28 +0100
+
+spread (3.17.3-5ubuntu1) feisty; urgency=low
+
+  * Merge from debian unstable: /var/run/spread created by the init script if
+    it does not exist.
+
+ -- Jeremie Corbier <jcorbier@ubuntu.com>  Fri, 17 Nov 2006 20:14:50 -0800
+
 spread (3.17.3-5) unstable; urgency=low
 
   * debian/spread.postrm: userdel if command available (Closes: #391466)
 
  -- Michael Mende <debian@menole.net>  Sun,  8 Oct 2006 12:03:03 +0200
 
+spread (3.17.3-4ubuntu1) edgy; urgency=low
+
+  * Merge from debian unstable:
+    -> /var/run/spread created by the init script if it does not exist.
+
+ -- Jeremie Corbier <jcorbier@ubuntu.com>  Fri, 22 Sep 2006 19:49:11 -0700
+
 spread (3.17.3-4) unstable; urgency=low
 
   * CVE-2006-3118: insecure temporary file handling (Closes: #375617)
@@ -40,6 +81,12 @@
 
  -- Michael Mende <debian@menole.net>  Sun, 10 Sep 2006 12:13:43 +0200
 
+spread (3.17.3-3ubuntu1) edgy; urgency=low
+
+  * Merge from debian unstable.
+
+ -- Jeremie Corbier <jcorbier@ubuntu.com>  Sun,  9 Jul 2006 01:01:02 +0200
+
 spread (3.17.3-3) unstable; urgency=low
 
   * New maintainer team. (Closes: #280087)
@@ -53,6 +100,13 @@
 
  -- Andrew Pollock <apollock@debian.org>  Thu, 16 Mar 2006 23:57:22 -0800
 
+spread (3.17.3-1ubuntu1) dapper; urgency=low
+
+  * debian/spread.init: the init script makes sure /var/run/spread exists
+    (Closes: Malone #45387).
+
+ -- Jeremie Corbier <jcorbier@ubuntu.com>  Thu, 18 May 2006 15:34:01 +0200
+
 spread (3.17.3-1) unstable; urgency=high
 
   * New upstream release.
@@ -159,0 +214 @@
+
diff -u spread-3.17.4/debian/spread.init spread-3.17.4/debian/spread.init
--- spread-3.17.4/debian/spread.init
+++ spread-3.17.4/debian/spread.init
@@ -37,6 +37,8 @@
              
 test "$ENABLED" != "0" || exit 0
 
+test -d `dirname $PIDFILE` || mkdir -p `dirname $PIDFILE`
+
 case "$1" in
   start)
         echo -n "Starting $DESC: "

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Version: 3.17.4-4+rm

Dear submitter,

as the package spread has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/681908

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@debian.org.

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)

--- End Message ---

Reply to: