Your message dated Sat, 07 Oct 2017 11:33:55 +0100
with message-id <1507372435.18586.64.ca...@adam-barratt.org.uk>
and subject line Closing bugs for 9.2 point release
has caused the Debian Bug report #874477,
regarding stretch-pu: package ruby-gnome2/3.1.0-1+deb9u1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
874477: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874477
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian....@packages.debian.org
Usertags: pu
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
ruby-gnome2 is GNOME-related bindings for the Ruby language.
This provides many GNOME-related bindings with many dependencies.
But some of bindings do not have proper dependencies by packaging problem,
so users Ruby scripts requiring them are unusable (bug 874365).
This bug has been already fixed in unstable.
Attached git-diff fixes this issue for stretch.
Please consider accepting this as a stretch-pu.
- -- System Information:
Debian Release: buster/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.12.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to ja_JP.UTF-8), LANGUAGE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set
to ja_JP.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
-----BEGIN PGP SIGNATURE-----
iQJDBAEBCAAtFiEECynYjkLmt2W42OpQeDlhndQ5Zo4FAlmv2OEPHGRhaUBkZWJp
YW4ub3JnAAoJEHg5YZ3UOWaOssUQANNPT0EeUCxz8ye2lKoWTjdh7LlZfZr/zEEr
YvlV4zPgOfEmvkbnP6PJ/OGVOPpLBajYN6dnOuUrHtpcldjEMpB60RuWUADplq1N
NobLa06zUE3xoL00NsuLLvOmECU/znlEOwvAHqwhFTLOq6WC+dMjLfuKY4RB9/9q
pA3t/fdZRqbaPAh+5cPa7Q+zGq/yTnHrgBm3PQnDYC9zVkbOqTTPzjkG4+aNBBUo
SaGLU9M3IagCNuxegR+SAJ3P9ZlzTW097193jjLuAQeA4hRk6rsU0T4MFDecIr87
hyQxAmscHB64PamoHXTOHAawKPslI3GzvVlX6qVEoQUyNy3E1qs1UI2ekS23X/tc
/afjc4+UXduUBOFTadQYPcL5WgBQ7DEBZj0ZgUZEoBeQ6jG/UujbkPl7aeHAx1Nn
v0Eup8qr3FaVEBXpp0cU3EF/lQxy74/zh/iRaBZsYZYm0lPFk83mAlxbi4KPr7s/
FSd0ts4zc31VQFWQQIPlUG1VNnF35VjLh1xHMqQJ/2Q7CXd4YZuMJFcsf3Oj5dkp
8XyTANKSa33V0PCekMVOFpMUz+pYs6VznQiyvtnuVGJvWTnUoMpNEo/8lFrnBjrj
icUz8rNcN7U18OvrMR+UJrnrhR09OC2+EEWNaEzHhudDyVWBZyAr2wdutXIv/1Yu
bnpNTKTg
=qS5n
-----END PGP SIGNATURE-----
diff --git a/debian/changelog b/debian/changelog
index e7e1105..c841dd5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+ruby-gnome2 (3.1.0-1+deb9u1) stretch; urgency=medium
+
+ * Team upload.
+
+ [ HIGUCHI Daisuke (VDR dai) ]
+ * ruby-{gdk3,gtksourceview2,pango,poppler}: Add missing dependencies
+ (Closes: #874365).
+
+ -- HIGUCHI Daisuke (VDR dai) <d...@debian.org> Wed, 06 Sep 2017 19:59:35
+0900
+
ruby-gnome2 (3.1.0-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index c943aeb..fde246c 100644
--- a/debian/control
+++ b/debian/control
@@ -112,6 +112,7 @@ Description: Gdk-Pixbuf 2 bindings for the Ruby language
Package: ruby-gdk3
Architecture: all
Depends: ruby | ruby-interpreter,
+ gir1.2-gtk-3.0,
ruby-atk (>= ${source:Version}),
ruby-cairo-gobject (>= ${source:Version}),
ruby-gdk-pixbuf2 (>= ${source:Version}),
@@ -238,6 +239,7 @@ Description: GTK+ 3 bindings for the Ruby language
Package: ruby-gtksourceview2
Architecture: any
Depends: ruby-gtk2 (= ${binary:Version}),
+ ruby-cairo-gobject (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: GtkSourceView2 bindings for the Ruby language
@@ -261,7 +263,10 @@ Description: GtkSourceView3 bindings for the Ruby language
Package: ruby-pango
Architecture: any
Depends: ruby-cairo,
+ gir1.2-pango-1.0,
ruby-glib2 (= ${binary:Version}),
+ ruby-gobject-introspection (= ${binary:Version}),
+ ruby-cairo-gobject (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Pango bindings for the Ruby language
@@ -272,6 +277,9 @@ Description: Pango bindings for the Ruby language
Package: ruby-poppler
Architecture: any
Depends: ruby | ruby-interpreter,
+ ruby-glib2 (= ${binary:Version}),
+ ruby-gdk-pixbuf2 (>= ${source:Version}),
+ ruby-cairo,
${misc:Depends},
${shlibs:Depends}
Description: Ruby bindings for the libpoppler-glib library
--- End Message ---
--- Begin Message ---
Version: 9.2
Hi.
The updates referenced by each of these bugs was included in today's
point release of stretch.
Regards,
Adam
--- End Message ---