facter 1.6.2-1ubuntu1 source package in Ubuntu

Changelog

facter (1.6.2-1ubuntu1) precise; urgency=low

  * Merge from Debian testing (LP: #888671).  Remaining changes:
    - debian/rules: use what we had in natty; we don't want ruby-pkg-tools
      in main. (LP: #408402)
    - debian/control: Continue using ruby + libopenssl-ruby as Build-Depends
      even tho Debian has moved to gem2deb (not in main). Move ruby-json to
      Suggests.
  * debian/rules: Use dh_prep instead of dh_clean, add build-arch + build-indep
    targets
  * debian/control: Update debhelper Build-Depends to 8, make binary package
    depend on ruby1.8 explicitly.

facter (1.6.2-1) unstable; urgency=low

  * New upstream release
 -- Adam Gandelman <email address hidden>   Thu, 10 Nov 2011 10:11:05 -0800

Upload details

Uploaded by:
Adam Gandelman
Sponsored by:
Dave Walker
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
facter_1.6.2.orig.tar.gz 105.4 KiB 64204252e0d0d161171f2c73ad6369b674adedb927e9650302d4fb4293382796
facter_1.6.2-1ubuntu1.debian.tar.gz 7.1 KiB 5661da25449001ffe6bafffb1cff38a4f6570b564a97d656ba4226e3a298747a
facter_1.6.2-1ubuntu1.dsc 1.5 KiB 7e282e883439517fa24be945ee5d3bb906ea70db2a55a8d730fc3ea12595e751

Available diffs

View changes file

Binary packages built by this source

facter: 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.