[DRE-commits] [chef-zero] 01/03: checkpoint
Antonio Terceiro
terceiro at moszumanska.debian.org
Sat Jun 13 19:23:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch patch-queue/master
in repository chef-zero.
commit 3b68a4255965c94f7abb14272e926c802c4c6fe0
Author: Antonio Terceiro <terceiro at debian.org>
Date: Sat Jun 13 16:18:30 2015 -0300
checkpoint
---
.../0002-Add-missing-require-statement.patch | 19 ++++++++++
debian/patches/no-rubygems | 44 +++++++++++++++-------
debian/patches/series | 1 +
3 files changed, 50 insertions(+), 14 deletions(-)
diff --git a/debian/patches/0002-Add-missing-require-statement.patch b/debian/patches/0002-Add-missing-require-statement.patch
new file mode 100644
index 0000000..ed5514e
--- /dev/null
+++ b/debian/patches/0002-Add-missing-require-statement.patch
@@ -0,0 +1,19 @@
+From: Antonio Terceiro <terceiro at debian.org>
+Date: Sat, 13 Jun 2015 16:16:11 -0300
+Subject: Add missing require statement
+
+---
+ spec/server_spec.rb | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/spec/server_spec.rb b/spec/server_spec.rb
+index 558ef35..0045c21 100644
+--- a/spec/server_spec.rb
++++ b/spec/server_spec.rb
+@@ -1,5 +1,6 @@
+ require 'chef_zero/server'
+ require 'uri'
++require 'net/http'
+
+ describe ChefZero::Server do
+ context 'with a server bound to port 8889' do
diff --git a/debian/patches/no-rubygems b/debian/patches/no-rubygems
index 65d913c..fdcb178 100644
--- a/debian/patches/no-rubygems
+++ b/debian/patches/no-rubygems
@@ -1,9 +1,28 @@
-Description: Remove requires of rubygems and bundler
- In Debian, gems are available system-wide
-Author: Stefano Rivera <stefanor at debian.org>
-Forwarded: not-needed
-Last-Updated: 2014-01-09
+From: Stefano Rivera <stefanor at debian.org>
+Date: Thu, 9 Jan 2014 12:00:00 +0100
+Subject: Remove requires of rubygems and bundler
+---
+ Rakefile | 3 ---
+ bin/chef-zero | 1 -
+ lib/chef_zero/server.rb | 1 -
+ spec/run_oc_pedant.rb | 3 ---
+ spec/run_pedant.rb | 3 ---
+ 5 files changed, 11 deletions(-)
+
+diff --git a/Rakefile b/Rakefile
+index 209b5df..47ae07b 100644
+--- a/Rakefile
++++ b/Rakefile
+@@ -1,6 +1,3 @@
+-require 'bundler'
+-require 'bundler/gem_tasks'
+-
+ require 'chef_zero/version'
+
+ task :default => :pedant
+diff --git a/bin/chef-zero b/bin/chef-zero
+index 54739bc..7355a04 100755
--- a/bin/chef-zero
+++ b/bin/chef-zero
@@ -3,7 +3,6 @@
@@ -14,6 +33,8 @@ Last-Updated: 2014-01-09
$:.unshift(File.expand_path(File.join(File.dirname(__FILE__), "..", "lib")))
require 'chef_zero/log'
+diff --git a/lib/chef_zero/server.rb b/lib/chef_zero/server.rb
+index 9cf7b39..d38847e 100644
--- a/lib/chef_zero/server.rb
+++ b/lib/chef_zero/server.rb
@@ -18,7 +18,6 @@
@@ -24,15 +45,8 @@ Last-Updated: 2014-01-09
require 'timeout'
require 'stringio'
---- a/Rakefile
-+++ b/Rakefile
-@@ -1,6 +1,3 @@
--require 'bundler'
--require 'bundler/gem_tasks'
--
- require 'chef_zero/version'
-
- task :default => :pedant
+diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb
+index 79d92e7..c433c12 100644
--- a/spec/run_oc_pedant.rb
+++ b/spec/run_oc_pedant.rb
@@ -1,7 +1,4 @@
@@ -43,6 +57,8 @@ Last-Updated: 2014-01-09
require 'chef_zero/server'
require 'rspec/core'
+diff --git a/spec/run_pedant.rb b/spec/run_pedant.rb
+index 30ffa2d..777daa0 100644
--- a/spec/run_pedant.rb
+++ b/spec/run_pedant.rb
@@ -1,7 +1,4 @@
diff --git a/debian/patches/series b/debian/patches/series
index f68c424..a58e59c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
no-rubygems
+0002-Add-missing-require-statement.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/chef-zero.git
More information about the Pkg-ruby-extras-commits
mailing list