[DRE-commits] [ruby-soap4r] 03/06: Avoid removing .orig files present in upstream source

Antonio Terceiro terceiro at alioth.debian.org
Sun Aug 11 18:34:20 UTC 2013


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

terceiro pushed a commit to branch master
in repository ruby-soap4r.

commit dd6affe52ef0b19821a5ab38ccc848bba32e7c76
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sun Aug 11 15:03:32 2013 +0200

    Avoid removing .orig files present in upstream source
---
 debian/rules |   14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/debian/rules b/debian/rules
index 82ddc0c..646dc32 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,7 @@
 #!/usr/bin/make -f
-#export DH_VERBOSE=1
-#
-# Uncomment to ignore all test failures (but the tests will run anyway)
-#export DH_RUBY_IGNORE_TESTS=all
-#
-# Uncomment to ignore some test failures (but the tests will run anyway).
-# Valid values:
-#export DH_RUBY_IGNORE_TESTS=ruby1.9.1 ruby2.0 require-rubygems
-#
-# If you need to specify the .gemspec (eg there is more than one)
-#export DH_RUBY_GEMSPEC=gem.gemspec
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_clean:
+	dh_clean $(shell find lib/ -name \*.orig | xargs -n 1 echo -X)

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



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