[DRE-commits] [SCM] ruby-opengl.git branch, master, updated. upstream/0.60.1-9-gcb27b2c

Cédric Boutillier cedric.boutillier at gmail.com
Tue Jan 3 22:47:47 UTC 2012


The following commit has been merged in the master branch:
commit 51c89e795f8ac58ec3bcd9ab24cc388e75beced8
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Tue Dec 20 22:08:47 2011 +0100

    update debian/control

diff --git a/debian/control b/debian/control
index 04a8e20..7ba46b4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: ruby-opengl
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Cédric Boutillier <cedric.boutillier at gmail.com>
+Uploaders: Paul van Tilburg <paulvt at debian.org>, Deepak Tripathi <apenguinlinux at gmail.com>, Cédric Boutillier <cedric.boutillier at gmail.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.12~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.12~), rake, ruby-mkrf (>=0.2.0), freeglut3-dev, libgl1-mesa-dev
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-opengl.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-opengl.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-opengl.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-opengl.git;a=summary
 Homepage: http://ruby-opengl.rubyforge.org
 XS-Ruby-Versions: all
 
@@ -15,6 +15,38 @@ Package: ruby-opengl
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# mkrf (>= 0.2.0), rake (>= 0)
+Replaces: libopengl-ruby (<< 0.60.1-2~), libopengl-ruby1.8 (<< 0.60.1-2~), libopengl-ruby1.9.1 (<< 0.60.1-2~)
+Breaks: libopengl-ruby (<< 0.60.1-2~), libopengl-ruby1.8 (<< 0.60.1-2~), libopengl-ruby1.9.1 (<< 0.60.1-2~)
+Provides: libopengl-ruby, libopengl-ruby1.8, libopengl-ruby1.9.1
 Description: OpenGL Interface for Ruby
- <insert long description, indented with spaces>
+ This library allows program written in Ruby to use the OpenGL API for
+ graphics.
+
+# Transitional packages
+Package: libopengl-ruby
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-opengl
+Description: Transitional package for ruby-opengl
+ This is a transitional package to ease upgrades to the ruby-opengl
+ package. It can safely be removed.
+
+Package: libopengl-ruby1.8
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-opengl
+Description: Transitional package for ruby-opengl
+ This is a transitional package to ease upgrades to the ruby-opengl
+ package. It can safely be removed.
+
+Package: libopengl-ruby1.9.1
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-opengl
+Description: Transitional package for ruby-opengl
+ This is a transitional package to ease upgrades to the ruby-opengl
+ package. It can safely be removed.
+

-- 
ruby-opengl.git



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