[DRE-commits] [SCM] rdtool.git branch, master, updated. upstream/0.6.22-28-gf8749af
Taku YASUI
tach at debian.org
Sat May 5 17:33:34 UTC 2012
The following commit has been merged in the master branch:
commit 8d0ed2c99af2e8917b0664da35411991dd3547c1
Author: Taku YASUI <tach at debian.org>
Date: Sun May 6 02:07:55 2012 +0900
Run any versions of ruby
diff --git a/debian/changelog b/debian/changelog
index c99bdfa..7ca5a3f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,8 +13,12 @@ rdtool (0.6.31-1) unstable; urgency=low
* Use cdbs to build package.
* Change source format to '3.0 (quilt)'.
* Remove examples because rdswap is installed as a command.
+ * Use /etc/rdtool/rd2rc instead of dot.rd2rc
+ - debian/patches/010_change_dot_rd2rc_path
+ * Run any versions of ruby
+ - debian/patches/020_use_any_versions_of_ruby
- -- Taku YASUI <tach at debian.org> Sun, 06 May 2012 01:59:58 +0900
+ -- Taku YASUI <tach at debian.org> Sun, 06 May 2012 02:06:54 +0900
rdtool (0.6.22-1) unstable; urgency=low
diff --git a/debian/patches/020_use_any_versions_of_ruby b/debian/patches/020_use_any_versions_of_ruby
new file mode 100644
index 0000000..f199a34
--- /dev/null
+++ b/debian/patches/020_use_any_versions_of_ruby
@@ -0,0 +1,16 @@
+--- a/bin/rd2
++++ b/bin/rd2
+@@ -1,4 +1,4 @@
+-#! /usr/bin/ruby1.8 -Kn
++#! /usr/bin/ruby -Kn
+ # -*- coding: ASCII-8BIT -*-
+ =begin
+ = NAME
+--- a/bin/rdswap.rb
++++ b/bin/rdswap.rb
+@@ -1,4 +1,4 @@
+-#! /usr/bin/ruby1.8 -s
++#! /usr/bin/ruby -s
+ #######
+ # rdswap.rb (c) C.Hintze <c.hintze at gmx.net> 30.08.1999
+ #######
diff --git a/debian/patches/series b/debian/patches/series
index b9f6f6a..5ba800b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
010_change_dot_rd2rc_path
+020_use_any_versions_of_ruby
--
rdtool.git
More information about the Pkg-ruby-extras-commits
mailing list