facter 1.6.4-2ubuntu1 source package in Ubuntu

Changelog

facter (1.6.4-2ubuntu1) precise; urgency=low

  * Merge from Debian testing (LP: #922788). 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: Make binary package depend on ruby1.8 explicitly.
  * Dropped changes:
    - debian/control: Update debhelper Build-Depends to 8 (Updated in Debian)

facter (1.6.4-2) unstable; urgency=low

  * Move dmidecode from Depends to Recommends (Closes: #651501)

facter (1.6.4-1) unstable; urgency=low

  * New upstream release
  * Add dependency on dmidecode

facter (1.6.3-1) unstable; urgency=low

  * New upstream release
 -- Adam Gandelman <email address hidden>   Fri, 27 Jan 2012 11:05:12 -0800

Upload details

Uploaded by:
Adam Gandelman
Sponsored by:
Jamie Strandboge
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.4.orig.tar.gz 108.3 KiB 23a967494545313e2d7afb449239bf86d2ba47da5c3d10d408c16d383e3e1fe5
facter_1.6.4-2ubuntu1.debian.tar.gz 7.2 KiB 6bda40ab9a9ad609f2fe364093088c478c2361d87ec0bae996193e6dc94d9774
facter_1.6.4-2ubuntu1.dsc 2.1 KiB 57b54579ad9eaefcd2194f44e0d25ce278d059950b1c9a83bef961e7fc3e3058

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.