[DRE-commits] [SCM] ruby-creole.git branch, master, updated. upstream/0.5.0-18-g99534fb

Jérémy Bobbio lunar at debian.org
Sat Mar 16 09:11:55 UTC 2013


The following commit has been merged in the master branch:
commit 1343491172075b071bf902211d02be63fe94e1b9
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Fri Mar 15 01:14:35 2013 +0100

    Fix binary package dependencies
    
    bacon is only a development dependency.

diff --git a/debian/control b/debian/control
index e7d1c6e..ce1dea1 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ XS-Ruby-Versions: all
 Package: ruby-creole
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-bacon
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 Description: Lightweight markup language
  Creole is a common wiki markup language to be used across different wikis
  (http://wikicreole.org/).

-- 
ruby-creole.git



More information about the Pkg-ruby-extras-commits mailing list