[DRE-commits] [ruby-devise] 12/13: run dh_auto_install for gemspec
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sun Jan 3 12:54:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-devise.
commit 05aa6adc5d5657c3cd56b6fd0e1114c35c7b3492
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Sun Jan 3 18:11:56 2016 +0530
run dh_auto_install for gemspec
---
debian/rules | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/rules b/debian/rules
index e7d3cd9..8203acd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,7 @@ override_dh_installchangelogs:
dh_installchangelogs CHANGELOG.md
override_dh_auto_install:
+ dh_auto_install
if test -d lib; then mv lib debian; fi
sed -i s/VERSION/$$(ruby -r ./debian/lib/devise/version -e \
"puts Devise::VERSION")/ debian/install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-devise.git
More information about the Pkg-ruby-extras-commits
mailing list