[DRE-commits] [vagrant-libvirt] 03/04: use dh_vagrant_plugin

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Jul 24 18:22:10 UTC 2015


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

terceiro pushed a commit to branch master
in repository vagrant-libvirt.

commit f13a0dc7bfc9d1d734e62cfa725d3f5fbca673f3
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Jul 24 15:06:15 2015 -0300

    use dh_vagrant_plugin
---
 debian/rules | 25 +------------------------
 1 file changed, 1 insertion(+), 24 deletions(-)

diff --git a/debian/rules b/debian/rules
index a480dd1..fec1f71 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,31 +1,8 @@
 #!/usr/bin/make -f
-#
-include /usr/share/dpkg/default.mk
-#
-#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=ruby2.1 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
 
-gem = $(DEB_SOURCE)-$(DEB_VERSION_UPSTREAM).gem
-gemspec = $(DEB_SOURCE).gemspec
-plugindir = debian/$(DEB_SOURCE)/usr/share/vagrant-plugins
-
 override_dh_auto_install:
-	gem build $(gemspec)
-	gem install -i $(plugindir) $(gem)
-	$(RM) $(plugindir)/cache/*
 	dh_auto_install
-
-override_dh_auto_clean:
-	$(RM) $(gem)
+	dh_vagrant_plugin

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



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