[DRE-maint] Bug#917615: ruby-zoom: diff for NMU version 0.5.0-1.1

Hugh McMaster hugh.mcmaster at outlook.com
Tue Feb 12 10:53:06 GMT 2019


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 <hugh.mcmaster at outlook.com>  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 <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Paul van Tilburg <paulvt at debian.org>,
-           Ryan Niebur <ryanryan52 at gmail.com>,
            Deepak Tripathi <apenguinlinux at gmail.com>
-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 <lrz at chopine.be>
-Source: http://rubyforge.org/projects/ruby-zoom/
+Source: https://rubygems.org/gems/zoom
 
 Files: *
 Copyright: 2005, Laurent Sansonetti <lrz at chopine.be>
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



More information about the Pkg-ruby-extras-maintainers mailing list