[DRE-commits] [SCM] ruby-facets.git branch, master, updated. upstream/2.9.2-12-gee1b43c

=?UTF-8?Q?Marc=20Dequ=C3=A8nes=20?=(Duck) Duck at DuckCorp.org
Tue Jan 3 03:05:08 UTC 2012


The following commit has been merged in the master branch:
commit 8197e6ef735a9462af886d1ec4efe811b40dee5c
Author: Marc Dequènes (Duck) <Duck at DuckCorp.org>
Date:   Tue Jan 3 01:55:17 2012 +0100

    [workaround] workaround dirty install, as before

diff --git a/debian/rules b/debian/rules
index 723948e..40353aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,18 @@ override_dh_auto_build:
 	ln -s . lib/facets		# workaround
 	rake rdoc
 
+LIB_INSTALL_PATH=debian/ruby-facets/usr/lib/ruby/vendor_ruby
+
+override_dh_auto_install:
+	dh_auto_install
+	# workaround
+	mv ${LIB_INSTALL_PATH}/core/facets.rb ${LIB_INSTALL_PATH}/
+	mkdir ${LIB_INSTALL_PATH}/facets
+	for p in core core-uncommon standard supplemental; do \
+		cp -r ${LIB_INSTALL_PATH}/$${p}/facets/* ${LIB_INSTALL_PATH}/facets/;\
+		rm -rf ${LIB_INSTALL_PATH}/$${p};\
+	done
+
 override_dh_auto_clean:
 	dh_auto_clean
 	rm -f lib/facets		# workaround

-- 
ruby-facets.git



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