[DRE-commits] [SCM] yard.git branch, master, updated. debian/0.8.1-1-24-g6a006a9

Cédric Boutillier boutil at debian.org
Tue May 7 13:54:16 UTC 2013


The following commit has been merged in the master branch:
commit 5d78fe06a464918355e68dec1c4e15c926b988d0
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue May 7 15:16:04 2013 +0200

    replace ruby-rdiscount by ruby-redcarpet, which supports autolinking

diff --git a/debian/control b/debian/control
index eec825f..3acc3b0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Lucas Nussbaum <lucas at debian.org>, Cédric Boutillier <boutil at debian.org>, Paul van Tilburg <paulvt at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rspec, rake, ruby-rdiscount, ruby-redcloth, ruby-rack, bundler, libjs-jquery, ruby-gettext (>= 2.2.1~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rspec, rake, ruby-redcarpet, ruby-redcloth, ruby-rack, bundler, libjs-jquery, ruby-gettext (>= 2.2.1~)
 Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/yard.git
 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/yard.git;a=summary
@@ -14,7 +14,7 @@ Package: yard
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, rubygems, libjs-jquery, ruby-gettext (>= 2.2.1~)
-Suggests: ruby-rack, ruby-redcloth, bundler, ruby-rdiscount, graphviz
+Suggests: ruby-rack, ruby-redcloth, bundler, ruby-redcarpet, graphviz
 Description: Ruby documentation tool
  YARD is a documentation generation tool for the Ruby programming language.
  It enables the user to generate consistent, usable documentation that can be

-- 
yard.git



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