[DRE-commits] [SCM] ruby-sdl.git branch, master, updated. debian/2.1.2-1-1-g1d507de

Cédric Boutillier cedric.boutillier at gmail.com
Mon Apr 23 21:08:01 UTC 2012


The following commit has been merged in the master branch:
commit 1d507de097d75288b329c5120d447a24fa9d0762
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Mon Apr 23 23:06:56 2012 +0200

    fix version for Replaces/Breaks to match the last libsdl-ruby version

diff --git a/debian/control b/debian/control
index 84d12b3..656823c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,8 @@
 Source: ruby-sdl
 Section: ruby
 Priority: optional
-Maintainer: Paul van Tilburg <paulvt at debian.org>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Deepak Tripathi <apenguinlinux at gmail.com>, Youhei SASAKI <uwabami at gfd-dennou.org>
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Paul van Tilburg <paulvt at debian.org>, Deepak Tripathi <apenguinlinux at gmail.com>, Youhei SASAKI <uwabami at gfd-dennou.org>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-ttf2.0-dev, libsdl-sge-dev, libsmpeg-dev
 DM-Upload-Allowed: yes
 Standards-Version: 3.9.3
@@ -16,11 +16,11 @@ Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 Suggests: libopengl-ruby1.8 | ruby-opengl, libopengl-ruby1.9.1 | ruby-opengl
-Replaces: libsdl-ruby (<< 2.1.1.1-1~), libsdl-ruby1.9.1 (<< 2.1.1.1-1~), libsdl-ruby1.8 (<< 2.1.1.1-1~)
-Breaks: libsdl-ruby (<< 2.1.1.1-1~), libsdl-ruby1.9.1 (<< 2.1.1.1-1~), libsdl-ruby1.8 (<< 2.1.1.1-1~)
+Replaces: libsdl-ruby (<< 2.1.1.1-2~), libsdl-ruby1.9.1 (<< 2.1.1.1-2~), libsdl-ruby1.8 (<< 2.1.1.1-2~)
+Breaks: libsdl-ruby (<< 2.1.1.1-2~), libsdl-ruby1.9.1 (<< 2.1.1.1-2~), libsdl-ruby1.8 (<< 2.1.1.1-2~)
 Provides: libsdl-ruby, libsdl-ruby1.9.1, libsdl-ruby1.8
 Description: Ruby/SDL interface for Ruby
- Ruby/SDL is the ruby extension library to use SDL.  SDL (Simple
+ Ruby/SDL is the ruby extension library to use SDL. SDL (Simple
  DirectMedia Layer) is a cross-platform multimedia library designed to
  provide fast access to the graphics framebuffer and audio device.
 
@@ -30,13 +30,13 @@ Priority: extra
 Architecture: any
 Depends: ${misc:Depends}, ruby-sdl (=${binary:Version})
 Description: Ruby/SDL interface for Ruby (debug symbols)
- Ruby/SDL is the ruby extension library to use SDL.  SDL (Simple
+ Ruby/SDL is the ruby extension library to use SDL. SDL (Simple
  DirectMedia Layer) is a cross-platform multimedia library designed to
  provide fast access to the graphics framebuffer and audio device.
  .
  This package is provided primarily to provide a backtrace with names
  in a debugger, this makes it somewhat easier to interpret core
- dumps.  Most people will not need this package.
+ dumps. Most people will not need this package.
 
 Package: libsdl-ruby1.8
 Priority: extra

-- 
ruby-sdl.git



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