[DRE-commits] [SCM] rbot.git branch, master, updated. upstream/0.9.15-8-g00ca9d8

=?UTF-8?Q?Marc=20Dequ=C3=A8nes=20?=(Duck) Duck at DuckCorp.org
Wed Jan 4 02:52:27 UTC 2012


The following commit has been merged in the master branch:
commit 00ca9d809712f99ee519d3a0e0204c536efea09a
Author: Marc Dequènes (Duck) <Duck at DuckCorp.org>
Date:   Wed Jan 4 03:25:59 2012 +0100

    [workaround] Rubygems rules SUX, not taking care of generating pkgconfig.rb as it should (setup.rb was doing it properly)

diff --git a/debian/pkgconfig.rb b/debian/pkgconfig.rb
new file mode 100644
index 0000000..8af8003
--- /dev/null
+++ b/debian/pkgconfig.rb
@@ -0,0 +1,6 @@
+module Irc
+  module PKGConfig
+    DATADIR = '/usr/share/rbot'
+    COREDIR = '/usr/lib/ruby/vendor_ruby/rbot/core'
+  end
+end
diff --git a/debian/rbot.install b/debian/rbot.install
index 303bf11..faa6fc5 100644
--- a/debian/rbot.install
+++ b/debian/rbot.install
@@ -1 +1,5 @@
 data/rbot/* usr/share/rbot/
+# this file should be generated at build time.
+# it did well using setup.rb's post-config.rb, but the
+# rubygems's config does not care about it.
+debian/pkgconfig.rb usr/lib/ruby/vendor_ruby/rbot/

-- 
rbot.git



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