[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Please push rubilicious 0.1.4-2 into sarge.



Hello,

At first, thanks for all of release-related people.

And next, please push rubilicious 0.1.4-2 into sarge. This revision
fixed #306794[1] and makes those who use proxy happy. Depends: was also
adjusted, because librexml-ruby1.8 is now provided by libruby1.8, and
ruby1.8 which is in the Depends: line is depends on libruby1.8
appropriately.

The following is an essential difference between -1 and -2:

diff -ur -U5 rubilicious-0.1.4-1/rubilicious-0.1.4/debian/control rubilicious-0.1.4-2/rubilicious-0.1.4/debian/control
--- rubilicious-0.1.4-1/rubilicious-0.1.4/debian/control
+++ rubilicious-0.1.4-2/rubilicious-0.1.4/debian/control
@@ -17,11 +17,11 @@
  keywords, and to share your collection not only between your own browsers and
  machines, but also with others.

 Package: librubilicious-ruby1.8
 Architecture: all
-Depends: ruby1.8, librexml-ruby1.8
+Depends: ruby1.8
 Conflicts: rubilicious (<< 0.1.3-3)
 Replaces: rubilicious (<< 0.1.3-3)
 Description: Ruby bindings for Delicious, social bookmarks manager
  This package contains the Ruby bindings for Delicious (http://del.icio.us/).
  You can add URLs with comments and tags, fetch what you or others posted
diff -ur -U5 rubilicious-0.1.4-1/rubilicious-0.1.4/rubilicious.rb rubilicious-0.1.4-2/rubilicious-0.1.4/rubilicious.rb
--- rubilicious-0.1.4-1/rubilicious-0.1.4/rubilicious.rb
+++ rubilicious-0.1.4-2/rubilicious-0.1.4/rubilicious.rb
@@ -212,11 +212,11 @@
         end

         ret
       else
         # handle UNIX systems
-        ENV['http_proxy'].sub('http://','').split(':') if ENV['http_proxy']
+        ret = ENV['http_proxy'].sub('http://','').split(':') if ENV['http_proxy']
       end
     end

     # return host and port
     ret


Regards,

 1. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=306794
--
Nobuhiro IMAI <nov@yo.rim.or.jp>
Key fingerprint = F39E D552 545D 7C64 D690  F644 5A15 746C BD8E 7106

Attachment: pgpgNlUVz2mfh.pgp
Description: PGP signature


Reply to: