~ubuntu-branches/ubuntu/precise/facter/precise

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
Source: facter
Section: admin
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Puppet Package Maintainers <pkg-puppet-devel@lists.alioth.debian.org>
Uploaders: Andrew Pollock <apollock@debian.org>, Nigel Kersten <nigel@explanatorygap.net>, Micah Anderson <micah@debian.org>, Stig Sandbeck Mathisen <ssm@debian.org>
Build-Depends: debhelper (>= 8), ruby (>= 1.8), libopenssl-ruby
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/git/pkg-puppet/facter.git
Vcs-Browser: http://git.debian.org/?p=pkg-puppet/facter.git
Homepage: http://projects.puppetlabs.com/projects/facter
XS-Ruby-Versions: all

Package: facter
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends}, ruby1.8, net-tools, bind9-host | host
Recommends: pciutils, dmidecode
Suggests: ruby-json
Description: collect and display facts about the system
 A cross-platform Ruby library for retrieving facts from operating systems.
 Supports multiple resolution mechanisms, any of which can be restricted to
 working only on certain operating systems or environments. Facter is
 especially useful for retrieving things like operating system names, IP
 addresses, MAC addresses, and SSH keys.
 .
 It is easy to extend Facter to include your own custom facts or to include
 additional mechanisms for retrieving facts.