[DRE-commits] r1658 - packages/ruby-gnome2/trunk/debian

paulvt at alioth.debian.org paulvt at alioth.debian.org
Wed May 30 19:02:40 UTC 2007


Author: paulvt
Date: 2007-05-30 19:02:40 +0000 (Wed, 30 May 2007)
New Revision: 1658

Modified:
   packages/ruby-gnome2/trunk/debian/changelog
   packages/ruby-gnome2/trunk/debian/control
Log:
* Added more conflicts/depends, one for every lib<foo>-ruby package that
  existed before 0.16.0 and is now replaced by a lib<foo>-ruby1.8 package.
* Remove suggest on libgnome2-ruby for libglade2-ruby1.8, only the
  dummy packages should do this.

Modified: packages/ruby-gnome2/trunk/debian/changelog
===================================================================
--- packages/ruby-gnome2/trunk/debian/changelog	2007-05-29 21:29:27 UTC (rev 1657)
+++ packages/ruby-gnome2/trunk/debian/changelog	2007-05-30 19:02:40 UTC (rev 1658)
@@ -1,4 +1,4 @@
-ruby-gnome2 (0.16.0-2) UNRELEASED; urgency=low
+ruby-gnome2 (0.16.0-2) unstable; urgency=low
 
   [ Paul van Tilburg ]
   * Changed all packages to priority 'optional'.  Never knew why
@@ -9,8 +9,14 @@
     ruby-gnome2. (Closes: 426497, 426498, 426499, 426500).
   * Indent "Homepage" line properly in control file.
 
- -- Arnaud Cornet <arnaud.cornet at gmail.com>  Tue, 29 May 2007 12:36:20 +0200
+  [ Paul van Tilburg ]
+  * Added more conflicts/depends, one for every lib<foo>-ruby package that
+    existed before 0.16.0 and is now replaced by a lib<foo>-ruby1.8 package.
+  * Remove suggest on libgnome2-ruby for libglade2-ruby1.8, only the
+    dummy packages should do this.
 
+ -- Paul van Tilburg <paulvt at debian.org>  Wed, 30 May 2007 20:59:59 +0200
+
 ruby-gnome2 (0.16.0-1) unstable; urgency=low
 
   [ Arnaud Cornet ]

Modified: packages/ruby-gnome2/trunk/debian/control
===================================================================
--- packages/ruby-gnome2/trunk/debian/control	2007-05-29 21:29:27 UTC (rev 1657)
+++ packages/ruby-gnome2/trunk/debian/control	2007-05-30 19:02:40 UTC (rev 1658)
@@ -21,8 +21,8 @@
 Package: libglib2-ruby1.8
 Architecture: any
 Depends: ${shlibs:Depends}
-Replaces: libglib2-ruby (< 0.16)
-Conflicts: libglib2-ruby (< 0.16)
+Replaces: libglib2-ruby (< 0.16.0)
+Conflicts: libglib2-ruby (< 0.16.0)
 Description: Glib 2 bindings for the Ruby language
  Glib is a useful general-purpose C library, notably used by GTK+ and GNOME.
  This package contains libraries for using Glib with the Ruby programming
@@ -45,8 +45,8 @@
 Package: libatk1-ruby1.8
 Architecture: any
 Depends: ${shlibs:Depends}, libglib2-ruby1.8 (= ${binary:Version})
-Replaces: libatk1-ruby (< 0.16)
-Conflicts: libatk1-ruby (< 0.16)
+Replaces: libatk1-ruby (< 0.16.0)
+Conflicts: libatk1-ruby (< 0.16.0)
 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
@@ -68,8 +68,8 @@
 Package: libpango1-ruby1.8
 Architecture: any
 Depends: ${shlibs:Depends}, libglib2-ruby1.8 (= ${binary:Version}), libcairo-ruby1.8
-Replaces: libpango1-ruby (< 0.16)
-Conflicts: libpango1-ruby (< 0.16)
+Replaces: libpango1-ruby (< 0.16.0)
+Conflicts: libpango1-ruby (< 0.16.0)
 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
@@ -88,8 +88,8 @@
 Package: libgdk-pixbuf2-ruby1.8
 Architecture: any
 Depends: ${shlibs:Depends}, libglib2-ruby1.8 (= ${binary:Version})
-Replaces: libgdk-pixbuf2-ruby (< 0.16)
-Conflicts: libgdk-pixbuf2-ruby (< 0.16)
+Replaces: libgdk-pixbuf2-ruby (< 0.16.0)
+Conflicts: libgdk-pixbuf2-ruby (< 0.16.0)
 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.
@@ -109,8 +109,8 @@
 Package: libgtk2-ruby1.8
 Architecture: any
 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
+Replaces: libgtk2-ruby (< 0.16.0), libgtk-trayicon-ruby1.8
+Conflicts: libgtk2-ruby (< 0.16.0), libgtk-trayicon-ruby1.8
 Description: GTK+ bindings for the Ruby language
  GTK+ is a library for creating graphical user interfaces. This package
  contains libraries for using GTK+ with the Ruby programming language.
@@ -128,6 +128,8 @@
 Package: libart2-ruby1.8
 Architecture: any
 Depends: ${shlibs:Depends}
+Replaces: libart2-ruby (< 0.16.0)
+Conflicts: libart2-ruby (< 0.16.0)
 Description: Libart 2 bindings for the Ruby language
  Libart is a library for 2D graphics. This package contains libraries for
  using Libart with the Ruby programming language.
@@ -147,6 +149,8 @@
 Package: libgnomecanvas2-ruby1.8
 Architecture: any
 Depends: ${shlibs:Depends}, libgtk2-ruby1.8 (= ${binary:Version}), libart2-ruby1.8 (= ${binary:Version})
+Replaces: libgnomecanvas2-ruby (< 0.16.0)
+Conflicts: libgnomecanvas2-ruby (< 0.16.0)
 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
@@ -167,6 +171,8 @@
 Package: libgnome2-ruby1.8
 Architecture: any
 Depends: ${shlibs:Depends}, libgnomecanvas2-ruby1.8 (= ${binary:Version})
+Replaces: libgnome2-ruby (< 0.16.0)
+Conflicts: libgnom2-ruby (< 0.16.0)
 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
@@ -185,6 +191,8 @@
 Package: libgconf2-ruby1.8
 Architecture: any
 Depends: ${shlibs:Depends}, libglib2-ruby1.8 (= ${binary:Version})
+Replaces: libgconf2-ruby (< 0.16.0)
+Conflicts: libgconf2-ruby (< 0.16.0)
 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.
@@ -205,7 +213,8 @@
 Package: libglade2-ruby1.8
 Architecture: any
 Depends: ${shlibs:Depends}, ruby, libgtk2-ruby1.8 (= ${binary:Version})
-Suggests: libgnome2-ruby
+Replaces: libglade2-ruby (< 0.16.0)
+Conflicts: libglade2-ruby (< 0.16.0)
 Description: Libglade 2 bindings for the Ruby language
  Libglade allows programs to load externally-stored user interfaces,
  permitting the modification of the interface without the modification of the
@@ -225,6 +234,8 @@
 Package: libgtkhtml2-ruby1.8
 Architecture: any
 Depends: ${shlibs:Depends}, libgtk2-ruby1.8 (= ${binary:Version})
+Replaces: libgtkhtml2-ruby (< 0.16.0)
+Conflicts: libgtkhtml2-ruby (< 0.16.0)
 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.
@@ -243,6 +254,8 @@
 Package: libgtkglext1-ruby1.8
 Architecture: any
 Depends: ${shlibs:Depends}, libopengl-ruby, libglib2-ruby1.8 (= ${binary:Version})
+Replaces: libgtkglext1-ruby (< 0.16.0)
+Conflicts: libgtkglext1-ruby (< 0.16.0)
 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
@@ -265,6 +278,8 @@
 Package: libgnomevfs2-ruby1.8
 Architecture: any
 Depends: ${shlibs:Depends}, libglib2-ruby1.8 (= ${binary:Version})
+Replaces: libgnomevfs2-ruby (< 0.16.0)
+Conflicts: libgnomevfs2-ruby (< 0.16.0)
 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
@@ -288,6 +303,8 @@
 Package: libgtksourceview1-ruby1.8
 Architecture: any
 Depends: ${shlibs:Depends}, libgtk2-ruby1.8 (= ${binary:Version})
+Replaces: libgtksourceview1-ruby (< 0.16.0)
+Conflicts: libgtksourceview1-ruby (< 0.16.0)
 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
@@ -308,6 +325,8 @@
 Package: libpanel-applet2-ruby1.8
 Architecture: any
 Depends: ${shlibs:Depends}, libgtk2-ruby1.8 (= ${binary:Version})
+Replaces: libpanel-applet2-ruby (< 0.16.0)
+Conflicts: libpanel-applet2-ruby (< 0.16.0)
 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
@@ -327,6 +346,8 @@
 Package: libgnomeprint2-ruby1.8
 Architecture: any
 Depends: ${shlibs:Depends}, libglib2-ruby1.8 (= ${binary:Version})
+Replaces: libgnomeprint2-ruby (< 0.16.0)
+Conflicts: libgnomeprint2-ruby (< 0.16.0)
 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
@@ -347,6 +368,8 @@
 Package: libgnomeprintui2-ruby1.8
 Architecture: any
 Depends: ${shlibs:Depends}, libgtk2-ruby1.8 (= ${binary:Version}), libgnomeprint2-ruby1.8 (= ${binary:Version})
+Replaces: libgnomeprintui2-ruby (< 0.16.0)
+Conflicts: libgnomeprintui2-ruby (< 0.16.0)
 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
@@ -366,6 +389,8 @@
 Package: librsvg2-ruby1.8
 Architecture: any
 Depends: ${shlibs:Depends}, libglib2-ruby1.8 (= ${binary:Version})
+Replaces: librsvg2-ruby (< 0.16.0)
+Conflicts: librsvg2-ruby (< 0.16.0)
 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.
@@ -383,6 +408,8 @@
 Package: libgtk-mozembed-ruby1.8
 Architecture: any
 Depends: ${shlibs:Depends}
+Replaces: libgtk-mozembed-ruby (< 0.16.0)
+Conflicts: libgtk-mozembed-ruby (< 0.16.0)
 Description: ruby binding of GtkMozEmbed, gecko renderer
  GtkMozEmbed is a Ruby binding of GtkMozEmbed, a widget embedding a
  Mozilla Gecko renderer.
@@ -399,6 +426,8 @@
 Package: libvte-ruby1.8
 Architecture: any
 Depends: ${shlibs:Depends}
+Replaces: libvte-ruby (< 0.16.0)
+Conflicts: libvte-ruby (< 0.16.0)
 Description: VTE widget bindings for the Ruby language
  VTE is a Ruby binding for the VTE terminal emulator widget for GTK+.
 




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