diff -Nru ruby-rblineprof-0.3.7/debian/changelog ruby-rblineprof-0.3.7/debian/changelog --- ruby-rblineprof-0.3.7/debian/changelog 2018-03-01 09:36:06.000000000 +0000 +++ ruby-rblineprof-0.3.7/debian/changelog 2018-03-30 22:49:51.000000000 +0000 @@ -1,14 +1,17 @@ -ruby-rblineprof (0.3.7-1build2) bionic; urgency=high +ruby-rblineprof (0.3.7-2) unstable; urgency=medium - * No change rebuild against ruby-defaults without ruby2.3 support. + * Team upload. + * Remove usage of ruby-debugger-ruby-core-source. It is only used for Ruby + 1.9 or earlier, which are gone from Debian for a while. + - Add patch to drop dependency on debugger-ruby_core_source from gemspec + - debian/control: drop any dependency on ruby-debugger-ruby-core-source + * Refresh packaging with `dh-make-ruby -w` + - Bump debhelper compatibility level to 11 + - Bump Standards-Version to 4.1.3; no changes needed + - Change Vcs-* to point to salsa.debian.org + - Use https in debian/watch - -- Dimitri John Ledkov Thu, 01 Mar 2018 09:36:06 +0000 - -ruby-rblineprof (0.3.7-1build1) bionic; urgency=medium - - * No-change rebuild for ruby2.5 update. - - -- Matthias Klose Thu, 01 Feb 2018 19:02:55 +0000 + -- Antonio Terceiro Fri, 30 Mar 2018 19:49:51 -0300 ruby-rblineprof (0.3.7-1) unstable; urgency=medium diff -Nru ruby-rblineprof-0.3.7/debian/compat ruby-rblineprof-0.3.7/debian/compat --- ruby-rblineprof-0.3.7/debian/compat 2017-09-19 09:26:09.000000000 +0000 +++ ruby-rblineprof-0.3.7/debian/compat 2018-03-30 22:49:51.000000000 +0000 @@ -1 +1 @@ -10 +11 diff -Nru ruby-rblineprof-0.3.7/debian/control ruby-rblineprof-0.3.7/debian/control --- ruby-rblineprof-0.3.7/debian/control 2018-03-01 09:36:06.000000000 +0000 +++ ruby-rblineprof-0.3.7/debian/control 2018-03-30 22:49:51.000000000 +0000 @@ -1,16 +1,14 @@ Source: ruby-rblineprof Section: ruby Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian Ruby Extras Maintainers +Maintainer: Debian Ruby Extras Maintainers Uploaders: Pirate Praveen -Build-Depends: debhelper (>= 10~), +Build-Depends: debhelper (>= 11~), gem2deb, rake, - ruby-debugger-ruby-core-source (>= 1.3) -Standards-Version: 4.1.0 -Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-rblineprof.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-rblineprof.git +Standards-Version: 4.1.3 +Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rblineprof.git +Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rblineprof Homepage: http://github.com/tmm1/rblineprof Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all @@ -19,7 +17,6 @@ Architecture: any XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, - ruby-debugger-ruby-core-source (>= 1.3), ${misc:Depends}, ${shlibs:Depends} Description: line-profiler for ruby diff -Nru ruby-rblineprof-0.3.7/debian/patches/0001-Drop-dependency-on-debugger-ruby_core_source.patch ruby-rblineprof-0.3.7/debian/patches/0001-Drop-dependency-on-debugger-ruby_core_source.patch --- ruby-rblineprof-0.3.7/debian/patches/0001-Drop-dependency-on-debugger-ruby_core_source.patch 1970-01-01 00:00:00.000000000 +0000 +++ ruby-rblineprof-0.3.7/debian/patches/0001-Drop-dependency-on-debugger-ruby_core_source.patch 2018-03-30 22:49:51.000000000 +0000 @@ -0,0 +1,19 @@ +From: Antonio Terceiro +Date: Fri, 30 Mar 2018 19:47:12 -0300 +Subject: Drop dependency on debugger-ruby_core_source + +--- + rblineprof.gemspec | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/rblineprof.gemspec b/rblineprof.gemspec +index 7a0d269..75183de 100644 +--- a/rblineprof.gemspec ++++ b/rblineprof.gemspec +@@ -14,6 +14,5 @@ Gem::Specification.new do |s| + + s.license = 'MIT' + +- s.add_dependency 'debugger-ruby_core_source', '~> 1.3' + s.add_development_dependency 'rake-compiler' + end diff -Nru ruby-rblineprof-0.3.7/debian/patches/series ruby-rblineprof-0.3.7/debian/patches/series --- ruby-rblineprof-0.3.7/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ ruby-rblineprof-0.3.7/debian/patches/series 2018-03-30 22:49:51.000000000 +0000 @@ -0,0 +1 @@ +0001-Drop-dependency-on-debugger-ruby_core_source.patch diff -Nru ruby-rblineprof-0.3.7/debian/watch ruby-rblineprof-0.3.7/debian/watch --- ruby-rblineprof-0.3.7/debian/watch 2017-09-19 09:26:09.000000000 +0000 +++ ruby-rblineprof-0.3.7/debian/watch 2018-03-30 22:49:51.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/rblineprof .*/rblineprof-(.*).tar.gz +https://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/rblineprof .*/rblineprof-(.*).tar.gz