Package: ruby-gnome2 Version: 0.90.9-0 Severity: normal
Attaching a small patch against the git repo. Please review the remaining discrepancies. Thanks -- System Information: Debian Release: wheezy/sid APT prefers stable APT policy: (900, 'stable'), (500, 'testing'), (410, 'unstable'), (200, 'experimental'), (111, 'oldstable'), (107, 'natty') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-rc3-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages ruby-gnome2 depends on: ii libatk1-ruby 0.90.9-0 ATK bindings for the Ruby language ii libgdk-pixbuf2-ruby 0.90.9-0 Gdk-Pixbuf 2 bindings for the Ruby ii libgio2-ruby 0.90.9-0 gio 2 bindings for the Ruby langua ii libgoocanvas-ruby 0.90.9-0 GooCanvas bindings for the Ruby la ii libgtk-mozembed-ruby 0.90.9-0 ruby binding of GtkMozEmbed, gecko ii libpango1-ruby 0.90.9-0 Pango bindings for the Ruby langua ii librsvg2-ruby 0.90.9-0 RSVG renderer bindings for the Rub ii libvte-ruby 0.90.9-0 VTE widget bindings for the Ruby l Versions of packages ruby-gnome2 recommends: ii libgst-ruby 0.90.9-0 GStreamer bindings for the Ruby la ii libgtksourceview2-ruby 0.90.9-0 GtkSourceView2 bindings for the Ru ii libpoppler-glib-ruby 0.90.9-0 Ruby bindinds for the libpoppler-g ruby-gnome2 suggests no packages. -- no debconf information
diff --git a/debian/control b/debian/control index 44f56f7..2e850cd 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: ruby Priority: optional Maintainer: Arnaud Cornet <acor...@debian.org> Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintain...@lists.alioth.debian.org>, Paul van Tilburg <pau...@debian.org>, Michael Schutte <m.schutte...@gmail.com>, Antonio Terceiro <terce...@softwarelivre.org> -Build-Depends: debhelper (>= 7.0.50~), ruby, ruby1.8, ruby1.8-dev, libgnomeui-dev, libpng12-dev, libgtkglext1-dev, libxmu-dev, librsvg2-dev (>= 2.8.0), xulrunner-dev (>= 1.9.1.3-2), libvte-dev (>= 0.12.1), libpoppler-glib-dev (>= 0.8.0), pkg-config, libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev, libgoocanvas-dev (>= 0.8.0), libgtksourceview2.0-dev, libdrm-dev, libjpeg62-dev, ruby-cairo +Build-Depends: debhelper (>= 7.0.50~), ruby, ruby1.8, ruby1.8-dev, libpng12-dev, libxmu-dev, librsvg2-dev (>= 2.8.0), xulrunner-dev (>= 1.9.1.3-2), libvte-dev (>= 0.12.1), libpoppler-glib-dev (>= 0.8.0), pkg-config, libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev, libgoocanvas-dev (>= 0.8.0), libgtksourceview2.0-dev, libdrm-dev, libjpeg62-dev, ruby-cairo, ruby-pkg-config Standards-Version: 3.9.2 Homepage: http://ruby-gnome2.sourceforge.jp/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/ruby-gnome2/ @@ -630,7 +630,7 @@ Description: GNOME-related bindings for the Ruby language Package: ruby-gnome2-dev Architecture: any Section: libdevel -Depends: ruby-gnome2, ruby1.8-dev, ${misc:Depends} +Depends: ruby-gnome2, ruby1.8-dev, ruby-pkg-config, ${misc:Depends} Description: GNOME-related bindings for the Ruby language (development files) These bindings allow use of the GNOME developer platform using the Ruby programming language. diff --git a/debian/ruby-gio2.README.Debian b/debian/ruby-gio2.README.Debian new file mode 100644 index 0000000..2476db3 --- /dev/null +++ b/debian/ruby-gio2.README.Debian @@ -0,0 +1 @@ +This replaces ruby-gnomevfs2. diff --git a/debian/ruby-gtk2.README.Debian b/debian/ruby-gtk2.README.Debian index cd8e69e..7ca02d4 100644 --- a/debian/ruby-gtk2.README.Debian +++ b/debian/ruby-gtk2.README.Debian @@ -11,3 +11,5 @@ libgtk-trayicon-ruby, which will be removed from the suite. Please update your programs to use Gtk::StatusIcon instead of Gtk::TrayIcon! -- Paul van Tilburg <pau...@debian.org>, Thu, 24 Mar 2007 08:28:24 +0200 + +This package now also replaces ruby-glade2 and ruby-gconf.