[DRE-commits] [ruby-rspec] 15/25: move generation of gemspecs in a separate target

Cédric Boutillier boutil at moszumanska.debian.org
Sat Mar 28 20:34:13 UTC 2015


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

boutil pushed a commit to branch no_submodules
in repository ruby-rspec.

commit 5b5ed64b0be88764ef8929d0e4b4f87711f1722a
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Mar 25 00:03:12 2015 +0100

    move generation of gemspecs in a separate target
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 9b3be54..bfeb5bc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -74,6 +74,8 @@ get-orig-sources:
 	wget -O../ruby-rspec_$(UPSTREAM_VERSION).orig-rspec-support.tar.gz \
 		https://github.com/rspec/rspec-support/archive/v$(RSPEC_SUPPORT_VERSION).tar.gz
 	cd rspec-support && git fetch origin && git checkout v$(RSPEC_SUPPORT_VERSION)
+
+gen-gemspecs:
 	# Let's create a static version of the gemspec as we don't build with git
 	ruby -rrubygems -e ' \
 		%w{rspec rspec-core rspec-expectations rspec-mocks}.each do |gem| \

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



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