[DRE-commits] r1620 - packages-wip/ruby-gnome2/trunk/debian

paulvt at alioth.debian.org paulvt at alioth.debian.org
Thu May 24 13:15:25 UTC 2007


Author: paulvt
Date: 2007-05-24 13:15:25 +0000 (Thu, 24 May 2007)
New Revision: 1620

Modified:
   packages-wip/ruby-gnome2/trunk/debian/control
Log:
* Changed all depends from -ruby1.8 pkgs on other -ruby pkg into 
  depends on -ruby 1.8 pkgs.
* Modified all version restrictions from ${source:Version} into
  ${binary:Version} to make it binNMU safe.
* Fixed some descriptions.
* The ruby-gnome2 meta-pkg now depends on the other -ruby pkgs without
  version restrictions.


Modified: packages-wip/ruby-gnome2/trunk/debian/control
===================================================================
--- packages-wip/ruby-gnome2/trunk/debian/control	2007-05-24 06:32:03 UTC (rev 1619)
+++ packages-wip/ruby-gnome2/trunk/debian/control	2007-05-24 13:15:25 UTC (rev 1620)
@@ -42,7 +42,7 @@
 
 Package: libatk1-ruby1.8
 Architecture: any
-Depends: ${shlibs:Depends}, libglib2-ruby (= ${Source-Version})
+Depends: ${shlibs:Depends}, libglib2-ruby1.8 (= ${binary:Version})
 Description: ATK bindings for the Ruby language
  ATK is a toolkit providing accessibility interfaces for applications or other
  toolkits. By implementing these interfaces, those other toolkits or
@@ -63,7 +63,7 @@
 
 Package: libpango1-ruby1.8
 Architecture: any
-Depends: ${shlibs:Depends}, libglib2-ruby (= ${Source-Version}), libcairo-ruby
+Depends: ${shlibs:Depends}, libglib2-ruby1.8 (= ${binary:Version}), libcairo-ruby1.8
 Description: Pango bindings for the Ruby language
  Pango is a library for layout and rendering of text, with an emphasis on
  internationalization. This package contains libraries for using Pango with
@@ -81,16 +81,14 @@
 
 Package: libgdk-pixbuf2-ruby1.8
 Architecture: any
-Depends: ${shlibs:Depends}, libglib2-ruby (= ${Source-Version})
+Depends: ${shlibs:Depends}, libglib2-ruby1.8 (= ${binary:Version})
 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: libgtk2-ruby
 Architecture: all
-Depends: libgtk2-ruby1.8,
- libpango1-ruby (= ${Source-Version}),
- libgdk-pixbuf2-ruby (= ${Source-Version})
+Depends: libgtk2-ruby1.8
 Replaces: libgtk-trayicon-ruby
 Conflicts: libgtk-trayicon-ruby
 Description: GTK+ bindings for the Ruby language
@@ -102,9 +100,7 @@
 
 Package: libgtk2-ruby1.8
 Architecture: any
-Depends: ${shlibs:Depends}, libatk1-ruby (= ${Source-Version}),
- libpango1-ruby (= ${Source-Version}),
- libgdk-pixbuf2-ruby (= ${Source-Version})
+Depends: ${shlibs:Depends}, libatk1-ruby1.8 (= ${binary:Version}), libpango1-ruby1.8 (= ${binary:Version}), libgdk-pixbuf2-ruby1.8 (= ${binary:Version})
 Replaces: libgtk-trayicon-ruby1.8
 Conflicts: libgtk-trayicon-ruby1.8
 Description: GTK+ bindings for the Ruby language
@@ -142,8 +138,7 @@
 
 Package: libgnomecanvas2-ruby1.8
 Architecture: any
-Depends: ${shlibs:Depends}, libgtk2-ruby (= ${Source-Version}),
- libart2-ruby (= ${Source-Version})
+Depends: ${shlibs:Depends}, libgtk2-ruby1.8 (= ${binary:Version}), libart2-ruby1.8 (= ${binary:Version})
 Description: GNOME Canvas 2 bindings for the Ruby language
  The GNOME canvas is powerful and extensible object-oriented display engine,
  which allows graphics manipulation in terms of structured items as opposed to
@@ -163,7 +158,7 @@
 
 Package: libgnome2-ruby1.8
 Architecture: any
-Depends: ${shlibs:Depends}, libgnomecanvas2-ruby (= ${Source-Version})
+Depends: ${shlibs:Depends}, libgnomecanvas2-ruby1.8 (= ${binary:Version})
 Description: GNOME 2 bindings for the Ruby language
  The GNOME user interface libraries provide shared user interface
  functionality for GNOME and GNOME-based programs. This package contains
@@ -181,7 +176,7 @@
 
 Package: libgconf2-ruby1.8
 Architecture: any
-Depends: ${shlibs:Depends}, libglib2-ruby (= ${Source-Version})
+Depends: ${shlibs:Depends}, libglib2-ruby1.8 (= ${binary:Version})
 Description: GConf 2 bindings for the Ruby language
  GConf is a configuration database system. This package contains libraries for
  using GConf with the Ruby programming language.
@@ -201,8 +196,7 @@
 
 Package: libglade2-ruby1.8
 Architecture: any
-Depends: ${shlibs:Depends}, ruby, librexml-ruby,
- libgtk2-ruby (= ${Source-Version})
+Depends: ${shlibs:Depends}, ruby, libruby1.8, libgtk2-ruby1.8 (= ${binary:Version})
 Suggests: libgnome2-ruby
 Description: Libglade 2 bindings for the Ruby language
  Libglade allows programs to load externally-stored user interfaces,
@@ -222,7 +216,7 @@
 
 Package: libgtkhtml2-ruby1.8
 Architecture: any
-Depends: ${shlibs:Depends}, libgtk2-ruby (= ${Source-Version})
+Depends: ${shlibs:Depends}, libgtk2-ruby1.8 (= ${binary:Version})
 Description: GtkHTML bindings for the Ruby language
  GtkHTML is a lightweight HTML rendering/printing/editing engine. This package
  contains libraries for using GtkHTML with the Ruby programming language.
@@ -240,7 +234,7 @@
 
 Package: libgtkglext1-ruby1.8
 Architecture: any
-Depends: ${shlibs:Depends}, libopengl-ruby, libglib2-ruby (= ${Source-Version})
+Depends: ${shlibs:Depends}, libopengl-ruby, libglib2-ruby1.8 (= ${binary:Version})
 Description: GTK+ GL extension bindings for the Ruby language
  GtkGLExt provides the GDK objects to support OpenGL rendering in GTK,
  and GtkWidget API add-ons to make GTK+ widgets OpenGL-capable. This package
@@ -262,7 +256,7 @@
 
 Package: libgnomevfs2-ruby1.8
 Architecture: any
-Depends: ${shlibs:Depends}, libglib2-ruby (= ${Source-Version})
+Depends: ${shlibs:Depends}, libglib2-ruby1.8 (= ${binary:Version})
 Description: GNOME VFS 2 bindings for the Ruby language
  GNOME VFS is the GNOME virtual file system. It provides a modular
  architecture and ships with several modules that implement support for file
@@ -274,21 +268,23 @@
 Package: libgtksourceview1-ruby
 Architecture: all
 Depends: libgtksourceview1-ruby1.8
-Description: GTKSourceView bindings for the Ruby language
- GTKSourceView is a text widget that extends the standard GTK+ text widget.
- This package contains libraries for using GStreamer with the Ruby programming
- language.
+Description: GtkSourceView bindings for the Ruby language
+ GtkSourceView is a text widget that extends the standard GTK+ text widget. 
+ This package contains libraries for using the GtkSourceView text widget
+ with syntax highlighting and other features typical of a source code
+ editor in the Ruby programming language.
  .
  This is a dummy package depending on the library for the current default
  version of Ruby.
 
 Package: libgtksourceview1-ruby1.8
 Architecture: any
-Depends: ${shlibs:Depends}, libgtk2-ruby (= ${Source-Version})
-Description: GTKSourceView bindings for the Ruby language
- GTKSourceView is a text widget that extends the standard GTK+ text widget.
- This package contains libraries for using GStreamer with the Ruby programming
- language.
+Depends: ${shlibs:Depends}, libgtk2-ruby1.8 (= ${binary:Version})
+Description: GtkSourceView bindings for the Ruby language
+ GTKSourceView is a text widget that extends the standard GTK+ text widget. 
+ This package contains libraries for using the GtkSourceView text widget
+ with syntax highlighting and other features typical of a source code
+ editor in the Ruby programming language.
 
 Package: libpanel-applet2-ruby
 Architecture: all
@@ -303,7 +299,7 @@
 
 Package: libpanel-applet2-ruby1.8
 Architecture: any
-Depends: ${shlibs:Depends}, libgtk2-ruby (= ${Source-Version})
+Depends: ${shlibs:Depends}, libgtk2-ruby1.8 (= ${binary:Version})
 Description: GNOME 2 panel applet library bindings for the Ruby language
  The GNOME panel applet library is used by applets which sit on the GNOME
  Panel. This package contains libraries for using the panel applet library
@@ -322,7 +318,7 @@
 
 Package: libgnomeprint2-ruby1.8
 Architecture: any
-Depends: ${shlibs:Depends}, libglib2-ruby (= ${Source-Version})
+Depends: ${shlibs:Depends}, libglib2-ruby1.8 (= ${binary:Version})
 Description: GNOME print bindings for the Ruby language
  The GNOME print architecture is a set of libraries for printing documents
  from GNOME applications. This package contains libraries for using the
@@ -342,8 +338,7 @@
 
 Package: libgnomeprintui2-ruby1.8
 Architecture: any
-Depends: ${shlibs:Depends}, libgtk2-ruby (= ${Source-Version}),
- libgnomeprint2-ruby (= ${Source-Version})
+Depends: ${shlibs:Depends}, libgtk2-ruby1.8 (= ${binary:Version}), libgnomeprint2-ruby1.8 (= ${binary:Version})
 Description: GNOME print user interface bindings for the Ruby language
  The GNOME print architecture is a set of libraries for printing documents
  from GNOME applications. This package contains libraries for using the using
@@ -362,7 +357,7 @@
 
 Package: librsvg2-ruby1.8
 Architecture: any
-Depends: ${shlibs:Depends}, libglib2-ruby (= ${Source-Version})
+Depends: ${shlibs:Depends}, libglib2-ruby1.8 (= ${binary:Version})
 Description: RSVG renderer bindings for the Ruby language
  RSVG is a renderer for Scalable Vector Graphics image files. This package
  contains libraries for using RSVG with the Ruby programming language.
@@ -371,7 +366,7 @@
 Architecture: all
 Depends: libgtk-mozembed-ruby1.8
 Description: ruby binding of GtkMozEmbed, gecko renderer
- GtkMozEmbed is a Ruby binding of GtkMozEmbed a widget embedding a
+ GtkMozEmbed is a Ruby binding of GtkMozEmbed, a widget embedding a
  Mozilla Gecko renderer.
  .
  This is a dummy package depending on the library for the current default
@@ -381,14 +376,14 @@
 Architecture: any
 Depends: ${shlibs:Depends}
 Description: ruby binding of GtkMozEmbed, gecko renderer
- GtkMozEmbed is a Ruby binding of GtkMozEmbed a widget embedding a
+ GtkMozEmbed is a Ruby binding of GtkMozEmbed, a widget embedding a
  Mozilla Gecko renderer.
 
 Package: libvte-ruby
 Architecture: all
 Depends: libvte-ruby1.8
 Description: VTE widget bindings for the Ruby language
- VTE is a Ruby binding for the vte terminal emulator widget for Gtk
+ VTE is a Ruby binding for the VTE terminal emulator widget for GTK+.
  .
  This is a dummy package depending on the library for the current default
  version of Ruby.
@@ -397,23 +392,11 @@
 Architecture: any
 Depends: ${shlibs:Depends}
 Description: VTE widget bindings for the Ruby language
- VTE is a Ruby binding for the vte terminal emulator widget for Gtk
+ VTE is a Ruby binding for the VTE terminal emulator widget for GTK+.
 
 Package: ruby-gnome2
 Architecture: all
-Depends: libgnome2-ruby (= ${Source-Version}),
- libgconf2-ruby (= ${Source-Version}),
- libglade2-ruby (= ${Source-Version}),
- libgtkhtml2-ruby (= ${Source-Version}),
- libgtkglext1-ruby (= ${Source-Version}),
- libgnomevfs2-ruby (= ${Source-Version}),
- libgtksourceview1-ruby (= ${Source-Version}),
- libpanel-applet2-ruby (= ${Source-Version}),
- libgnomeprint2-ruby (= ${Source-Version}),
- libgnomeprintui2-ruby (= ${Source-Version}),
- librsvg2-ruby (= ${Source-Version}),
- libgtk-mozembed-ruby (= ${Source-Version}),
- libvte-ruby (= ${Source-Version})
+Depends: libgnome2-ruby, libgconf2-ruby, libglade2-ruby, libgtkhtml2-ruby, libgtkglext1-ruby, libgnomevfs2-ruby, libgtksourceview1-ruby, libpanel-applet2-ruby, libgnomeprint2-ruby, libgnomeprintui2-ruby, librsvg2-ruby, libgtk-mozembed-ruby, libvte-ruby
 Description: GNOME-related bindings for the Ruby language
  These bindings allow use of the GNOME developer platform using the Ruby
  programming language.
@@ -421,4 +404,4 @@
  This is an empty package that depends on the various packages that provide
  the individual bindings.
  .
-  Homepage: http://ruby-gnome2.sourceforge.jp/
+ Homepage: http://ruby-gnome2.sourceforge.jp/




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