Package: coquelicot
Version: 0.9.3-1
Tags: patch
Control: block -1 by 774944

Following on from the patches I provided for bug #774859 and then for #774944
this patch just adds ruby-redcarpet as a Recommends, as it is used to render
the README in the web-interface. It is a versioned dependency as the wheezy
version ruby-redcarpet is too old to render correctly with coquelicot 0.9.3

--
Rowan Thorpe
PGP fingerprint:
 BB0A 0787 C0EE BDD8 7F97  3D30 49F2 13A5 265D CCBD
 ----
 "There is a great difference between worry and concern. A worried person sees
 a problem, and a concerned person solves a problem."
  - Harold Stephens
>From f7af26bfec91641712b438c04011cf59cc928988 Mon Sep 17 00:00:00 2001
From: Rowan Thorpe <ro...@rowanthorpe.com>
Date: Wed, 18 Feb 2015 13:04:06 +0200
Subject: [PATCH] Another fix related to new upstream 0.9.3

* Add ruby-redcarpet to debian/control Recommends (needed to render the
  README's markdown - wheezy version didn't work, so used a versioned
  dependency.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 1b0cf10..0355937 100644
--- a/debian/control
+++ b/debian/control
@@ -58,7 +58,7 @@ Depends: adduser,
          ruby | ruby-interpreter,
          ${misc:Depends},
          ${shlibs:Depends}
-Recommends: apache2 | nginx | pound
+Recommends: apache2 | nginx | pound, ruby-redcarpet (>= 3.1.2)
 Built-Using: ${coquelicot:Built-Using}
 Description: "one-click" file sharing web application with a focus on users' privacy
  Coquelicot is a "one-click" file sharing web application with a focus
-- 
2.1.4

Reply via email to