[DRE-commits] [nanoc] 03/09: add a few build depends
Cédric Boutillier
boutil at moszumanska.debian.org
Sun Feb 9 23:31:13 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository nanoc.
commit 0f20f9f33139eb627d7e1669ab3321e400cf75a2
Author: Cédric Boutillier <boutil at debian.org>
Date: Tue Oct 1 15:54:14 2013 +0200
add a few build depends
---
debian/control | 52 +++++++++++++++++++++++++++++++++++++++++++++-------
1 file changed, 45 insertions(+), 7 deletions(-)
diff --git a/debian/control b/debian/control
index 3455d92..fb5e6d2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,34 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~),
- rake,
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~),
+ asciidoc,
ruby-cri,
+ ruby-listen,
ruby-minitest,
ruby-mocha,
- ruby-fog,
-# (>= 0.13.0~),
+ ruby-fog (>= 0.13.0~),
+ ruby-bluecloth,
+ ruby-coffee-script,
ruby-rdiscount,
ruby-uglifier,
+ ruby-redcloth,
+ ruby-nokogiri,
+ ruby-haml,
+ ruby-mustache,
+ coderay,
+ python-pygments,
ruby-sass (>= 3.2.2~),
+ ruby-slim,
+ ruby-erubis,
+ ruby-rubypants,
+ ruby-maruku,
+ ruby-kramdown,
+ ruby-mime-types,
+ ruby-rack,
+ ruby-builder,
ruby-systemu,
+ rsync,
yard,
Vcs-Git: git://git.debian.org/pkg-ruby-extras/nanoc.git
Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/nanoc.git;a=summary
@@ -23,10 +40,31 @@ XS-Ruby-Versions: all
Package: nanoc
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-cri (>= 2.2~)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-cri (>= 2.2~), ruby-listen
+Recommends:
+Suggests:
+ asciidoc,
+ ruby-bluecloth,
+ ruby-coffee-script,
+ ruby-rdiscount,
+ ruby-uglifier,
+ ruby-redcloth,
+ ruby-nokogiri,
+ ruby-haml,
+ ruby-mustache,
+ coderay,
+ python-pygments,
+ ruby-sass (>= 3.2.2~),
+ ruby-slim,
+ ruby-erubis,
+ ruby-rubypants,
+ ruby-maruku,
+ ruby-kramdown,
+ ruby-mime-types,
+ rsync
# cri (~> 2.2), minitest (>= 0, development), mocha (>= 0, development), rake (>= 0, development), rdiscount (>= 0, development), yard (>= 0, development)
-Description: web publishing system written in Ruby for building small to medium-sized websites.
+Description: web publishing system written in Ruby for building small to medium-sized websites
nanoc is a simple but very flexible static site generator written in Ruby. It
operates on local files, and therefore does not run on the server. nanoc
- “compiles” the local source files into HTML (usually), by evaluating eRuby,
+ "compiles" the local source files into HTML (usually), by evaluating eRuby,
Markdown, etc.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/nanoc.git
More information about the Pkg-ruby-extras-commits
mailing list