diff -Nru ruby-thinking-sphinx-4.1.0/debian/changelog ruby-thinking-sphinx-4.1.0/debian/changelog --- ruby-thinking-sphinx-4.1.0/debian/changelog 2019-01-24 05:43:51.000000000 +0000 +++ ruby-thinking-sphinx-4.1.0/debian/changelog 2019-01-24 19:04:44.000000000 +0000 @@ -1,3 +1,10 @@ +ruby-thinking-sphinx (4.1.0-2) unstable; urgency=medium + + * Team upload. + * Do not install scripts from bin/, they conflict with other packages + + -- Lucas Kanashiro Thu, 24 Jan 2019 17:04:44 -0200 + ruby-thinking-sphinx (4.1.0-1) unstable; urgency=medium * debian/watch: fetch tarball from upstream github instead. diff -Nru ruby-thinking-sphinx-4.1.0/debian/rules ruby-thinking-sphinx-4.1.0/debian/rules --- ruby-thinking-sphinx-4.1.0/debian/rules 2019-01-21 16:19:13.000000000 +0000 +++ ruby-thinking-sphinx-4.1.0/debian/rules 2019-01-24 19:04:44.000000000 +0000 @@ -4,3 +4,9 @@ %: dh $@ --buildsystem=ruby --with ruby + +override_dh_install: + # Do not install scripts in bin/, they conflict with files from other packages, + # and they are for testing only purpose, used by upstream CI system. + rm -rf debian/ruby-thinking-sphinx/usr/bin + dh_install