[DRE-commits] [SCM] ruby-escape-utils.git branch, master, updated. debian/0.2.4-1-8-g7c3dbec

Tollef Fog Heen tfheen at debian.org
Fri Jun 29 09:04:51 UTC 2012


The following commit has been merged in the master branch:
commit 48864a9c677ce6b7bd1ca8193ddebb4ca87f17ad
Author: Tollef Fog Heen <tfheen at debian.org>
Date:   Fri Jun 29 10:55:15 2012 +0200

    Install escape_utils.so to $vendordir/escape_utils, since that's where packages seem to expect to find it.

diff --git a/debian/changelog b/debian/changelog
index 2ad10a9..4ef7d06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-escape-utils (0.2.4-3) UNRELEASED; urgency=low
+
+  * Install escape_utils.so to $vendordir/escape_utils, since that's where
+    packages seem to expect to find it.
+
+ -- Tollef Fog Heen <tfheen at debian.org>  Fri, 29 Jun 2012 10:54:48 +0200
+
 ruby-escape-utils (0.2.4-2) unstable; urgency=low
 
   * Fix uploaders to include full name
diff --git a/debian/rules b/debian/rules
index a5e7dc8..be07e24 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,7 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_install:
+	dh_install -O--buildsystem=ruby
+	cd ./debian/ruby-escape-utils/usr/lib/ruby/vendor_ruby/1.9.1/* && mkdir escape_utils && mv escape_utils.so escape_utils/

-- 
ruby-escape-utils.git



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