[DRE-commits] [SCM] ruby-rr.git branch, master, updated. upstream/1.0.5-16-g9910508
Praveen Arimbrathodiyil
praveen at debian.org
Fri Apr 26 18:58:10 UTC 2013
The following commit has been merged in the master branch:
commit 2da47b77aaf7314f8230ad80b51e3feef895dc2e
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Sat Apr 27 00:17:02 2013 +0530
correct VERSION path
diff --git a/debian/patches/use_moved_VERSION.patch b/debian/patches/use_moved_VERSION.patch
index db255df..7d283ef 100644
--- a/debian/patches/use_moved_VERSION.patch
+++ b/debian/patches/use_moved_VERSION.patch
@@ -4,6 +4,6 @@
module RR
- VERSION = File.read(File.expand_path('../../../VERSION', __FILE__)).strip
-+ VERSION = File.read(File.expand_path('../rr/VERSION', __FILE__)).strip
++ VERSION = File.read(File.expand_path('../VERSION', __FILE__)).strip
def self.version; VERSION; end
end
--
ruby-rr.git
More information about the Pkg-ruby-extras-commits
mailing list