[DRE-commits] [ruby-github-linguist] 01/05: rename linguist to github-linguist
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Fri Nov 27 13:09:13 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 4c769234e222a5a332ad3d238ec38749e53c70bc
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Fri Nov 27 16:33:13 2015 +0530
rename linguist to github-linguist
---
debian/rules | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/debian/rules b/debian/rules
index adf9f48..9f782cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,3 +14,13 @@ export GEM2DEB_TEST_RUNNER = --check-dependencies
%:
dh $@ --buildsystem=ruby --with ruby
+
+
+override_dh_auto_build:
+ if [ -f bin/linguist ]; then \
+ mv bin/linguist bin/github-linguist; fi
+
+override_dh_auto_clean:
+ if [ -f bin/gitlab-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