[DRE-commits] [SCM] ruby-bson.git branch, master, updated. debian/1.8.5-2-6-gc79553d

Prach Pongpanich prachpub at gmail.com
Tue Jun 11 14:30:19 UTC 2013


The following commit has been merged in the master branch:
commit b0aa4693e4628a4d287bb883f76e035a0f306da1
Author: Prach Pongpanich <prachpub at gmail.com>
Date:   Tue Jun 11 21:20:17 2013 +0700

    Refreshed d/patches/remove_rubygems_from_bins.patch

diff --git a/debian/patches/remove_rubygems_from_bins.patch b/debian/patches/remove_rubygems_from_bins.patch
index b366529..df52524 100644
--- a/debian/patches/remove_rubygems_from_bins.patch
+++ b/debian/patches/remove_rubygems_from_bins.patch
@@ -1,12 +1,13 @@
 Description: remove use of and messages about rubygems
-Author: Cédric Boutillier <boutil at debian.org>
+Author: Cédric Boutillier <boutil at debian.org>,
+ Prach Pongpanich <prachpub at gmail.com>
 Forwarded: no
-Last-Updated: 2013-03-20
+Last-Updated: 2013-06-11
 --- a/bin/j2bson
 +++ b/bin/j2bson
-@@ -1,19 +1,11 @@
- #!/usr/bin/env ruby
- # encoding: UTF-8
+@@ -15,19 +15,11 @@
+ # See the License for the specific language governing permissions and
+ # limitations under the License.
  
 -require 'rubygems'
  require 'bson'
@@ -26,9 +27,9 @@ Last-Updated: 2013-03-20
  def print_j2bson(io)
 --- a/bin/b2json
 +++ b/bin/b2json
-@@ -1,18 +1,11 @@
- #!/usr/bin/env ruby
- # encoding: UTF-8
+@@ -15,18 +15,11 @@
+ # See the License for the specific language governing permissions and
+ # limitations under the License.
  
 -require 'rubygems'
  require 'bson'
@@ -39,7 +40,7 @@ Last-Updated: 2013-03-20
  require 'yajl'
 -rescue LoadError
 -  puts "This script requires yajl. Please install as follows:"
--  puts "  gem install yajl-ruby" 
+-  puts "  gem install yajl-ruby"
 -  Process.exit
 -end
  

-- 
ruby-bson.git



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