[DRE-commits] [ruby-gnome2] 01/06: Readd the non-multi-arch locations to the install path for Ruby 1.9.1
Paul van Tilburg
paulvt at moszumanska.debian.org
Sat Feb 15 12:04:10 UTC 2014
This is an automated email from the git hooks/post-receive script.
paulvt pushed a commit to branch master
in repository ruby-gnome2.
commit 5cfac8f95cb17466e47effc73755ff90f29bc5cf
Author: Paul van Tilburg <paulvt at debian.org>
Date: Sat Feb 15 12:29:39 2014 +0100
Readd the non-multi-arch locations to the install path for Ruby 1.9.1
---
debian/ruby-atk.install | 1 +
debian/ruby-cairo-gobject.install | 1 +
debian/ruby-gdk-pixbuf2.install | 3 ++-
debian/ruby-gdk3.install | 3 ++-
debian/ruby-gio2.install | 1 +
debian/ruby-glib2.install | 1 +
debian/ruby-gnome2-dev.install | 3 ++-
debian/ruby-gobject-introspection.install | 3 ++-
debian/ruby-goocanvas.install | 1 +
debian/ruby-gstreamer.install | 1 +
debian/ruby-gtk2.install | 1 +
debian/ruby-gtk3.install | 3 ++-
debian/ruby-gtksourceview2.install | 1 +
debian/ruby-gtksourceview3.install | 3 ++-
debian/ruby-pango.install | 1 +
debian/ruby-poppler.install | 1 +
debian/ruby-rsvg2.install | 1 +
debian/ruby-vte.install | 1 +
debian/ruby-vte3.install | 2 +-
19 files changed, 25 insertions(+), 7 deletions(-)
diff --git a/debian/ruby-atk.install b/debian/ruby-atk.install
index 4a58cd8..3f3d82c 100644
--- a/debian/ruby-atk.install
+++ b/debian/ruby-atk.install
@@ -1,2 +1,3 @@
usr/lib/ruby/vendor_ruby/atk.rb
+usr/lib/ruby/vendor_ruby/*/*/atk.so
usr/lib/*/ruby/vendor_ruby/*/atk.so
diff --git a/debian/ruby-cairo-gobject.install b/debian/ruby-cairo-gobject.install
index 3a95446..3d0773d 100644
--- a/debian/ruby-cairo-gobject.install
+++ b/debian/ruby-cairo-gobject.install
@@ -1,2 +1,3 @@
usr/lib/ruby/vendor_ruby/cairo-gobject.rb
+usr/lib/ruby/vendor_ruby/*/*/cairo_gobject.so
usr/lib/*/ruby/vendor_ruby/*/cairo_gobject.so
diff --git a/debian/ruby-gdk-pixbuf2.install b/debian/ruby-gdk-pixbuf2.install
index 1e07604..e0d0945 100644
--- a/debian/ruby-gdk-pixbuf2.install
+++ b/debian/ruby-gdk-pixbuf2.install
@@ -1,2 +1,3 @@
-usr/lib/*/ruby/vendor_ruby/*/gdk_pixbuf2.so
usr/lib/ruby/vendor_ruby/gdk_pixbuf2.rb
+usr/lib/ruby/vendor_ruby/*/*/gdk_pixbuf2.so
+usr/lib/*/ruby/vendor_ruby/*/gdk_pixbuf2.so
diff --git a/debian/ruby-gdk3.install b/debian/ruby-gdk3.install
index 7575431..971d208 100644
--- a/debian/ruby-gdk3.install
+++ b/debian/ruby-gdk3.install
@@ -1,3 +1,4 @@
-usr/lib/*/ruby/vendor_ruby/*/gdk3.so
usr/lib/ruby/vendor_ruby/gdk3
usr/lib/ruby/vendor_ruby/gdk3.rb
+usr/lib/ruby/vendor_ruby/*/*/gdk3.so
+usr/lib/*/ruby/vendor_ruby/*/gdk3.so
diff --git a/debian/ruby-gio2.install b/debian/ruby-gio2.install
index f69d00b..8add9d5 100644
--- a/debian/ruby-gio2.install
+++ b/debian/ruby-gio2.install
@@ -1,3 +1,4 @@
usr/lib/ruby/vendor_ruby/gio2.rb
usr/lib/ruby/vendor_ruby/gio2/deprecated.rb
+usr/lib/ruby/vendor_ruby/*/*/gio2.so
usr/lib/*/ruby/vendor_ruby/*/gio2.so
diff --git a/debian/ruby-glib2.install b/debian/ruby-glib2.install
index 5bd9853..44e9d74 100644
--- a/debian/ruby-glib2.install
+++ b/debian/ruby-glib2.install
@@ -1,3 +1,4 @@
usr/lib/ruby/vendor_ruby/glib2.rb
usr/lib/ruby/vendor_ruby/glib2/deprecatable.rb
+usr/lib/ruby/vendor_ruby/*/*/glib2.so
usr/lib/*/ruby/vendor_ruby/*/glib2.so
diff --git a/debian/ruby-gnome2-dev.install b/debian/ruby-gnome2-dev.install
index c8eb390..89c8cf9 100644
--- a/debian/ruby-gnome2-dev.install
+++ b/debian/ruby-gnome2-dev.install
@@ -1,4 +1,5 @@
-usr/lib/*/ruby/vendor_ruby/*/*.h
usr/lib/ruby/vendor_ruby/gnome2-raketask.rb
usr/lib/ruby/vendor_ruby/mkmf-gnome2.rb
usr/lib/ruby/vendor_ruby/glib-mkenums.rb
+usr/lib/ruby/vendor_ruby/*/*/*.h
+usr/lib/*/ruby/vendor_ruby/*/*.h
diff --git a/debian/ruby-gobject-introspection.install b/debian/ruby-gobject-introspection.install
index 40b95c0..e0762a9 100644
--- a/debian/ruby-gobject-introspection.install
+++ b/debian/ruby-gobject-introspection.install
@@ -1,3 +1,4 @@
-usr/lib/*/ruby/vendor_ruby/*/gobject_introspection.so
usr/lib/ruby/vendor_ruby/gobject-introspection/*
usr/lib/ruby/vendor_ruby/gobject-introspection.rb
+usr/lib/ruby/vendor_ruby/*/*/gobject_introspection.so
+usr/lib/*/ruby/vendor_ruby/*/gobject_introspection.so
diff --git a/debian/ruby-goocanvas.install b/debian/ruby-goocanvas.install
index 28d1601..6c4c896 100644
--- a/debian/ruby-goocanvas.install
+++ b/debian/ruby-goocanvas.install
@@ -1,2 +1,3 @@
usr/lib/ruby/vendor_ruby/goocanvas.rb
+usr/lib/ruby/vendor_ruby/*/*/goocanvas.so
usr/lib/*/ruby/vendor_ruby/*/goocanvas.so
diff --git a/debian/ruby-gstreamer.install b/debian/ruby-gstreamer.install
index 8b94dc6..03b68c0 100644
--- a/debian/ruby-gstreamer.install
+++ b/debian/ruby-gstreamer.install
@@ -1,2 +1,3 @@
usr/lib/ruby/vendor_ruby/gst.rb
+usr/lib/ruby/vendor_ruby/*/*/gstreamer.so
usr/lib/*/ruby/vendor_ruby/*/gstreamer.so
diff --git a/debian/ruby-gtk2.install b/debian/ruby-gtk2.install
index 132847e..f816d1a 100644
--- a/debian/ruby-gtk2.install
+++ b/debian/ruby-gtk2.install
@@ -1,3 +1,4 @@
usr/lib/ruby/vendor_ruby/gtk2.rb
usr/lib/ruby/vendor_ruby/gtk2/base.rb
+usr/lib/ruby/vendor_ruby/*/*/gtk2.so
usr/lib/*/ruby/vendor_ruby/*/gtk2.so
diff --git a/debian/ruby-gtk3.install b/debian/ruby-gtk3.install
index c0ce62e..489becb 100644
--- a/debian/ruby-gtk3.install
+++ b/debian/ruby-gtk3.install
@@ -1,3 +1,4 @@
-usr/lib/*/ruby/vendor_ruby/*/gtk3.so
usr/lib/ruby/vendor_ruby/gtk3
usr/lib/ruby/vendor_ruby/gtk3.rb
+usr/lib/ruby/vendor_ruby/*/*/gtk3.so
+usr/lib/*/ruby/vendor_ruby/*/gtk3.so
diff --git a/debian/ruby-gtksourceview2.install b/debian/ruby-gtksourceview2.install
index c16bb92..0c02142 100644
--- a/debian/ruby-gtksourceview2.install
+++ b/debian/ruby-gtksourceview2.install
@@ -1,2 +1,3 @@
usr/lib/ruby/vendor_ruby/gtksourceview2.rb
+usr/lib/ruby/vendor_ruby/*/*/gtksourceview2.so
usr/lib/*/ruby/vendor_ruby/*/gtksourceview2.so
diff --git a/debian/ruby-gtksourceview3.install b/debian/ruby-gtksourceview3.install
index f8269c2..582c3ce 100644
--- a/debian/ruby-gtksourceview3.install
+++ b/debian/ruby-gtksourceview3.install
@@ -1,3 +1,4 @@
-usr/lib/*/ruby/vendor_ruby/*/gtksourceview3.so
usr/lib/ruby/vendor_ruby/gtksourceview3.rb
usr/lib/ruby/vendor_ruby/gtksourceview3
+usr/lib/ruby/vendor_ruby/*/*/gtksourceview3.so
+usr/lib/*/ruby/vendor_ruby/*/gtksourceview3.so
diff --git a/debian/ruby-pango.install b/debian/ruby-pango.install
index 32399c1..1696db4 100644
--- a/debian/ruby-pango.install
+++ b/debian/ruby-pango.install
@@ -1,2 +1,3 @@
usr/lib/ruby/vendor_ruby/pango.rb
+usr/lib/ruby/vendor_ruby/*/*/pango.so
usr/lib/*/ruby/vendor_ruby/*/pango.so
diff --git a/debian/ruby-poppler.install b/debian/ruby-poppler.install
index 4d588a4..bce6171 100644
--- a/debian/ruby-poppler.install
+++ b/debian/ruby-poppler.install
@@ -1,2 +1,3 @@
usr/lib/ruby/vendor_ruby/poppler.rb
+usr/lib/ruby/vendor_ruby/*/*/poppler.so
usr/lib/*/ruby/vendor_ruby/*/poppler.so
diff --git a/debian/ruby-rsvg2.install b/debian/ruby-rsvg2.install
index 058722d..d561b2d 100644
--- a/debian/ruby-rsvg2.install
+++ b/debian/ruby-rsvg2.install
@@ -1,2 +1,3 @@
usr/lib/ruby/vendor_ruby/rsvg2.rb
+usr/lib/ruby/vendor_ruby/*/*/rsvg2.so
usr/lib/*/ruby/vendor_ruby/*/rsvg2.so
diff --git a/debian/ruby-vte.install b/debian/ruby-vte.install
index 69185d0..5bdd0c2 100644
--- a/debian/ruby-vte.install
+++ b/debian/ruby-vte.install
@@ -1,3 +1,4 @@
usr/lib/ruby/vendor_ruby/vte.rb
usr/lib/ruby/vendor_ruby/vte/deprecated.rb
+usr/lib/ruby/vendor_ruby/*/*/vte.so
usr/lib/*/ruby/vendor_ruby/*/vte.so
diff --git a/debian/ruby-vte3.install b/debian/ruby-vte3.install
index 7df6711..5da5820 100644
--- a/debian/ruby-vte3.install
+++ b/debian/ruby-vte3.install
@@ -1,4 +1,4 @@
usr/lib/ruby/vendor_ruby/vte3.rb
usr/lib/ruby/vendor_ruby/vte3/deprecated.rb
+usr/lib/ruby/vendor_ruby/*/*/vte3.so
usr/lib/*/ruby/vendor_ruby/*/vte3.so
-
--
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