diff --git a/debian/rules b/debian/rules index 86d0313..8a2377a 100755 --- a/debian/rules +++ b/debian/rules @@ -3,15 +3,7 @@ include /usr/share/dpkg/default.mk export GEM2DEB_TEST_RUNNER = --check-dependencies +export DH_RUBY = --gem-install %: dh $@ --buildsystem=ruby --with ruby - -override_dh_auto_install: - dh_auto_install - -newtarball = new$(DEB_VERSION_UPSTREAM).tar.gz -get-orig-source: - wget --continue -O $(newtarball) \ - https://github.com/puppetlabs/puppet-strings/releases/v$(DEB_VERSION_UPSTREAM).tar.gz - mk-origtargz --rename $(newtarball)