[DRE-commits] [ruby-gnome2] 24/31: ruby-gdk-pixbuf2 migrated upstream to gobject introspection, so becomes `Architecture: all`

Daisuke Higuchi dai at moszumanska.debian.org
Mon Oct 10 13:40:20 UTC 2016


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

dai pushed a commit to branch exp/debian
in repository ruby-gnome2.

commit 5fbb652607ee46a97b8a77bfdce934af4e247c8c
Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
Date:   Mon Oct 10 21:14:13 2016 +0900

    ruby-gdk-pixbuf2 migrated upstream to gobject introspection, so becomes `Architecture: all`
    
    - ruby-gdk-pixbuf2-dbg package dropped
---
 debian/control                  | 21 +++++----------------
 debian/ruby-gdk-pixbuf2.install |  4 ++--
 debian/ruby-gdk-pixbuf2.rb      |  1 +
 3 files changed, 8 insertions(+), 18 deletions(-)

diff --git a/debian/control b/debian/control
index ca310c2..30965fc 100644
--- a/debian/control
+++ b/debian/control
@@ -115,25 +115,14 @@ Description: Clutter-Gtk bindings for the Ruby language
  with the Ruby language.
 
 Package: ruby-gdk-pixbuf2
-Architecture: any
-Depends: ruby-glib2 (= ${binary:Version}),
-         ${misc:Depends},
-         ${shlibs:Depends}
-Description: Gdk-Pixbuf 2 bindings for the Ruby language
- Gdk-Pixbuf is a library for loading and rendering images. This package
- contains libraries for using Gdk-Pixbuf with the Ruby programming language.
-
-Package: ruby-gdk-pixbuf2-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: ruby-gdk-pixbuf2 (= ${binary:Version}),
+Architecture: all
+Depends: ruby | ruby-interpreter,
+         ruby-gobject-introspection (>= ${source:Version}),
+         ruby-gio2 (>= ${source:Version}),
          ${misc:Depends}
-Description: Gdk-Pixbuf 2 bindings for the Ruby language (debugging symbols)
+Description: Gdk-Pixbuf 2 bindings for the Ruby language
  Gdk-Pixbuf is a library for loading and rendering images. This package
  contains libraries for using Gdk-Pixbuf with the Ruby programming language.
- .
- This package contains the debugging symbols.
 
 Package: ruby-gdk3
 Architecture: all
diff --git a/debian/ruby-gdk-pixbuf2.install b/debian/ruby-gdk-pixbuf2.install
index 1e07604..6e1a6c1 100644
--- a/debian/ruby-gdk-pixbuf2.install
+++ b/debian/ruby-gdk-pixbuf2.install
@@ -1,2 +1,2 @@
-usr/lib/*/ruby/vendor_ruby/*/gdk_pixbuf2.so
-usr/lib/ruby/vendor_ruby/gdk_pixbuf2.rb
+gdk_pixbuf2/lib/gdk_pixbuf2.rb /usr/lib/ruby/vendor_ruby
+gdk_pixbuf2/lib/gdk_pixbuf2/*  /usr/lib/ruby/vendor_ruby/gdk_pixbuf2
diff --git a/debian/ruby-gdk-pixbuf2.rb b/debian/ruby-gdk-pixbuf2.rb
new file mode 100644
index 0000000..efc5c28
--- /dev/null
+++ b/debian/ruby-gdk-pixbuf2.rb
@@ -0,0 +1 @@
+usr/lib/ruby/vendor_ruby/gdk_pixbuf2.rb

-- 
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