[DRE-commits] [ruby-raindrops] 05/06: Allow dh_auto_clean to fail

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Mon Aug 8 11:04:11 UTC 2016


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

tsfgnu-guest pushed a commit to branch master
in repository ruby-raindrops.

commit dd3337fac19d5d6a814140a97081789f5354506a
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Mon Aug 8 13:59:18 2016 +0300

    Allow dh_auto_clean to fail
    
    On the 1st run with `gbp buildpackage` gemspec is not patched yet
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 3454d59..9f8a847 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,6 @@ export GEM2DEB_TEST_RUNNER = --check-dependencies
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_auto_clean:
+	dh_auto_clean || true

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



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