[DRE-commits] [SCM] ruby-pygments.rb.git branch, master, updated. upstream/0.4.2_git.20130316.f82642a-6-g13260fd
Per Andersson
avtobiff at gmail.com
Tue Mar 19 12:53:10 UTC 2013
The following commit has been merged in the master branch:
commit 13260fdc7309ed2da6292869e50d21d71d5c585f
Author: Per Andersson <avtobiff at gmail.com>
Date: Tue Mar 19 13:48:55 2013 +0100
Fix debian/rules
* Remove jquery.js from correct path
* One invocation of dh_installchangelogs is enough
diff --git a/debian/rules b/debian/rules
index 37b3b9c..340ab1c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,9 +30,8 @@ override_dh_auto_install:
# make mentos.py executable
chmod 0755 debian/ruby-pygments.rb/usr/lib/ruby/vendor_ruby/pygments/mentos.py
# remove bundled jquery.js
- rm -f tmp/tmp/usr/share/doc/ruby-pygments.rb-doc/html/js/jquery.js
+ rm -f debian/ruby-pygments.rb-doc/usr/share/doc/ruby-pygments.rb-doc/html/js/jquery.js
override_dh_installchangelogs:
- dh_installchangelogs
dh_installchangelogs CHANGELOG.md
dh_compress
--
ruby-pygments.rb.git
More information about the Pkg-ruby-extras-commits
mailing list