File: control

package info (click to toggle)
puppet-lint 2.0.2-0.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 672 kB
  • ctags: 222
  • sloc: ruby: 6,058; sh: 395; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,000 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
Source: puppet-lint
Section: ruby
Priority: optional
Maintainer: Puppet Package Maintainers <pkg-puppet-devel@lists.alioth.debian.org>
Uploaders: Stig Sandbeck Mathisen <ssm@debian.org>, Micah Anderson <micah@debian.org>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.9~), ruby-rspec-its, ruby-rspec-collection-matchers
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-puppet/puppet-lint.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-puppet/puppet-lint.git
Homepage: https://github.com/rodjek/puppet-lint/
XS-Ruby-Versions: all
Testsuite: autopkgtest

Package: puppet-lint
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
Suggests: rake
Description: check puppet manifests for style guide conformity
 Checks your Puppet manifests against the Puppet Labs style guide and
 alerts you to any discrepancies.
 .
 This program checks spacing, indentation, whitespace, quoting,
 conditionals and classes.