[Pkg-puppet-devel] [SCM] Packaging of Facter for debian branch, master, updated. debian/1.5.6-1-3-gf695058
Micah Anderson
micah at riseup.net
Tue Jun 30 16:53:36 UTC 2009
The following commit has been merged in the master branch:
commit c1890e7c13712809d9ef12280a4c89da0ddd89ab
Author: Micah Anderson <micah at riseup.net>
Date: Tue Jun 30 10:21:05 2009 -0400
because facter works for ruby1.8 and ruby1.9 we dont need to depend explicitly on the libopenssl-ruby1.8 package, but should provide options
diff --git a/debian/changelog b/debian/changelog
index 2418e72..c3a6e79 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+facter (1.5.6-2) UNRELEASED; urgency=low
+
+ * Added depends possibility on libopenssl-ruby1.9
+
+ -- Micah Anderson <micah at debian.org> Tue, 30 Jun 2009 00:21:23 -0400
+
facter (1.5.6-1) unstable; urgency=low
* New upsream release
diff --git a/debian/control b/debian/control
index 241ad6a..21b87f4 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Standards-Version: 3.8.2
Package: facter
Architecture: all
-Depends: ruby (>= 1.8), net-tools, host | bind9-host, pciutils, libopenssl-ruby1.8, ${misc:Depends}
+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
--
Packaging of Facter for debian
More information about the Pkg-puppet-devel
mailing list