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

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


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

    [fix] reintroduce doc building workaround (fix build and ensure proper file paths in doc)

diff --git a/debian/rules b/debian/rules
index cb1f248..e3e1486 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,8 +23,12 @@ override_dh_auto_configure:
 override_dh_auto_build:
 	dh_auto_build
 	mkdir -p $(DOC_DIR)
-	rdoc -a -S -t'Facets Core API' -T html -m README.rdoc --op '$(DOC_DIR)/core' README.rdoc lib/facets/core
-	rdoc -a -S -t'Facets Standard API' -T html -m README.rdoc --op '$(DOC_DIR)/standard' README.rdoc lib/facets/standard
+	ln -s ./core/facets lib/facets # workaround
+	rdoc -a -S -t'Facets Core API' -T html -m README.rdoc --op '$(DOC_DIR)/core' README.rdoc lib/facets
+	rm lib/facets
+	ln -s ./standard/facets lib/facets # workaround
+	rdoc -a -S -t'Facets Standard API' -T html -m README.rdoc --op '$(DOC_DIR)/standard' README.rdoc lib/facets
+	rm lib/facets
 
 LIB_INSTALL_PATH=debian/ruby-facets/usr/lib/ruby/vendor_ruby
 

-- 
ruby-facets.git



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