[DRE-commits] [SCM] ruby-facets.git branch, master, updated. debian/2.9.2-1-12-g52c99b2

=?UTF-8?Q?Marc=20Dequ=C3=A8nes=20?=(Duck) Duck at DuckCorp.org
Fri Jun 21 10:10:38 UTC 2013


The following commit has been merged in the master branch:
commit 52c99b24c0bee288184ec3884d57f87a327a3c00
Author: Marc Dequènes (Duck) <Duck at DuckCorp.org>
Date:   Fri Jun 21 11:55:04 2013 +0200

    [fix] reintroduce install workaround (source does not follow setuprb layout conventions)

diff --git a/debian/rules b/debian/rules
index 00f07f7..cb1f248 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,6 +30,13 @@ 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 standard; do \
+		cp -r ${LIB_INSTALL_PATH}/$${p}/facets/* ${LIB_INSTALL_PATH}/facets/;\
+		rm -rf ${LIB_INSTALL_PATH}/$${p};\
+	done
 
 override_dh_installdocs:
 	dh_installdocs

-- 
ruby-facets.git



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