[DRE-commits] [ruby-rspec] 09/25: add unpack-sources target to correctly extract multiple tarballs

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 b6c9dc83db13a2f0ffc6d7e43e7d881d719097b0
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon Mar 23 23:47:02 2015 +0100

    add unpack-sources target to correctly extract multiple tarballs
---
 debian/rules | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/rules b/debian/rules
index 610c1f5..d3b72ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -84,6 +84,14 @@ get-orig-sources:
 		end \
 		'
 
+unpack-sources:
+	for x in rspec rspec-core rspec-expectations rspec-mocks rspec-support; do \
+		tar -C $$x -xzf ../ruby-rspec_$(UPSTREAM_VERSION).orig-$$x.tar.gz --strip-components=1; \
+		done
+
+
+
+
 %:
 	dh $@ --buildsystem=ruby --with ruby
 

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