File: control

package info (click to toggle)
nanoc 4.11.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,584 kB
  • sloc: ruby: 36,458; makefile: 17
file content (150 lines) | stat: -rw-r--r-- 4,750 bytes parent folder | download
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
Source: nanoc
Section: web
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: asciidoc-base,
               asciidoctor,
               coderay,
               debhelper (>= 10~),
               gem2deb,
               git,
               highlight,
               pry,
               python-pygments,
               rake,
               rsync,
               ruby-addressable (>= 2.5~),
               ruby-adsf,
               ruby-builder,
               ruby-coffee-script,
               ruby-contracts,
               ruby-coveralls,
               ruby-cri (>= 2.15~),
               ruby-ddmetrics,
               ruby-ddmemoize,
               ruby-ddplugin,
               ruby-erubi,
               ruby-erubis,
               ruby-fog-local,
               ruby-fuubar,
               ruby-haml,
               ruby-hamster,
	       ruby-brandur-json-schema,
               ruby-kramdown,
               ruby-listen,
               ruby-maruku,
               ruby-mime-types,
               ruby-minitest,
               ruby-mocha,
               ruby-mustache,
               ruby-nokogiri,
               ruby-nokogumbo,
               ruby-parallel (>= 1.12~),
               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 (>= 3.2.2~),
               ruby-slim,
	       ruby-slow-enumerator-tools,
               ruby-timecop,
               ruby-tomlrb (>= 1.2~),
               ruby-uglifier,
               yard
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/ruby-team/nanoc.git
Vcs-Browser: https://salsa.debian.org/ruby-team/nanoc
Homepage: http://nanoc.ws
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: nanoc
X-DhRuby-Root: nanoc
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: pry,
         ruby | ruby-interpreter,
         ruby-addressable (>= 2.5~),
         ruby-adsf (>= 1.3~),
         ruby-cri (>= 2.15~),
	 ruby-ddmetrics,
	 ruby-ddmemoize,
         ruby-ddplugin,
         ruby-brandur-json-schema,
         ruby-hamster,
         ruby-listen,
         ruby-parallel (>= 1.12~),
         ruby-ref,
	 ruby-slow-enumerator-tools,
         ruby-tomlrb (>= 1.2~),
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: asciidoc-base,
            asciidoctor,
            ruby-builder,
            ruby-coffee-script,
            ruby-erubi,
            ruby-erubis,
            ruby-haml,
            ruby-kramdown,
            ruby-maruku,
            ruby-mime-types,
            ruby-mustache,
            ruby-nokogiri,
            ruby-nokogumbo,
            ruby-rdiscount,
            ruby-redcarpet,
            ruby-redcloth,
            ruby-rouge (>= 2~),
            ruby-rubypants,
            ruby-sass (>= 3.2.2~),
            ruby-slim,
            ruby-uglifier
Suggests: coderay | ruby-pygments.rb | python3-pygments | highlight,
          git,
          rsync,
          ruby-fog-core (>= 0.13.0~),
          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.

Package: nanoc-doc
Architecture: all
Section: doc
Depends: libjs-jquery,
         ${misc:Depends}
Multi-Arch: foreign
Suggests: doc-base
Description: static site generator written in Ruby - documentation
 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.
 .
 This package contains the documentation for Nanoc.