[DRE-commits] [ruby-rspec] 08/25: comment the use of git submodules in debian/rules for now

Cédric Boutillier boutil at moszumanska.debian.org
Sat Mar 28 20:34:11 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 0b27f55d90ccbda88393104431586a2f730660e9
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon Mar 23 23:46:32 2015 +0100

    comment the use of git submodules in debian/rules for now
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index c3b376d..610c1f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,8 +57,8 @@ report:
 
 get-orig-sources:
 	dh_testdir
-	git submodule init
-	git submodule update --checkout
+	#git submodule init
+	#git submodule update --checkout
 	wget -O../ruby-rspec_$(UPSTREAM_VERSION).orig-rspec.tar.gz \
 		https://github.com/rspec/rspec/archive/v$(RSPEC_VERSION).tar.gz
 	cd rspec && git fetch origin && git checkout v$(RSPEC_VERSION)

-- 
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