[DRE-commits] [SCM] ruby-pdf-reader.git branch, master, updated. debian/0.10.1-1-11-g0ba09f1

Cédric Boutillier cedric.boutillier at gmail.com
Tue Mar 13 13:23:40 UTC 2012


The following commit has been merged in the master branch:
commit 8a18e27adb3428a2d7d7b486472738cac665b992
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Mon Feb 13 11:18:02 2012 +0100

    drop 0003-examples_fix_shebang.patch

diff --git a/debian/patches/0003-examples_fix_shebang.patch b/debian/patches/0003-examples_fix_shebang.patch
deleted file mode 100644
index 56a1def..0000000
--- a/debian/patches/0003-examples_fix_shebang.patch
+++ /dev/null
@@ -1,84 +0,0 @@
-Description: fix shebang in examples/*
- According to the policy, it should be /usr/bin/ruby
-Author: Cédric Boutillier <cedric.boutillier at gmail.com>
-Last-Update: 2011-09-06
-
---- a/examples/callbacks.rb
-+++ b/examples/callbacks.rb
-@@ -1,4 +1,4 @@
--#!/usr/bin/env ruby
-+#!/usr/bin/ruby
- # coding: utf-8
- 
- # List all callbacks generated by a single PDF
---- a/examples/extract_bates.rb
-+++ b/examples/extract_bates.rb
-@@ -1,4 +1,4 @@
--#!/usr/bin/env ruby
-+#!/usr/bin/ruby
- # coding: utf-8
- 
- # A sample script that attempts to extract bates numbers from a PDF file.
---- a/examples/extract_images.rb
-+++ b/examples/extract_images.rb
-@@ -1,3 +1,4 @@
-+#!/usr/bin/ruby
- # coding: utf-8
- 
- # This demonstrates a way to extract some images (those based on the JPG or
---- a/examples/hash.rb
-+++ b/examples/hash.rb
-@@ -1,4 +1,4 @@
--#!/usr/bin/env ruby
-+#!/usr/bin/ruby
- # coding: utf-8
- 
- # get direct access to PDF objects
---- a/examples/metadata.rb
-+++ b/examples/metadata.rb
-@@ -1,4 +1,4 @@
--#!/usr/bin/env ruby
-+#!/usr/bin/ruby
- 
- # coding: utf-8
- # Extract metadata only
---- a/examples/page_counter_improved.rb
-+++ b/examples/page_counter_improved.rb
-@@ -1,4 +1,4 @@
--#!/usr/bin/env ruby
-+#!/usr/bin/ruby
- # coding: utf-8
- 
- # Improved Page Counter
---- a/examples/page_counter_naive.rb
-+++ b/examples/page_counter_naive.rb
-@@ -1,4 +1,4 @@
--#!/usr/bin/env ruby
-+#!/usr/bin/ruby
- # coding: utf-8
- 
- # A simple app to count the number of pages in a PDF File.
---- a/examples/rspec.rb
-+++ b/examples/rspec.rb
-@@ -1,4 +1,4 @@
--#!/usr/bin/env ruby
-+#!/usr/bin/ruby
- # coding: utf-8
- 
- #  Basic RSpec of a generated PDF
---- a/examples/text.rb
-+++ b/examples/text.rb
-@@ -1,4 +1,4 @@
--#!/usr/bin/env ruby
-+#!/usr/bin/ruby
- # coding: utf-8
- 
- # Extract all text from a single PDF
---- a/examples/version.rb
-+++ b/examples/version.rb
-@@ -1,4 +1,4 @@
--#!/usr/bin/env ruby
-+#!/usr/bin/ruby
- # coding: utf-8
- 
- # Determine the PDF version of a file
diff --git a/debian/patches/series b/debian/patches/series
index 39ae8b8..7f43576 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 0002-examples_rubygems.patch
-0003-examples_fix_shebang.patch
 0004-spec_fix_requires.patch
 0005_fix_rspec_example.patch

-- 
ruby-pdf-reader.git



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