--- facter-1.5.6.orig/debian/changelog
+++ facter-1.5.6/debian/changelog
@@ -0,0 +1,95 @@
+facter (1.5.6-2~bpo50+1) lenny-backports; urgency=low
+
+  * Backport testing version for backports.org
+
+ -- Micah Anderson <micah@debian.org>  Sun, 16 Aug 2009 15:57:03 +0000
+
+facter (1.5.6-2) unstable; urgency=low
+
+  * Added depends possibility on libopenssl-ruby1.9
+  * Switch from install.rb to using the standardized Debian ruby CDBS
+    classes to use setup.rb. This stops the munging of the shebang
+    to a specific ruby version, as facter works with both 1.8 and 1.9
+  * Install facter library dependencies in ruby version neutral
+    directory: /usr/lib/ruby/vendor_ruby
+  * Add depends on libsetup-ruby1.8, ruby-pkg-tools and cdbs
+
+ -- Micah Anderson <micah@debian.org>  Tue, 30 Jun 2009 00:21:23 -0400
+
+facter (1.5.6-1) unstable; urgency=low
+
+  * New upsream release
+  * Add myself to uploaders
+  * Bumped Standards-Version (no changes)
+  * Added versioned build-depends on debhelper 5
+
+ -- Micah Anderson <micah@debian.org>  Mon, 29 Jun 2009 22:53:18 -0400
+
+facter (1.5.4-1) unstable; urgency=low
+
+  [ Nigel Kersten ]
+  * New upstream release
+  * Switch maintainer to pkg-puppet-devel list
+  * Modify uploaders
+  * Update watch file regexp to exclude release canditate tarballs
+  * Use upstream install.rb script to build rather than copying manually
+
+  [ Andrew Pollock ]
+  * debian/control: add libopenssl-ruby to build dependencies
+  * debian/control: bump Standards-Version (no changes)
+  * debian/compat: increase to 5
+  * debian/control: add pciutils and ${misc:Depends} to dependencies
+
+ -- Andrew Pollock <apollock@debian.org>  Mon, 13 Apr 2009 15:20:21 -0700
+
+facter (1.5.1-0.1) unstable; urgency=low
+
+  * Non-maintainer upload
+  * New upstream release to fix zombie problem (Closes: #497363)
+
+ -- Micah Anderson <micah@debian.org>  Wed, 03 Sep 2008 09:06:56 -0400
+
+facter (1.5-0.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * New upstream release (Closes: #492430)
+  * Upgraded standards version to 3.8.0 (no changes)
+
+ -- Micah Anderson <micah@debian.org>  Sat, 26 Jul 2008 07:46:56 -0400
+
+facter (1.3.8-1) unstable; urgency=low
+
+  * New upstream release.
+  * Add 4.0/etch as a new entry in the debianversion fact.
+  * Unfutz the debianversion fact so it doesn't annoy us with it's
+    "constant already defined" whining.
+
+ -- Matthew Palmer <mpalmer@debian.org>  Tue, 25 Sep 2007 07:58:22 +1000
+
+facter (1.3.7-1) unstable; urgency=low
+
+  * New upstream release.  Closes: #418967.
+  * Add dependency on net-tools (for ifconfig).  Closes: #415899.
+  * Add a new 'debianversion' fact.  Closes: #378895.  Thanks to David
+    Schmitt for the patch.
+  * Add a dependency on host | bind9-host (for host).  Closes: #403109.
+
+ -- Matthew Palmer <mpalmer@debian.org>  Fri, 20 Apr 2007 14:09:59 +1000
+
+facter (1.3.5-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Matthew Palmer <mpalmer@debian.org>  Tue, 31 Oct 2006 06:24:59 +1100
+
+facter (1.3.3-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Matthew Palmer <mpalmer@debian.org>  Fri, 30 Jun 2006 12:43:50 +1000
+
+facter (1.3.1-1) unstable; urgency=low
+
+  * Initial release. (Closes: #364976)
+
+ -- Matthew Palmer <mpalmer@debian.org>  Wed, 24 May 2006 09:40:54 +1000
--- facter-1.5.6.orig/debian/compat
+++ facter-1.5.6/debian/compat
@@ -0,0 +1 @@
+5
--- facter-1.5.6.orig/debian/control
+++ facter-1.5.6/debian/control
@@ -0,0 +1,20 @@
+Source: facter
+Section: admin
+Priority: optional
+Maintainer: Puppet Package Maintainers <pkg-puppet-devel@lists.alioth.debian.org>
+Uploaders: Andrew Pollock <apollock@debian.org>, Nigel Kersten <nigelk@explanatorygap.net>, Micah Anderson <micah@debian.org>
+Build-Depends: ruby-pkg-tools, libsetup-ruby1.8, cdbs, debhelper (>= 5.0.0), ruby (>= 1.8), libopenssl-ruby
+Standards-Version: 3.8.2
+
+Package: facter
+Architecture: all
+Depends: ruby (>= 1.8), net-tools, host | bind9-host, pciutils, libopenssl-ruby1.8 | libopenssl-ruby1.9, ${misc:Depends}
+Description: a library for retrieving facts from operating systems
+ 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.
--- facter-1.5.6.orig/debian/copyright
+++ facter-1.5.6/debian/copyright
@@ -0,0 +1,61 @@
+This package was debianized by jaq <jaq@debian.org> on
+Thu, 27 Apr 2006 10:27:59 +1000.
+
+It was downloaded from http://reductivelabs.com/projects/facter
+
+Copyright Holder: Luke Kanies <luke@madstop.com>
+
+Copyright terms:
+
+The main Facter library is LGPL.  From lib/facter.rb:
+
+# Copyright 2006 Luke Kanies <luke@madstop.com>
+# 
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+# 
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+# 
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL'.
+
+The memory.rb and processor.rb fact files are made available under the GPL
+version 2.  From lib/facter/memory.rb:
+
+# Copyright (C) 2006 Mooter Media Ltd
+# Author: Matthew Palmer <matt@solutionsfirst.com.au>
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation (version 2 of the License)
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+The installation script is available under the terms of the GPL.  From
+install.rb:
+
+# Copyright 2004 Austin Ziegler <ruby-install@halostatue.ca>
+#
+# This program is free software. It may be redistributed and/or modified under
+# the terms of the GPL version 2 (or later) or the Ruby licence.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
--- facter-1.5.6.orig/debian/docs
+++ facter-1.5.6/debian/docs
@@ -0,0 +1,2 @@
+README
+TODO
--- facter-1.5.6.orig/debian/rules
+++ facter-1.5.6/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+# remove the conf directory, which contains package building
+# configurations for redhat, osx and solaris if this is not removed,
+# it will get installed into /etc/solaris, /etc/osx, /etc/redhat.
+build/facter::
+	rm -rf $(CURDIR)/conf
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+DEB_RUBY_CONFIG_ARGS = --prefix=/usr --siteruby=/usr/lib/ruby/vendor_ruby --siterubyver=/usr/lib/ruby/vendor_ruby --shebang=never
--- facter-1.5.6.orig/debian/watch
+++ facter-1.5.6/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://reductivelabs.com/downloads/facter/facter-([0-9]+\.[0-9]+\.[0-9]+)\.tgz
