[DRE-commits] [SCM] ruby-gnome2.git branch, master, updated. ebc22096c280f7c537a71b36f0638dea00a150ec

Antonio Terceiro terceiro at softwarelivre.org
Mon Aug 15 02:42:23 UTC 2011


The following commit has been merged in the master branch:
commit ebc22096c280f7c537a71b36f0638dea00a150ec
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Sun Jul 31 09:26:10 2011 -0700

    Install symlinks for foo.rb under Ruby 1.8 directory

diff --git a/debian/check-upstream-versus-debian b/debian/check-upstream-versus-debian
index 45b2999..376c0aa 100755
--- a/debian/check-upstream-versus-debian
+++ b/debian/check-upstream-versus-debian
@@ -52,6 +52,10 @@ for upstream_pkg in $(ls -1 */extconf.rb | xargs -n 1 dirname); do
     done
   fi
 
+  if ! test -e debian/$pkg.links; then
+    fail "debian/$pkg.links does not exist!"
+  fi
+
   if ! (echo "$ruby_gnome2_deps" | grep -q $pkg); then
     fail "ruby-gnome2 does NOT depend on $pkg!"
   fi
diff --git a/debian/ruby-atk.links b/debian/ruby-atk.links
new file mode 100644
index 0000000..87908b1
--- /dev/null
+++ b/debian/ruby-atk.links
@@ -0,0 +1 @@
+usr/lib/ruby/vendor_ruby/atk.rb usr/lib/ruby/vendor_ruby/1.8/atk.rb
diff --git a/debian/ruby-gdk-pixbuf2.links b/debian/ruby-gdk-pixbuf2.links
new file mode 100644
index 0000000..b22a5b6
--- /dev/null
+++ b/debian/ruby-gdk-pixbuf2.links
@@ -0,0 +1 @@
+usr/lib/ruby/vendor_ruby/gdk_pixbuf2.rb usr/lib/ruby/vendor_ruby/1.8/gdk_pixbuf2.rb
diff --git a/debian/ruby-gio2.links b/debian/ruby-gio2.links
new file mode 100644
index 0000000..6565360
--- /dev/null
+++ b/debian/ruby-gio2.links
@@ -0,0 +1 @@
+usr/lib/ruby/vendor_ruby/gio2.rb usr/lib/ruby/vendor_ruby/1.8/gio2.rb
diff --git a/debian/ruby-glib2.links b/debian/ruby-glib2.links
new file mode 100644
index 0000000..3408d8f
--- /dev/null
+++ b/debian/ruby-glib2.links
@@ -0,0 +1 @@
+usr/lib/ruby/vendor_ruby/glib2.rb usr/lib/ruby/vendor_ruby/1.8/glib2.rb
diff --git a/debian/ruby-goocanvas.links b/debian/ruby-goocanvas.links
new file mode 100644
index 0000000..546979a
--- /dev/null
+++ b/debian/ruby-goocanvas.links
@@ -0,0 +1 @@
+usr/lib/ruby/vendor_ruby/goocanvas.rb usr/lib/ruby/vendor_ruby/1.8/goocanvas.rb
diff --git a/debian/ruby-gstreamer.links b/debian/ruby-gstreamer.links
new file mode 100644
index 0000000..b7f4c02
--- /dev/null
+++ b/debian/ruby-gstreamer.links
@@ -0,0 +1 @@
+usr/lib/ruby/vendor_ruby/gst.rb usr/lib/ruby/vendor_ruby/1.8/gst.rb
diff --git a/debian/ruby-gtk2.links b/debian/ruby-gtk2.links
new file mode 100644
index 0000000..a36c3e8
--- /dev/null
+++ b/debian/ruby-gtk2.links
@@ -0,0 +1 @@
+usr/lib/ruby/vendor_ruby/gtk2.rb  usr/lib/ruby/vendor_ruby/1.8/gtk2.rb
diff --git a/debian/ruby-gtksourceview2.links b/debian/ruby-gtksourceview2.links
new file mode 100644
index 0000000..5231f39
--- /dev/null
+++ b/debian/ruby-gtksourceview2.links
@@ -0,0 +1 @@
+usr/lib/ruby/vendor_ruby/gtksourceview2.rb  usr/lib/ruby/vendor_ruby/1.8/gtksourceview2.rb
diff --git a/debian/ruby-pango.links b/debian/ruby-pango.links
new file mode 100644
index 0000000..610519e
--- /dev/null
+++ b/debian/ruby-pango.links
@@ -0,0 +1 @@
+usr/lib/ruby/vendor_ruby/pango.rb usr/lib/ruby/vendor_ruby/1.8/pango.rb
diff --git a/debian/ruby-poppler.links b/debian/ruby-poppler.links
new file mode 100644
index 0000000..b4ac3c8
--- /dev/null
+++ b/debian/ruby-poppler.links
@@ -0,0 +1 @@
+usr/lib/ruby/vendor_ruby/poppler.rb usr/lib/ruby/vendor_ruby/1.8/poppler.rb
diff --git a/debian/ruby-rsvg2.links b/debian/ruby-rsvg2.links
new file mode 100644
index 0000000..27e9932
--- /dev/null
+++ b/debian/ruby-rsvg2.links
@@ -0,0 +1 @@
+usr/lib/ruby/vendor_ruby/rsvg2.rb usr/lib/ruby/vendor_ruby/1.8/rsvg2.rb
diff --git a/debian/ruby-vte.links b/debian/ruby-vte.links
new file mode 100644
index 0000000..e2df433
--- /dev/null
+++ b/debian/ruby-vte.links
@@ -0,0 +1 @@
+usr/lib/ruby/vendor_ruby/vte.rb usr/lib/ruby/vendor_ruby/1.8/vte.rb

-- 
ruby-gnome2.git



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