[DRE-commits] [ruby-rspec] 01/15: comment more commands about previous git submodules approach

Cédric Boutillier boutil at moszumanska.debian.org
Mon Jun 15 07:48:13 UTC 2015


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

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

commit 46a83af3cf5bfc2b7fdb31523cd90df82a5b9df3
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sat Jun 13 14:58:07 2015 +0200

    comment more commands about previous git submodules approach
---
 debian/rules | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index 9a817f8..7fc32d3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,7 +51,7 @@ report:
 	if [ "$$new_upstream_version" = "$(UPSTREAM_VERSION)" ]; then \
 		echo " => Package is up to date"; \
 	else \
-		echo " => Newer versions available. Update debian/changelog and run 'debian/rules download'"; \
+		echo " => Newer versions available. Update debian/changelog and run 'debian/rules get-orig-sources'"; \
 	fi; \
 	}
 
@@ -61,19 +61,19 @@ get-orig-sources:
 	#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)
+	#cd rspec && git fetch origin && git checkout v$(RSPEC_VERSION)
 	wget -O../ruby-rspec_$(UPSTREAM_VERSION).orig-rspec-core.tar.gz \
 		https://github.com/rspec/rspec-core/archive/v$(RSPEC_CORE_VERSION).tar.gz
-	cd rspec-core && git fetch origin && git checkout v$(RSPEC_CORE_VERSION)
+	#cd rspec-core && git fetch origin && git checkout v$(RSPEC_CORE_VERSION)
 	wget -O../ruby-rspec_$(UPSTREAM_VERSION).orig-rspec-expectations.tar.gz \
 		https://github.com/rspec/rspec-expectations/archive/v$(RSPEC_EXPECTATIONS_VERSION).tar.gz
-	cd rspec-expectations && git fetch origin && git checkout v$(RSPEC_EXPECTATIONS_VERSION)
+	#cd rspec-expectations && git fetch origin && git checkout v$(RSPEC_EXPECTATIONS_VERSION)
 	wget -O../ruby-rspec_$(UPSTREAM_VERSION).orig-rspec-mocks.tar.gz \
 		https://github.com/rspec/rspec-mocks/archive/v$(RSPEC_MOCKS_VERSION).tar.gz
-	cd rspec-mocks && git fetch origin && git checkout v$(RSPEC_MOCKS_VERSION)
+	#cd rspec-mocks && git fetch origin && git checkout v$(RSPEC_MOCKS_VERSION)
 	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)
+	#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

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