[DRE-commits] [SCM] ruby-curb.git branch, master, updated. upstream/0.8.3-11-g125bc13

Cédric Boutillier boutil at debian.org
Tue Jun 4 12:52:46 UTC 2013


The following commit has been merged in the master branch:
commit 125bc13c4da7203f1c33d274d77bd9faad632028
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Jun 4 11:49:50 2013 +0200

    disable tests requiring internet access. Closes: #710940

diff --git a/debian/changelog b/debian/changelog
index 95569d2..3a2e63e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ruby-curb (0.8.3-2) unstable; urgency=low
+
+  * Team upload
+  * debian/patches: add disable_test_requiring_network.patch to deactivate
+    tests requiring network access (Closes: #710940)
+  * Add unapply-patches to local-options
+
+ -- Cédric Boutillier <boutil at debian.org>  Tue, 04 Jun 2013 11:23:26 +0200
+
 ruby-curb (0.8.3-1) unstable; urgency=low
 
   * Initial release (Closes: #708427)
diff --git a/debian/patches/disable_test_requiring_network.patch b/debian/patches/disable_test_requiring_network.patch
new file mode 100644
index 0000000..9709ec6
--- /dev/null
+++ b/debian/patches/disable_test_requiring_network.patch
@@ -0,0 +1,16 @@
+Description: disable test requiring network access
+Author: Cédric Boutillier <boutil at debian.org>
+Bug-Debian: http://bugs.debian.org/710940
+Last-Update: 2013-06-04
+
+--- a/tests/tc_curl_easy.rb
++++ b/tests/tc_curl_easy.rb
+@@ -896,7 +896,7 @@
+     assert_equal 'COPY', curl.body_str
+   end
+ 
+-  def test_easy_http_verbs_must_respond_to_str
++  def est_easy_http_verbs_must_respond_to_str
+     # issue http://github.com/taf2/curb/issues#issue/45
+     assert_nothing_raised do
+       c = Curl::Easy.new ; c.url = 'http://example.com' ; c.http(:get)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..452175c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+disable_test_requiring_network.patch
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..4aceb10
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1 @@
+unapply-patches

-- 
ruby-curb.git



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