Control: tags 856379 + patch Control: tags 917615 + patch
Dear maintainer, I've prepared an NMU for ruby-zoom (versioned as 0.5.0-1.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. diff -Nru ruby-zoom-0.5.0/debian/changelog ruby-zoom-0.5.0/debian/changelog --- ruby-zoom-0.5.0/debian/changelog 2017-01-21 00:44:24.000000000 +1100 +++ ruby-zoom-0.5.0/debian/changelog 2019-02-08 22:37:58.000000000 +1100 @@ -1,3 +1,27 @@ +ruby-zoom (0.5.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Use debhelper version 12. + * Remove legacy debian/compat file. + * debian/control: + - Remove Ryan Niebur from the Uploaders list. Thank you for your work! + (Closes: #856379). + - Build-Depend on debhelper-compat (= 12). + - Build-Depend on libyaz-dev, not libyaz4-dev (Closes: #917615). + - Raise Standards-Version to 4.3.0 from 3.9.8 (no changes needed). + - Update Vcs-* fields to point to Salsa. + - Update Homepage URL. + - Mark ruby-zoom Multi-Arch: same. + * debian/copyright: + - Use secure HTTP in the Format field. + - Update Source field. + * debian/rules: + - Do not attempt to strip debug symbols from ruby-zoom with dh_dwz. + * debian/watch: + - Update version and URL. + + -- Hugh McMaster <[email protected]> Fri, 08 Feb 2019 22:37:58 +1100 + ruby-zoom (0.5.0-1) unstable; urgency=medium * Team upload. diff -Nru ruby-zoom-0.5.0/debian/compat ruby-zoom-0.5.0/debian/compat --- ruby-zoom-0.5.0/debian/compat 2017-01-21 00:44:24.000000000 +1100 +++ ruby-zoom-0.5.0/debian/compat 1970-01-01 10:00:00.000000000 +1000 @@ -1 +0,0 @@ -9 diff -Nru ruby-zoom-0.5.0/debian/control ruby-zoom-0.5.0/debian/control --- ruby-zoom-0.5.0/debian/control 2017-01-21 00:44:24.000000000 +1100 +++ ruby-zoom-0.5.0/debian/control 2019-02-08 22:37:58.000000000 +1100 @@ -3,22 +3,22 @@ Priority: optional Maintainer: Debian Ruby Extras Maintainers <[email protected]> Uploaders: Paul van Tilburg <[email protected]>, - Ryan Niebur <[email protected]>, Deepak Tripathi <[email protected]> -Build-Depends: debhelper (>= 9~), +Build-Depends: debhelper-compat (= 12), gem2deb, - libyaz4-dev, + libyaz-dev, rake, ruby-test-unit -Standards-Version: 3.9.8 -Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-zoom.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-zoom.git -Homepage: http://ruby-zoom.rubyforge.org +Standards-Version: 4.3.0 +Vcs-Git: https://salsa.debian.org/ruby-team/ruby-zoom.git +Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-zoom +Homepage: https://rubygems.org/gems/zoom Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Package: ruby-zoom Architecture: any +Multi-Arch: same XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ${misc:Depends}, diff -Nru ruby-zoom-0.5.0/debian/copyright ruby-zoom-0.5.0/debian/copyright --- ruby-zoom-0.5.0/debian/copyright 2017-01-21 00:44:24.000000000 +1100 +++ ruby-zoom-0.5.0/debian/copyright 2019-02-08 22:37:58.000000000 +1100 @@ -1,7 +1,7 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ruby-zoom Upstream-Contact: Laurent Sansonetti <[email protected]> -Source: http://rubyforge.org/projects/ruby-zoom/ +Source: https://rubygems.org/gems/zoom Files: * Copyright: 2005, Laurent Sansonetti <[email protected]> diff -Nru ruby-zoom-0.5.0/debian/rules ruby-zoom-0.5.0/debian/rules --- ruby-zoom-0.5.0/debian/rules 2017-01-21 00:44:24.000000000 +1100 +++ ruby-zoom-0.5.0/debian/rules 2019-02-08 22:37:58.000000000 +1100 @@ -11,5 +11,8 @@ # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec +override_dh_dwz: + dh_dwz -Xruby-zoom + %: dh $@ --buildsystem=ruby --with ruby diff -Nru ruby-zoom-0.5.0/debian/watch ruby-zoom-0.5.0/debian/watch --- ruby-zoom-0.5.0/debian/watch 2017-01-21 00:44:24.000000000 +1100 +++ ruby-zoom-0.5.0/debian/watch 2019-02-08 22:37:58.000000000 +1100 @@ -1,2 +1,2 @@ -version=3 -http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/zoom .*/zoom-(.*).tar.gz +version=4 +https://gemwatch.debian.net/zoom .*/zoom-(.*).tar.gz _______________________________________________ Pkg-ruby-extras-maintainers mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers
