File: control

package info (click to toggle)
puppet-strings 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,336 kB
  • sloc: ruby: 7,285; makefile: 12
file content (31 lines) | stat: -rw-r--r-- 1,063 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
Source: puppet-strings
Section: ruby
Priority: optional
Maintainer: Kienan Stewart <kienan.stewart@burntworld.ca>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               git,
               rake,
               ruby-rgen,
               yard,
               python3-docutils,
Standards-Version: 4.5.0
Homepage: https://github.com/puppetlabs/puppet-strings
Vcs-Git: https://salsa.debian.org/kienan-guest/puppet-strings.git
Vcs-Browser: https://salsa.debian.org/kienan-guest/puppet-strings
Rules-Requires-Root: no
XS-Ruby-Versions: all

Package: puppet-strings
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-rgen,
         yard,
         puppet,
         ${shlibs:Depends},
         ${misc:Depends}
Description: Tool to generate documentation from Puppet code and extensions
 Puppet Strings generates documentation for Puppet code and extensions written
 in Puppet and Ruby. Strings processes code and YARD-style code comments to
 create documentation in HTML, Markdown, or JSON formats.