[DRE-commits] [ruby-activerecord-session-store] 01/03: Use Rubygems layout
Balasankar C
balasankarc-guest at moszumanska.debian.org
Thu Feb 4 15:09:54 UTC 2016
This is an automated email from the git hooks/post-receive script.
balasankarc-guest pushed a commit to branch master
in repository ruby-activerecord-session-store.
commit 95a24613b3bbd799216d39acf93862e0109cdb60
Author: Balasankar C <balasankarc at autistici.org>
Date: Thu Feb 4 20:24:19 2016 +0530
Use Rubygems layout
---
debian/rules | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/debian/rules b/debian/rules
index 3454d59..d5bba29 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,11 @@
#!/usr/bin/make -f
export GEM2DEB_TEST_RUNNER = --check-dependencies
+export DH_RUBY = --gem-install
%:
dh $@ --buildsystem=ruby --with ruby
+
+override_dh_clean:
+ rm -rf tmp/db/migrate/*
+ dh_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-activerecord-session-store.git
More information about the Pkg-ruby-extras-commits
mailing list