diff -Nru ruby-process-daemon-1.0.1/debian/changelog ruby-process-daemon-1.0.1/debian/changelog --- ruby-process-daemon-1.0.1/debian/changelog 2018-04-08 04:00:08.000000000 +0000 +++ ruby-process-daemon-1.0.1/debian/changelog 2018-11-24 01:44:09.000000000 +0000 @@ -1,3 +1,12 @@ +ruby-process-daemon (1.0.1-2) unstable; urgency=medium + + * Team upload + * Make this package compatible with ruby-rainbow 3.0 + (Fixes autopkgtest regression and FTBFS) + * Bump Standards-Version to 4.2.1 (no changes needed) + + -- Pirate Praveen Sat, 24 Nov 2018 07:14:09 +0530 + ruby-process-daemon (1.0.1-1) unstable; urgency=medium * Initial release (Closes: #895113) diff -Nru ruby-process-daemon-1.0.1/debian/control ruby-process-daemon-1.0.1/debian/control --- ruby-process-daemon-1.0.1/debian/control 2018-04-08 04:00:08.000000000 +0000 +++ ruby-process-daemon-1.0.1/debian/control 2018-11-24 01:44:09.000000000 +0000 @@ -11,7 +11,7 @@ , ruby-rspec , ruby-xmlrpc , procps -Standards-Version: 4.1.4 +Standards-Version: 4.2.1 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-process-daemon.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-process-daemon Homepage: https://github.com/ioquatix/process-daemon diff -Nru ruby-process-daemon-1.0.1/debian/patches/relax-rainbow-version.patch ruby-process-daemon-1.0.1/debian/patches/relax-rainbow-version.patch --- ruby-process-daemon-1.0.1/debian/patches/relax-rainbow-version.patch 1970-01-01 00:00:00.000000000 +0000 +++ ruby-process-daemon-1.0.1/debian/patches/relax-rainbow-version.patch 2018-11-24 01:44:09.000000000 +0000 @@ -0,0 +1,13 @@ +Debian has rainbow 3.0 and it is compatible + +--- a/process-daemon.gemspec ++++ b/process-daemon.gemspec +@@ -20,7 +20,7 @@ + + spec.required_ruby_version = '>= 1.9.3' + +- spec.add_dependency "rainbow", "~> 2.0" ++ spec.add_dependency "rainbow", ">= 2.0" + + spec.add_development_dependency "bundler", "~> 1.3" + spec.add_development_dependency "rspec", "~> 3.4.0" diff -Nru ruby-process-daemon-1.0.1/debian/patches/series ruby-process-daemon-1.0.1/debian/patches/series --- ruby-process-daemon-1.0.1/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ ruby-process-daemon-1.0.1/debian/patches/series 2018-11-24 01:44:09.000000000 +0000 @@ -0,0 +1 @@ +relax-rainbow-version.patch