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 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219
|
Source: nanoc
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>,
Antonio Terceiro <terceiro@debian.org>,
Section: web
Priority: optional
Build-Depends: asciidoc,
asciidoctor,
coderay,
debhelper-compat (= 13),
dctrl-tools,
gem2deb (>= 1.2.1~),
git,
highlight,
pry,
python3-pygments,
rake,
rsync,
ruby-addressable (>= 2.5~),
ruby-adsf (>= 1.4~),
ruby-adsf-live,
ruby-builder,
ruby-colored (>= 1.2),
ruby-contracts (>= 0.17),
ruby-coveralls,
ruby-cri (>= 2.15~),
ruby-ddmetrics,
ruby-ddmemoize,
ruby-ddplugin,
ruby-erubi,
ruby-erubis,
ruby-fog-local,
ruby-fuubar,
ruby-haml (>= 6.0),
ruby-hamster,
ruby-brandur-json-schema,
ruby-kramdown,
ruby-listen (>= 3~),
ruby-maruku,
ruby-memo-wise,
ruby-mime-types,
ruby-minitest,
ruby-mocha,
ruby-mustache,
ruby-nokogiri (>= 1.12~),
ruby-parallel,
ruby-pygments.rb,
ruby-rack,
ruby-rdiscount,
ruby-redcarpet,
ruby-redcloth,
ruby-ref,
ruby-rouge (>= 2~),
ruby-rspec,
ruby-rspec-its,
ruby-rubypants,
ruby-sass,
ruby-slim,
ruby-slow-enumerator-tools,
ruby-timecop,
ruby-tomlrb,
ruby-tty-command,
ruby-tty-platform,
ruby-tty-which,
ruby-terser,
ruby-vcr,
ruby-webmock,
ruby-zeitwerk,
yard
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/ruby-team/nanoc
Vcs-Git: https://salsa.debian.org/ruby-team/nanoc.git
Homepage: https://nanoc.ws
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: nanoc
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-nanoc-core (= ${source:Version}),
ruby-nanoc-cli (= ${source:Version}),
${misc:Depends},
${ruby:Depends},
Recommends: asciidoc,
asciidoctor,
ruby-builder,
ruby-erubi,
ruby-erubis,
ruby-haml,
ruby-kramdown,
ruby-maruku,
ruby-mime-types,
ruby-mustache,
ruby-nokogiri (>= 1.12~),
ruby-rdiscount,
ruby-redcarpet,
ruby-redcloth,
ruby-rouge (>= 2~),
ruby-rubypants,
ruby-sass,
ruby-slim,
ruby-terser
Suggests: coderay | ruby-pygments.rb | python3-pygments | highlight,
git,
rsync,
ruby-fog-core,
ruby-rack
Description: static site generator written in Ruby
Nanoc is a static site generator, fit for building anything from a small
personal blog to a large corporate web site. It can transform content
from one format (e.g. Haml or Markdown) into another (usually HTML) and
lay out pages so that the site's look and feel is consistent across all
pages.
.
Extending Nanoc is easy because of its modular architecture. It comes
with only a couple of extensions, but allows new functionality to be
plugged in quickly and easily.
.
Some knowledge of the Ruby programming language is required in order to use
Nanoc.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: nanoc
Package: ruby-nanoc-core
Architecture: all
Depends: ruby-brandur-json-schema,
${misc:Depends},
${ruby:Depends},
Description: static site generator written in Ruby - core package
Nanoc is a static site generator, fit for building anything from a small
personal blog to a large corporate web site. It can transform content
from one format (e.g. Haml or Markdown) into another (usually HTML) and
lay out pages so that the site's look and feel is consistent across all
pages.
.
This package contains the core of Nanoc.
Section: ruby
X-DhRuby-Root: nanoc-core
Package: ruby-nanoc-cli
Architecture: all
Depends: ruby-nanoc-core (= ${source:Version}),
${misc:Depends},
${ruby:Depends},
Description: static site generator written in Ruby - command line interface
Nanoc is a static site generator, fit for building anything from a small
personal blog to a large corporate web site. It can transform content
from one format (e.g. Haml or Markdown) into another (usually HTML) and
lay out pages so that the site's look and feel is consistent across all
pages.
.
This package contains the command line interface for Nanoc.
Section: ruby
X-DhRuby-Root: nanoc-cli
Package: ruby-nanoc-live
Architecture: all
Depends: ruby-nanoc-core (= ${source:Version}),
${misc:Depends},
${ruby:Depends},
Description: static site generator written in Ruby - live support
Nanoc is a static site generator, fit for building anything from a small
personal blog to a large corporate web site. It can transform content
from one format (e.g. Haml or Markdown) into another (usually HTML) and
lay out pages so that the site's look and feel is consistent across all
pages.
.
This package contains the live support for Nanoc.
Section: ruby
X-DhRuby-Root: nanoc-live
Package: ruby-nanoc-external
Architecture: all
Depends: ${misc:Depends},
${ruby:Depends},
Description: static site generator written in Ruby - external filter
Nanoc is a static site generator, fit for building anything from a small
personal blog to a large corporate web site. It can transform content
from one format (e.g. Haml or Markdown) into another (usually HTML) and
lay out pages so that the site's look and feel is consistent across all
pages.
.
This package contains the external filter for Nanoc, allowing one to run any
tool to process items.
Section: ruby
X-DhRuby-Root: nanoc-external
Package: ruby-nanoc-checking
Architecture: all
Depends: ${ruby:Depends},
${misc:Depends},
Description: static site generator written in Ruby - checker
Nanoc is a static site generator, fit for building anything from a small
personal blog to a large corporate web site. It can transform content
from one format (e.g. Haml or Markdown) into another (usually HTML) and
lay out pages so that the site's look and feel is consistent across all
pages.
.
This package provides the `check` command, which does QA checks on nanoc
websites.
Section: ruby
X-DhRuby-Root: nanoc-checking
Package: ruby-nanoc-deploying
Architecture: all
Depends: ${ruby:Depends},
${misc:Depends},
Description: static site generator written in Ruby - deployer
Nanoc is a static site generator, fit for building anything from a small
personal blog to a large corporate web site. It can transform content
from one format (e.g. Haml or Markdown) into another (usually HTML) and
lay out pages so that the site's look and feel is consistent across all
pages.
.
This package provides the `deploy` command or Nanoc, which allows users to
deploy Nanoc sites.
Section: ruby
X-DhRuby-Root: nanoc-deploying
|