[DRE-commits] [ruby-prawn] 06/09: Drop 0650_move_VERSION.patch, merged upstream

Cédric Boutillier boutil at moszumanska.debian.org
Sun Sep 28 22:04:18 UTC 2014


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

boutil pushed a commit to branch master
in repository ruby-prawn.

commit e14bac0169b82941e4ba1ebdcba56e48e1283199
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sun Sep 28 23:04:11 2014 +0200

    Drop 0650_move_VERSION.patch, merged upstream
---
 debian/patches/0650_move_VERSION.patch | 19 -------------------
 debian/patches/series                  |  1 -
 2 files changed, 20 deletions(-)

diff --git a/debian/patches/0650_move_VERSION.patch b/debian/patches/0650_move_VERSION.patch
deleted file mode 100644
index e58b15b..0000000
--- a/debian/patches/0650_move_VERSION.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: used the VERSION file moved under lib/prawn
- the VERSION file is moved from the root of the source package to lib/prawn
- The relative path of VERSION should be adapted in prawn.rb
-Author: Cédric Boutillier <boutil at debian.org>
-Bug: https://github.com/prawnpdf/prawn/issues/765
-Last-Update: 2014-09-08
- 
-
---- a/lib/prawn.rb
-+++ b/lib/prawn.rb
-@@ -23,7 +23,7 @@
-   # /usr/lib/ruby/vendor_ruby/prawn -> /usr/share/ruby-prawn/
-   DATADIR = File.expand_path(File.join(dir, '..', '..', '..', 'share', 'ruby-prawn'))
- 
--  VERSION = File.read("#{BASEDIR}/VERSION").strip
-+  VERSION = File.read("#{dir}/prawn/VERSION").strip
- 
-   FLOAT_PRECISION = 1.0e-9
- 
diff --git a/debian/patches/series b/debian/patches/series
index 1ee169b..9be8a9d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,4 +5,3 @@
 0405_use_system_fonts_manual.patch
 0500_disable_tests_using_removed_files.patch
 0600_replace_require_relative_manual.patch
-0650_move_VERSION.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-prawn.git



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