[Pkg-puppet-devel] [PATCH 1/4] Add versioned dependency for ruby1.8 (Closes: #545867)

Stig Sandbeck Mathisen ssm at debian.org
Fri Jun 25 19:53:14 UTC 2010


Signed-off-by: Stig Sandbeck Mathisen <ssm at debian.org>
---
 debian/changelog |    4 +++-
 debian/control   |    2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3b5b938..6368358 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ facter (1.5.7-3) UNRELEASED; urgency=low
   [ Stig Sandbeck Mathisen ]
   * Fix "upgrade from 1.3.5 to 1.5.1 requires puppet to be restarted",
     added a note in debian/NEWS about restarting puppet (Closes: #515726)
+  * Fix "missing versioned dependency for ruby", added to debian/control
+    (Closes: #545867)
 
   [ Micah Anderson ]
   * debian/control: add Vcs-Git, Vcs-Browser, and Homepage fields
@@ -10,7 +12,7 @@ facter (1.5.7-3) UNRELEASED; urgency=low
   * debian/NEWS: fix lintian syntax-error-in-debian-news-file
   * debian/facter.8: fix manpage-section-mismatch
 
- -- Micah Anderson <micah at debian.org>  Wed, 26 May 2010 10:39:54 -0400
+ -- Stig Sandbeck Mathisen <ssm at debian.org>  Fri, 25 Jun 2010 21:45:22 +0200
 
 facter (1.5.7-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 718ed6d..a4eb379 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Homepage: http://projects.puppetlabs.com/projects/facter
 
 Package: facter
 Architecture: all
-Depends: ruby1.8, net-tools, bind9-host | host, libopenssl-ruby1.8 | libopenssl-ruby1.9, ${misc:Depends}
+Depends: ruby1.8 (>= 1.8.7.72-3lenny1), net-tools, bind9-host | host, libopenssl-ruby1.8 | libopenssl-ruby1.9, ${misc:Depends}
 Recommends: pciutils
 Description: a library for retrieving facts from operating systems
  A cross-platform Ruby library for retrieving facts from operating systems.
-- 
1.7.0.4




More information about the Pkg-puppet-devel mailing list