[Pkg-puppet-devel] [facter] 14/61: (maint) Remove openssl dependencies from debian/control file
Stig Sandbeck Mathisen
ssm at debian.org
Mon Nov 4 15:01:44 UTC 2013
This is an automated email from the git hooks/post-receive script.
ssm pushed a commit to branch master
in repository facter.
commit 9d04cf54c8c75ab7c1bbc2a7c21c80dc734676b7
Author: Matthaus Owens <matthaus at puppetlabs.com>
Date: Thu Jul 11 11:32:32 2013 -0700
(maint) Remove openssl dependencies from debian/control file
As openssl is not required or used by facter, this commit removes the
dependency from the facter debian package.
---
ext/debian/changelog.erb | 6 ++++++
ext/debian/control | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/ext/debian/changelog.erb b/ext/debian/changelog.erb
index 1ef5c6c..8e902d2 100644
--- a/ext/debian/changelog.erb
+++ b/ext/debian/changelog.erb
@@ -4,6 +4,12 @@ facter (<%= @debversion %>) hardy lucid oneiric unstable sid wheezy lucid squeez
-- Puppet Labs Release <info at puppetlabs.com> <%= Time.now.strftime("%a, %d %b %Y %H:%M:%S %z")%>
+facter (1.7.2-1puppetlabs2) lucid unstable sid wheezy lucid squeeze precise; urgency=low
+
+ * Remove dependenices on libssl-ruby from facter as they are not used
+
+ -- Matthaus Owens <matthaus at puppetlabs.com> Thu, 11 Jul 2013 13:11:30 +0000
+
facter (1.7.0-0.1rc1puppetlabs1) hardy lucid oneiric unstable sid wheezy lucid squeeze precise; urgency=low
* Add dependency on virt-what to facter for better virutalization detection
diff --git a/ext/debian/control b/ext/debian/control
index c5f8a9d..468349f 100644
--- a/ext/debian/control
+++ b/ext/debian/control
@@ -2,13 +2,13 @@ Source: facter
Section: ruby
Priority: optional
Maintainer: Puppet Labs <info at puppetlabs.com>
-Build-Depends: cdbs, debhelper (>> 7), ruby | ruby-interpreter, libopenssl-ruby | libopenssl-ruby1.8 | libopenssl-ruby1.9.1, rdoc
+Build-Depends: cdbs, debhelper (>> 7), ruby | ruby-interpreter
Standards-Version: 3.9.1
Homepage: http://www.puppetlabs.com
Package: facter
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, libopenssl-ruby | libopenssl-ruby1.8 | libopenssl-ruby1.9.1, dmidecode [i386 amd64 ia64], virt-what, pciutils
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, dmidecode [i386 amd64 ia64], virt-what, pciutils
Description: Ruby module for collecting simple facts about a host operating system
Some of the facts are preconfigured, such as the hostname and the operating
system. Additional facts can be added through simple Ruby scripts.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-puppet/facter.git
More information about the Pkg-puppet-devel
mailing list