[DRE-commits] [ruby-gnome2] 06/07: eliminate lintian error: not-binnmuable-any-depends-all

Daisuke Higuchi dai at moszumanska.debian.org
Wed Sep 6 03:45:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

dai pushed a commit to branch master
in repository ruby-gnome2.

commit fb0379191635e8e9d6490744738cf097a31aad2f
Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
Date:   Wed Sep 6 12:19:08 2017 +0900

    eliminate lintian error: not-binnmuable-any-depends-all
---
 debian/control | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 16dc570..3445b1d 100644
--- a/debian/control
+++ b/debian/control
@@ -172,7 +172,8 @@ Package: ruby-gio2
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 X-DhRuby-Root: gio2
-Depends: gir1.2-glib-2.0,
+Depends: ruby | ruby-interpreter,
+         gir1.2-glib-2.0,
          ruby-glib2 (= ${binary:Version}),
          ruby-gobject-introspection (= ${binary:Version}),
          ${misc:Depends},
@@ -245,8 +246,8 @@ XB-Ruby-Versions: ${ruby:Versions}
 X-DhRuby-Root: gstreamer
 Depends: ruby | ruby-interpreter,
          gir1.2-gstreamer-1.0,
-         ruby-atk (= ${binary:Version}),
-         ruby-gdk-pixbuf2 (= ${binary:Version}),
+         ruby-atk (>= ${source:Version}),
+         ruby-gdk-pixbuf2 (>= ${source:Version}),
          ruby-gobject-introspection (= ${binary:Version}),
          ruby-pango (= ${binary:Version}),
          ${misc:Depends},
@@ -263,8 +264,8 @@ Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 X-DhRuby-Root: gtk2
 Depends: ruby | ruby-interpreter,
-         ruby-atk (= ${binary:Version}),
-         ruby-gdk-pixbuf2 (= ${binary:Version}),
+         ruby-atk (>= ${source:Version}),
+         ruby-gdk-pixbuf2 (>= ${source:Version}),
          ruby-pango (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
@@ -278,8 +279,8 @@ Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 X-DhRuby-Root: gtk3
 Depends: ruby | ruby-interpreter,
-         ruby-atk (= ${binary:Version}),
-         ruby-gdk3 (= ${binary:Version}),
+         ruby-atk (>= ${source:Version}),
+         ruby-gdk3 (>= ${source:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
 Multi-Arch: same
@@ -340,7 +341,7 @@ XB-Ruby-Versions: ${ruby:Versions}
 X-DhRuby-Root: poppler
 Depends: ruby | ruby-interpreter,
          ruby-glib2 (= ${binary:Version}),
-         ruby-gdk-pixbuf2 (= ${binary:Version}),
+         ruby-gdk-pixbuf2 (>= ${source:Version}),
          ruby-cairo,
          ${misc:Depends},
          ${shlibs:Depends}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-gnome2.git



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