File: control

package info (click to toggle)
ruby-semantic-puppet 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: ruby: 2,898; makefile: 6
file content (31 lines) | stat: -rw-r--r-- 998 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: ruby-semantic-puppet
Section: ruby
Priority: optional
Maintainer: Puppet Package Maintainers <pkg-puppet-devel@lists.alioth.debian.org>
Uploaders:
 Sebastien Badia <sbadia@debian.org>,
 Markus Frosch <lazyfrosch@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 gem2deb,
 rake,
 ruby-rspec,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/puppet-team/ruby-semantic-puppet.git
Vcs-Browser: https://salsa.debian.org/puppet-team/ruby-semantic-puppet
Homepage: https://github.com/puppetlabs/semantic_puppet
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-semantic-puppet
Architecture: all
Depends:
 ${misc:Depends},
 ${ruby:Depends},
 ${shlibs:Depends},
Description: Useful tools for working with semantic versions with Puppet
 Tools used by Puppet to parse, validate, and compare semantic versions and
 version ranges and to query and resolve module dependencies.
 .
 This library is used by a number of Puppet Labs projects, including Puppet and
 r10k.