[DRE-commits] [SCM] ruby-wikicloth.git branch, master, updated. upstream/0.8.0_git.20130318.d3ffa8f-4-g36192f3

Per Andersson avtobiff at gmail.com
Tue Mar 19 13:11:54 UTC 2013


The following commit has been merged in the master branch:
commit 36192f3b21d6c4f6a2321914942a85ea528c00ef
Author: Per Andersson <avtobiff at gmail.com>
Date:   Tue Mar 19 14:11:41 2013 +0100

    Remove bundled jquery.js from correct path

diff --git a/debian/rules b/debian/rules
index e85b88e..0711579 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,9 +18,12 @@ override_dh_auto_clean:
 	dh_auto_clean
 	rm -rf doc
 
-override_dh_auto_install:
-	dh_auto_install
+override_dh_auto_build:
+	dh_auto_build
 	# build documentation
 	rdoc lib
+
+override_dh_auto_install:
+	dh_auto_install
 	# remove bundled jquery.js
-	rm -f tmp/tmp/usr/share/doc/ruby-wikicloth-doc/html/js/jquery.js
+	rm -f debian/ruby-wikicloth-doc/usr/share/doc/ruby-wikicloth-doc/html/js/jquery.js

-- 
ruby-wikicloth.git



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