[DRE-commits] [ruby-rmagick] 08/15: drop messing around with gemspec

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Dec 4 15:34:56 UTC 2016


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

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

commit 6cc6303cb09cecca6d19e3b2a4a64f255c1b5ce3
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Dec 3 19:13:04 2016 -0200

    drop messing around with gemspec
---
 debian/rules | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index fc44c69..1a0fdb4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,12 +5,8 @@ export GEM2DEB_TEST_RUNNER = --check-dependencies
 %:
 	dh $@ --buildsystem=ruby --with ruby
 
-debian/rmagick.gemspec: rmagick.gemspec
-	sed -e '/def v/,/^end/ d; s/v(/Gem::Version.new(/' $^ > $@ || ($(RM) $@; false)
-
-override_dh_auto_clean: debian/rmagick.gemspec
-	DH_RUBY_GEMSPEC=debian/rmagick.gemspec dh_auto_clean
-	$(RM) debian/rmagick.gemspec
+override_dh_auto_clean:
+	DH_RUBY_GEMSPEC=/dev/null dh_auto_clean
 
 override_dh_install-indep:
 	dh_install

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



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