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

nohar-guest at alioth.debian.org nohar-guest at alioth.debian.org
Tue May 29 13:51:39 UTC 2007


Author: nohar-guest
Date: 2007-05-29 13:51:38 +0000 (Tue, 29 May 2007)
New Revision: 1653

Modified:
   packages/ruby-gnome2/trunk/debian/changelog
   packages/ruby-gnome2/trunk/debian/control
Log:
Add some conflicts/depends to allow proper replacement of older ruby-gnome2.
Indent "Homepage" line properly in control file.



Modified: packages/ruby-gnome2/trunk/debian/changelog
===================================================================
--- packages/ruby-gnome2/trunk/debian/changelog	2007-05-28 17:25:29 UTC (rev 1652)
+++ packages/ruby-gnome2/trunk/debian/changelog	2007-05-29 13:51:38 UTC (rev 1653)
@@ -1,10 +1,16 @@
 ruby-gnome2 (0.16.0-2) UNRELEASED; urgency=low
 
+  [ Paul van Tilburg ]
   * Changed all packages to priority 'optional'.  Never knew why
     it was 'extra', really.
 
- -- Paul van Tilburg <paulvt at debian.org>  Sat, 26 May 2007 14:24:11 +0200
+  [ Arnaud Cornet ]
+  * Add some conflicts/depends to allow proper replacement of older
+    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
+
 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-28 17:25:29 UTC (rev 1652)
+++ packages/ruby-gnome2/trunk/debian/control	2007-05-29 13:51:38 UTC (rev 1653)
@@ -21,6 +21,8 @@
 Package: libglib2-ruby1.8
 Architecture: any
 Depends: ${shlibs:Depends}
+Replaces: libglib2-ruby (< 0.16)
+Conflicts: libglib2-ruby (< 0.16)
 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
@@ -43,6 +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)
 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
@@ -64,6 +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)
 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
@@ -82,6 +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)
 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.
@@ -404,4 +412,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