[DRE-commits] [SCM] ruby-rubypants.git branch, master, updated. upstream/0.2.0-2-ge5ae1cf

Per Andersson avtobiff at gmail.com
Tue Mar 19 13:42:17 UTC 2013


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

    Remove bundled jquery.js from correct path

diff --git a/debian/rules b/debian/rules
index 7a36bcc..6b39f15 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 --main README rubypants.rb
+
+override_dh_auto_install:
+	dh_auto_install
 	# remove bundled jquery.js
-	rm -f tmp/tmp/usr/share/doc/ruby-rubypants-doc/html/js/jquery.js
+	rm -f debian/ruby-rubypants-doc/usr/share/doc/ruby-rubypants-doc/html/js/jquery.js

-- 
ruby-rubypants.git



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