[Apt-listbugs-commits] [apt-listbugs] 02/03: don't require soap/soap (Closes: #730822)

Francesco Poli frx-guest at moszumanska.debian.org
Sat Nov 30 22:08:52 UTC 2013


This is an automated email from the git hooks/post-receive script.

frx-guest pushed a commit to branch master
in repository apt-listbugs.

commit 5ad6bf18f72346e8fbda0f9ea1f36690389a1fa5
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date:   Sat Nov 30 21:35:51 2013 +0100

    don't require soap/soap (Closes: #730822)
    
    Requiring soap/soap at the beginning of logic.rb is apparently not
    needed. Moreover, it seems that it makes ruby-soap4r read the
    proxy-related environment variables too early (before apt-listbugs
    has a chance to set them according to APT configuration).
---
 debian/changelog          | 3 +++
 lib/apt-listbugs/logic.rb | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 940b2dd..1809021 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 apt-listbugs (0.1.12) UNRELEASED; urgency=low
 
   * bumped Standards-Version to 3.9.5: no changes needed
+  * fixed "Does not use proxy from Acquire::http::Proxy": dropped the
+    require soap/soap in logic.rb, which was erroneously reintroduced
+    while implementing support for Ruby 1.9 (Closes: #730822)
 
  -- Francesco Poli (wintermute) <invernomuto at paranoici.org>  Sat, 30 Nov 2013 21:17:17 +0100
 
diff --git a/lib/apt-listbugs/logic.rb b/lib/apt-listbugs/logic.rb
index fedc02b..ac493b7 100644
--- a/lib/apt-listbugs/logic.rb
+++ b/lib/apt-listbugs/logic.rb
@@ -30,7 +30,7 @@ require 'thread'
 require 'tempfile'
 require 'gettext'
 require 'rss/maker'
-require 'soap/soap'
+
 include GetText
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/apt-listbugs/apt-listbugs.git



More information about the Apt-listbugs-commits mailing list