From c19a6d7f30a1e2b2209a3fcd674bbd0071828aa4 Mon Sep 17 00:00:00 2001
From: Julien Cristau <jcristau@debian.org>
Date: Sat, 22 May 2010 14:06:18 +0200
Subject: [PATCH 3/5] Add dependency on $remote_fs to init.d script

The script needs /usr.  Pointed out by lintian.
---
 debian/changelog |    2 ++
 debian/init.d    |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3868899..0fc5f5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ polipo (1.0.4.1-1.1) UNRELEASED; urgency=low
     scripts (closes: #578684).
   * Add patch cherry-picked from upstream git to stop ignoring CNAMEs after a
     DNS timeout (closes: #540912).
+  * Add dependency on $remote_fs to init.d script (it needs /usr).  Pointed
+    out by lintian.
 
  -- Julien Cristau <jcristau@debian.org>  Sat, 01 May 2010 17:48:59 +0200
 
diff --git a/debian/init.d b/debian/init.d
index b2e799c..4b34ef5 100644
--- a/debian/init.d
+++ b/debian/init.d
@@ -1,8 +1,8 @@
 #!/bin/sh
 ### BEGIN INIT INFO
 # Provides:          polipo
-# Required-Start:    $local_fs
-# Required-Stop:     $local_fs
+# Required-Start:    $remote_fs
+# Required-Stop:     $remote_fs
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Start or stop the polipo web cache
-- 
1.7.1

