1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
Source: jekyll
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami@gfd-dennou.org>,
Dominique Dumont <dod@debian.org>
Section: ruby
Priority: optional
Build-Depends: debhelper (>= 9),
gem2deb (>= 0.2.13~),
rake,
ruby-liquid,
ruby-kramdown,
ruby-mercenary,
ruby-safe-yaml,
ruby-colorator,
ruby-classifier,
ruby-pygments.rb,
ruby-redcarpet,
ruby-toml,
ruby-jekyll-paginate,
ruby-jekyll-gist,
ruby-jekyll-coffeescript,
ruby-jekyll-sass-converter,
ruby-jekyll-watch,
ruby-shoulda,
ruby-rr,
cucumber,
ruby-redcloth,
ruby-maruku,
ruby-rdiscount,
xdg-utils,
ruby-mime-types,
ruby-activesupport,
ruby-jekyll-test-plugin,
ruby-jekyll-test-plugin-malicious,
ruby-test-unit,
ruby-rouge
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/jekyll.git;a=summary
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/jekyll.git
Homepage: http://github.com/mojombo/jekyll
XS-Ruby-Versions: all
Package: jekyll
Architecture: all
Depends: ${misc:Depends},
${shlibs:Depends},
ruby | ruby-interpreter,
ruby-liquid,
ruby-kramdown,
ruby-mercenary,
ruby-safe-yaml,
ruby-colorator,
ruby-classifier,
ruby-pygments.rb,
ruby-redcarpet,
ruby-toml,
ruby-jekyll-paginate,
ruby-jekyll-gist,
ruby-jekyll-coffeescript,
ruby-jekyll-sass-converter,
ruby-jekyll-watch
Recommends: ruby-sequel,
ruby-sequel-pg,
ruby-mysql,
ruby-rouge
Description: Simple, blog aware, static site generator
Jekyll is a simple, blog aware, static site generator. It takes a
template directory (representing the raw form of a website), runs it
through Textile or Markdown and Liquid converters, and spits out a
complete, static website suitable for serving with Apache or your
favorite web server.
.
This is also the engine behind GitHub Pages(http://pages.github.com),
which you can use to host your project's page or blog right here from
GitHub.
XB-Ruby-Versions: ${ruby:Versions}
|