[DRE-commits] [ruby-rspec] 05/25: add verbose option to uscan in report target
Cédric Boutillier
boutil at moszumanska.debian.org
Sat Mar 28 20:34:10 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 e1b24ef9bc3121676da9efd1d39f0a97688ba1d0
Author: Cédric Boutillier <boutil at debian.org>
Date: Mon Mar 16 23:20:44 2015 +0100
add verbose option to uscan in report target
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index bb31ac5..c3b376d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,7 @@ report:
@dh_testdir
@set -e && \
(echo rspec $(RSPEC_VERSION); echo rspec-core $(RSPEC_CORE_VERSION); echo rspec-expectations $(RSPEC_EXPECTATIONS_VERSION); echo rspec-mocks $(RSPEC_MOCKS_VERSION); echo rspec-support $(RSPEC_SUPPORT_VERSION)) | { while read gem version; do \
- new_version=$$(uscan --report --watch debian/$$gem.watch --upstream-version $$version | sed -n -e 's/^Newest version on remote site is \([^,]*\), .*$$/\1/p'); \
+ new_version=$$(uscan --verbose --report --watch debian/$$gem.watch --upstream-version $$version | sed -n -e 's/^Newest version on remote site is \([^,]*\), .*$$/\1/p'); \
if [ "$$new_major_minor" ]; then \
[ "$$new_major_minor" = "$${new_version%.*}" ] || { echo 'Major/minor version mismatch between gems!' >&2; exit 1; }; \
fi; \
--
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