[DRE-commits] [SCM] ruby-ascii85.git branch, master, updated. debian/1.0.2-1-1-g8f931fc

Cédric Boutillier boutil at debian.org
Mon May 27 21:44:55 UTC 2013


The following commit has been merged in the master branch:
commit 8f931fcedd127cfaa7a2485e7bda7b95323d5ed7
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon May 27 23:34:28 2013 +0200

    fix library patch in bin/ascii85. Closes #710006

diff --git a/debian/changelog b/debian/changelog
index 11de2a1..574d5d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-ascii85 (1.0.2-2) unstable; urgency=low
+
+  * debian/patches: add fix_path_in_bin.patch to use the correct path to find
+    the ascii85 library. Thanks Sam Morris (Closes: #710006).
+
+ -- Cédric Boutillier <boutil at debian.org>  Mon, 27 May 2013 23:22:29 +0200
+
 ruby-ascii85 (1.0.2-1) unstable; urgency=low
 
   * New upstream version
diff --git a/debian/patches/fix_path_in_bin.patch b/debian/patches/fix_path_in_bin.patch
new file mode 100644
index 0000000..13d5c4b
--- /dev/null
+++ b/debian/patches/fix_path_in_bin.patch
@@ -0,0 +1,19 @@
+Description: Use non local path for ascii85 lib in bin/ascii85
+Author: Cédric Boutillier <boutil at debian.org>
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710006
+Forwarded: no
+Last-Update: 2013-05-28
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/bin/ascii85
++++ b/bin/ascii85
+@@ -8,7 +8,7 @@
+ 
+ 
+ require "optparse"
+-require File.join(File.dirname(__FILE__), '..', 'lib', 'ascii85')
++require "ascii85"
+ 
+ @options = {
+   :wrap   => 80,
diff --git a/debian/patches/series b/debian/patches/series
index 9568fa6..8fb39b7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 remove_rubygems.patch
+fix_path_in_bin.patch

-- 
ruby-ascii85.git



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