[DRE-commits] [ruby-github-markup] 03/07: fix rules to take into account the new name of the package

Cédric Boutillier boutil at moszumanska.debian.org
Fri Mar 28 13:21:49 UTC 2014


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-github-markup.

commit 5b75ca77fa615e236d4292d3a1aee289a54bea37
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Mar 27 13:20:16 2014 +0100

    fix rules to take into account the new name of the package
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index adef9d7..ce9ce00 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,9 +27,9 @@ override_dh_auto_install:
 	# use utf-8 locale so test cases work
 	LC_ALL=C.UTF-8 dh_auto_install
 	# make rest2html executable
-	chmod 0755 debian/github-markup/usr/lib/ruby/vendor_ruby/github/commands/rest2html
+	chmod 0755 debian/ruby-github-markup/usr/lib/ruby/vendor_ruby/github/commands/rest2html
 	# remove bundled jquery.js
-	rm -f debian/github-markup-doc/usr/share/doc/github-markup-doc/html/js/jquery.js
+	rm -f debian/ruby-github-markup-doc/usr/share/doc/github-markup-doc/html/js/jquery.js
 
 override_dh_installchangelogs:
 	dh_installchangelogs HISTORY.md

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-github-markup.git



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