File: control

package info (click to toggle)
ruby-puppet-resource-api 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,232 kB
  • sloc: ruby: 9,573; sh: 4; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,016 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
Source: ruby-puppet-resource-api
Section: ruby
Priority: optional
Maintainer: Puppet Package Maintainers <pkg-puppet-devel@alioth-lists.debian.net>
Uploaders:
 Jérôme Charaoui <jerome@riseup.net>,
Build-Depends:
 debhelper-compat (= 13),
 gem2deb,
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/puppet-team/ruby-puppet-resource-api.git
Vcs-Browser: https://salsa.debian.org/puppet-team/ruby-puppet-resource-api
Homepage: https://github.com/puppetlabs/puppet-resource_api/
Rules-Requires-Root: no

Package: ruby-puppet-resource-api
Architecture: all
Depends:
 ${misc:Depends},
 ${ruby:Depends},
Description: Implementation of the Puppet Resource API specification
 A resource is the basic unit that is managed by Puppet. Each resource has a set
 of attributes describing its current state. Some attributes can be changed
 throughout the lifetime of the resource, whereas others are only reported back
 but cannot be changed. This library provides a simple way to write new native
 resources for Puppet.