[DRE-commits] r4140 - trunk/libsdl-ruby/debian

Paul van Tilburg paulvt at alioth.debian.org
Sat Sep 12 14:44:22 UTC 2009


Author: paulvt
Date: 2009-09-12 14:44:22 +0000 (Sat, 12 Sep 2009)
New Revision: 4140

Modified:
   trunk/libsdl-ruby/debian/changelog
   trunk/libsdl-ruby/debian/control
   trunk/libsdl-ruby/debian/rules
   trunk/libsdl-ruby/debian/watch
Log:
* New upstream release; moved to the 2.x branch (closes: #510050)!
* debian/watch: updated, the source moved to RubyForge.
* debian/control:
  - Bumped the standards version to 3.8.3; no changes required.
  - Added a package for Ruby 1.9 now that it is supported.
  - Added build-depend on ruby1.9.1 and ruby1.9.1-dev.
  - Fixed package description of libruby-sdl, it talked about Mahoro for
    some reason. 
  - Removed the build-depend on rdtool.
  - Added ${misc:Depends} to the depends of libsdl-ruby{,1.8,1.9.1}.
* debian/rules: removed rules to generate docs, this is done by
  upstream now. 

Modified: trunk/libsdl-ruby/debian/changelog
===================================================================
--- trunk/libsdl-ruby/debian/changelog	2009-09-12 14:44:18 UTC (rev 4139)
+++ trunk/libsdl-ruby/debian/changelog	2009-09-12 14:44:22 UTC (rev 4140)
@@ -1,4 +1,4 @@
-libsdl-ruby (1.3.1-2) UNRELEASED; urgency=low
+libsdl-ruby (2.1.0-1) UNRELEASED; urgency=low
 
   [ Paul van Tilburg ]
   * Tweaked the RD documentation generating rules (title, charsets).
@@ -6,8 +6,22 @@
   [ Gunnar Wolf ]
   * Changed section to Ruby as per ftp-masters' request
 
- -- Gunnar Wolf <gwolf at debian.org>  Tue, 21 Apr 2009 15:54:26 -0500
+  [ Paul van Tilburg ]
+  * New upstream release; moved to the 2.x branch (closes: #510050)!
+  * debian/watch: updated, the source moved to RubyForge.
+  * debian/control:
+    - Bumped the standards version to 3.8.3; no changes required.
+    - Added a package for Ruby 1.9 now that it is supported.
+    - Added build-depend on ruby1.9.1 and ruby1.9.1-dev.
+    - Fixed package description of libruby-sdl, it talked about Mahoro for
+      some reason. 
+    - Removed the build-depend on rdtool.
+    - Added ${misc:Depends} to the depends of libsdl-ruby{,1.8,1.9.1}.
+  * debian/rules: removed rules to generate docs, this is done by
+    upstream now. 
 
+ -- Paul van Tilburg <paulvt at debian.org>  Sat, 12 Sep 2009 10:54:39 +0200
+
 libsdl-ruby (1.3.1-1) unstable; urgency=low
 
   * New upstream release (closes: #457035).

Modified: trunk/libsdl-ruby/debian/control
===================================================================
--- trunk/libsdl-ruby/debian/control	2009-09-12 14:44:18 UTC (rev 4139)
+++ trunk/libsdl-ruby/debian/control	2009-09-12 14:44:22 UTC (rev 4140)
@@ -3,28 +3,37 @@
 Priority: optional
 Maintainer: Paul van Tilburg <paulvt at debian.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>> 5.0.0), cdbs, ruby-pkg-tools, rdtool, ruby1.8, ruby1.8-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-ttf2.0-dev, libsdl-sge-dev, libsmpeg-dev
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>> 5.0.0), cdbs, ruby-pkg-tools, ruby1.8, ruby1.8-dev, ruby1.9.1, ruby1.9.1-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-ttf2.0-dev, libsdl-sge-dev, libsmpeg-dev
+Standards-Version: 3.8.3
 Homepage: http://www.kmc.gr.jp/~ohai/rubysdl.en.html
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libsdl-ruby/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libsdl-ruby/
 
 Package: libsdl-ruby
 Architecture: all
-Depends: libsdl-ruby1.8
+Depends: libsdl-ruby1.8, ${misc:Depends}
 Description: Ruby/SDL interface for Ruby
  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 is a dummy package to install the Mahoro library bindings for
+ This is a dummy package to install the SDL library bindings for
  the default version of Ruby.
 
 Package: libsdl-ruby1.8
 Architecture: any
-Depends: ${shlibs:Depends}
-Suggests: libopengl-ruby
-Description: Ruby/SDL interface for Ruby
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: libopengl-ruby1.8
+Description: Ruby/SDL interface for Ruby 1.8
  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.
+
+Package: libsdl-ruby1.9.1
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: libopengl-ruby1.9.1
+Description: Ruby/SDL interface for Ruby 1.9.1
+ 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.

Modified: trunk/libsdl-ruby/debian/rules
===================================================================
--- trunk/libsdl-ruby/debian/rules	2009-09-12 14:44:18 UTC (rev 4139)
+++ trunk/libsdl-ruby/debian/rules	2009-09-12 14:44:22 UTC (rev 4140)
@@ -6,10 +6,3 @@
 include /usr/share/ruby-pkg-tools/1/class/ruby-extconf-rb.mk
 
 DEB_RUBY_SETUP_ARGS = --enable-event2
-
-RD2OPT = -rrd/rd2html-lib --html-title="Ruby/SDL Reference Manual"
-
-build/libsdl-ruby::
-	rd2 $(RD2OPT) --html-lang=en rubysdl_doc.en.rd -o rubysdl_ref.en
-	rd2 $(RD2OPT) --html-lang=ja --html-charset=EUC-JP rubysdl_ref.rd \
-	  -o rubysdl_ref.ja

Modified: trunk/libsdl-ruby/debian/watch
===================================================================
--- trunk/libsdl-ruby/debian/watch	2009-09-12 14:44:18 UTC (rev 4139)
+++ trunk/libsdl-ruby/debian/watch	2009-09-12 14:44:22 UTC (rev 4140)
@@ -1,2 +1,2 @@
-version=2
-http://www.kmc.gr.jp/~ohai/rubysdl/rubysdl-(.*)\.tar\.gz
+version=3
+http://rubyforge.org/frs/?group_id=1006 .*rubysdl-(.*)\.t.*




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