[DRE-commits] [ruby-github-linguist] 05/05: fix rename rule
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Fri Nov 27 13:09:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-github-linguist.
commit 721bfba551266aae03120975104c350fa91a239c
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Fri Nov 27 18:37:59 2015 +0530
fix rename rule
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 9f782cb..4f36f91 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,6 @@ override_dh_auto_build:
mv bin/linguist bin/github-linguist; fi
override_dh_auto_clean:
- if [ -f bin/gitlab-linguist ]; then \
+ if [ -f bin/github-linguist ]; then \
mv bin/github-linguist bin/linguist; fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-github-linguist.git
More information about the Pkg-ruby-extras-commits
mailing list