[DRE-commits] [SCM] ruby-gem-plugin.git branch, master, updated. eba70bb4c92119134c49b13c2a0cdbf8c31e0a0a
Antonio Terceiro
terceiro at softwarelivre.org
Fri Mar 2 21:54:35 UTC 2012
The following commit has been merged in the master branch:
commit e5b5e0a555516b83b8cb6c508f6168a316afb511
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date: Fri Mar 2 18:45:51 2012 -0300
Refresh patches
diff --git a/debian/changelog b/debian/changelog
index 4e934ba..2d5b78b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,10 +3,14 @@ ruby-gem-plugin (0.2.3-3) unstable; urgency=low
* Rename package to new Ruby naming policy
+ added transitional packages
* Migrate to gem2deb. This adds support for Ruby 1.9
+ + package format changed to 3.0 (quilt).
+ + Added a proper series file to debian/patches/
* debian/patches/01-added_she_bang_line.diff: dropped, gem2deb already adds
proper shebang lines to installed programs.
+ * debian/patches/02-set_correct_path_for_resources_dir.diff: updated to use
+ a path with the new package name.
- -- Antonio Terceiro <terceiro at debian.org> Fri, 02 Mar 2012 18:38:33 -0300
+ -- Antonio Terceiro <terceiro at debian.org> Fri, 02 Mar 2012 18:42:59 -0300
libgemplugin-ruby (0.2.3-2) unstable; urgency=medium
diff --git a/debian/patches/02-set_correct_path_for_resources_dir.diff b/debian/patches/02-set_correct_path_for_resources_dir.diff
index d91eb33..5baba5d 100644
--- a/debian/patches/02-set_correct_path_for_resources_dir.diff
+++ b/debian/patches/02-set_correct_path_for_resources_dir.diff
@@ -6,7 +6,7 @@
project = ARGV.shift
-gem_plugin_base = File.expand_path(File.join(File.dirname(__FILE__), ".."))
+#gem_plugin_base = File.expand_path(File.join(File.dirname(__FILE__), ".."))
-+gem_plugin_base = File.expand_path('/usr/share/libgemplugin-ruby')
++gem_plugin_base = File.expand_path('/usr/share/ruby-gem-plugin')
resources = File.join(gem_plugin_base, "resources")
gem_plugin_version = gem_plugin_base[gem_plugin_base.rindex("-")+1 .. -1]
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..21a09fb
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+02-set_correct_path_for_resources_dir.diff
+03-support_packaged_plugins.diff
--
ruby-gem-plugin.git
More information about the Pkg-ruby-extras-commits
mailing list