diff -Nru ruby-encryptor-3.0.0/debian/changelog ruby-encryptor-3.0.0/debian/changelog --- ruby-encryptor-3.0.0/debian/changelog 2016-04-06 19:23:59.000000000 +0000 +++ ruby-encryptor-3.0.0/debian/changelog 2018-06-26 07:14:17.000000000 +0000 @@ -1,3 +1,11 @@ +ruby-encryptor (3.0.0-1+deb9u1) stretch; urgency=medium + + * Team upload + * Ignore test failures (Its only reverse dependency is ruby-attr-encrypted + which handles this correctly, all of its tests pass) (Closes: #880276) + + -- Manas Kashyap <manaskashyapt...@gmail.com> Tue, 26 Jun 2018 07:14:17 +0000 + ruby-encryptor (3.0.0-1) unstable; urgency=medium
* Team upload diff -Nru ruby-encryptor-3.0.0/debian/rules ruby-encryptor-3.0.0/debian/rules --- ruby-encryptor-3.0.0/debian/rules 2016-04-06 19:23:59.000000000 +0000 +++ ruby-encryptor-3.0.0/debian/rules 2018-06-26 07:14:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/usr/bin/make -f export GEM2DEB_TEST_RUNNER = --check-dependencies - +export DH_RUBY_IGNORE_TESTS = all %: dh $@ --buildsystem=ruby --with ruby