[DRE-commits] [yard] 10/13: debian/rules: fix
Antonio Terceiro
terceiro at moszumanska.debian.org
Fri Jan 13 09:54:04 UTC 2017
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository yard.
commit c43e56d22e37d772b1e5d7f05446974a39135046
Author: Antonio Terceiro <terceiro at debian.org>
Date: Thu Jan 12 21:26:09 2017 -0200
debian/rules: fix
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 9b710a4..dd4ece9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-v := $(dpkg-parsechangelog -SVersion | cut -d - -f 1)
+v := $(shell dpkg-parsechangelog -SVersion | cut -d - -f 1)
export GEM2DEB_TEST_RUNNER = --check-dependencies
export DH_RUBY = --gem-install
export DH_RUBY_GEM_INSTALL_BLACKLIST_APPEND = lib/yard/rubygems/backports/LICENSE.txt
@@ -17,7 +17,7 @@ override_dh_installman:
override_dh_auto_install:
dh_auto_install
- dh_link /usr/share/javascript/jquery/jquery.js \
+ dh_link -p yard /usr/share/javascript/jquery/jquery.js \
/usr/share/rubygems-integration/all/gems/yard-$(v)/templates/default/fulldoc/html/js/jquery.js
rm -rf doc/
rake yard
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/yard.git
More information about the Pkg-ruby-extras-commits
mailing list