diff -Nru ruby-webfinger-1.0.2/debian/changelog ruby-webfinger-1.0.2/debian/changelog --- ruby-webfinger-1.0.2/debian/changelog 2016-07-02 23:27:42.000000000 +0000 +++ ruby-webfinger-1.0.2/debian/changelog 2016-07-15 16:06:06.000000000 +0000 @@ -1,3 +1,9 @@ +ruby-webfinger (1.0.2-2) unstable; urgency=medium + + * Install as gem (Closes: #830234) + + -- Pirate Praveen Fri, 15 Jul 2016 21:35:34 +0530 + ruby-webfinger (1.0.2-1) unstable; urgency=medium * Initial release (Closes: #829376) diff -Nru ruby-webfinger-1.0.2/debian/rules ruby-webfinger-1.0.2/debian/rules --- ruby-webfinger-1.0.2/debian/rules 2016-07-02 23:14:50.000000000 +0000 +++ ruby-webfinger-1.0.2/debian/rules 2016-07-15 15:02:40.000000000 +0000 @@ -1,6 +1,7 @@ #!/usr/bin/make -f export GEM2DEB_TEST_RUNNER = --check-dependencies +export DH_RUBY = --gem-install %: dh $@ --buildsystem=ruby --with ruby