[DRE-commits] [SCM] ruby-hiera-puppet.git branch, master, updated. debian/1.0.0_rc1-1-1-gc61bd13

Patrick Ringl patrick_ at freenet.de
Thu Jun 28 22:34:23 UTC 2012


The following commit has been merged in the master branch:
commit c61bd1313b612a5b2b3d2366e9d68707586f0e4a
Author: Patrick Ringl <patrick_ at freenet.de>
Date:   Fri Jun 29 00:34:25 2012 +0200

    fully working ruby1.9.1 integration

diff --git a/debian/changelog b/debian/changelog
index 36c8d15..d7d9545 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+ruby-hiera-puppet (1.0.0~rc1-2) UNRELEASED; urgency=low
+
+  * Bumped Build-Depends of puppet-common to (>= 2.7.17~)
+  * Since puppet(-common) (>= 2.7.17~) now has ruby1.9.1 support
+    we can safely reenable building for 1.9.1 and stop ignoring
+    potentially failing test results (which'll also lead to a fully-working
+    gemspec integration for 1.9.1)
+
+ -- Patrick Ringl <patrick_ at freenet.de>  Thu, 28 Jun 2012 23:06:06 +0200
+
 ruby-hiera-puppet (1.0.0~rc1-1) unstable; urgency=low
 
   * Initial release (Closes: #677877)
diff --git a/debian/control b/debian/control
index 07e86ab..79b6e20 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Patrick Ringl <patrick_ at freenet.de>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake, ruby-rspec, ruby-mocha, puppet-common (>= 2.6.2), ruby-hiera (>= 1.0.0~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake, ruby-rspec, ruby-mocha, puppet-common (>= 2.7.17~), ruby-hiera (>= 1.0.0~)
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-hiera-puppet.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-hiera-puppet.git;a=summary
@@ -15,7 +15,7 @@ Package: ruby-hiera-puppet
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-hiera (>= 1.0.0~)
-Recommends: puppet-common (>= 2.6.2)
+Recommends: puppet-common (>= 2.7.17~)
 Description: data backend for ruby-hiera and puppet query function interface
  ruby-hiera-puppet is a data backend for ruby-hiera that can query the
  internal Puppet scope for data. It also includes a Puppet function that
diff --git a/debian/rules b/debian/rules
index 9d2cbbb..b02069c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 #
 # Uncomment to ignore some test failures (but the tests will run anyway).
 # Valid values:
-export DH_RUBY_IGNORE_TESTS=ruby1.9.1
+#export DH_RUBY_IGNORE_TESTS=ruby1.9.1
 #
 # If you need to specify the .gemspec (eg there is more than one)
 #export DH_RUBY_GEMSPEC=gem.gemspec

-- 
ruby-hiera-puppet.git



More information about the Pkg-ruby-extras-commits mailing list