[DRE-commits] r3854 - packages/ruby-gstreamer0.10/trunk/debian

Michael Schutte michi-guest at alioth.debian.org
Thu Jul 30 12:30:35 UTC 2009


Author: michi-guest
Date: 2009-07-30 12:30:34 +0000 (Thu, 30 Jul 2009)
New Revision: 3854

Modified:
   packages/ruby-gstreamer0.10/trunk/debian/changelog
   packages/ruby-gstreamer0.10/trunk/debian/compat
   packages/ruby-gstreamer0.10/trunk/debian/control
   packages/ruby-gstreamer0.10/trunk/debian/copyright
Log:
[ruby-gstreamer0.10] Fix #536952 FTBFS and update some packaging stuff


Modified: packages/ruby-gstreamer0.10/trunk/debian/changelog
===================================================================
--- packages/ruby-gstreamer0.10/trunk/debian/changelog	2009-07-29 21:35:24 UTC (rev 3853)
+++ packages/ruby-gstreamer0.10/trunk/debian/changelog	2009-07-30 12:30:34 UTC (rev 3854)
@@ -6,8 +6,22 @@
   [ Arnaud Cornet ]
   * Add samples to package.
 
- -- Arnaud Cornet <acornet at debian.org>  Sat, 05 Apr 2008 12:43:48 +0200
+  [ Michael Schutte ]
+  * Make ruby-gstreamer0.10 build with current versions of the ruby-gnome2
+    packages by depending on ruby-gnome2-dev for mkmf-gnome2.rb, closes:
+    #536952.
+  * Add Zaheer Abbas Merali as a copyright holder and add years.
+  * The archive now supports a “ruby” section.  Move the packages there.
+  * Bump Standards-Version to 3.8.2; no changes needed.
+  * Add ${misc:Depends} to the binary packages so debhelper can add
+    possibly necessary dependencies.
+  * Distinguish between -ruby and -ruby1.8 in the short descriptions.
+  * Upgrade debian/compat and build-deps to require debhelper 5.  The
+    4.*.* series has been deprecated.
+  * Add myself to Uploaders.
 
+ -- Michael Schutte <michi at uiae.at>  Thu, 30 Jul 2009 14:00:20 +0200
+
 ruby-gstreamer0.10 (0.2.0-4) unstable; urgency=low
 
   * Really removed debian/control.in this time.

Modified: packages/ruby-gstreamer0.10/trunk/debian/compat
===================================================================
--- packages/ruby-gstreamer0.10/trunk/debian/compat	2009-07-29 21:35:24 UTC (rev 3853)
+++ packages/ruby-gstreamer0.10/trunk/debian/compat	2009-07-30 12:30:34 UTC (rev 3854)
@@ -1 +1 @@
-4
+5

Modified: packages/ruby-gstreamer0.10/trunk/debian/control
===================================================================
--- packages/ruby-gstreamer0.10/trunk/debian/control	2009-07-29 21:35:24 UTC (rev 3853)
+++ packages/ruby-gstreamer0.10/trunk/debian/control	2009-07-30 12:30:34 UTC (rev 3854)
@@ -1,17 +1,17 @@
 Source: ruby-gstreamer0.10
-Section: libs
+Section: ruby
 Priority: optional
 Maintainer: Sjoerd Simons <sjoerd at debian.org>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Paul van Tilburg <paulvt at debian.org>
-Build-Depends: cdbs, ruby-pkg-tools (>= 0.11.1), debhelper (>= 4.1.0), ruby1.8-dev, libgstreamer-plugins-base0.10-dev,  libglib2-ruby (>= 0.15)
-Standards-Version: 3.7.3
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Paul van Tilburg <paulvt at debian.org>, Michael Schutte <michi at uiae.at>
+Build-Depends: cdbs, ruby-pkg-tools (>= 0.11.1), debhelper (>= 5.0.0), ruby1.8-dev, libgstreamer-plugins-base0.10-dev,  ruby-gnome2-dev
+Standards-Version: 3.8.2
 Homepage: https://trac.luon.net/ruby-gstreamer0.10
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-ruby-extras/packages/ruby-gstreamer0.10/trunk/
 Vcs-Svn: svn://svn.debian.org/pkg-ruby-extras/packages/ruby-gstreamer0.10/trunk/
 
 Package: libgstreamer0.10-ruby
 Architecture: all
-Depends: libgstreamer0.10-ruby1.8
+Depends: libgstreamer0.10-ruby1.8, ${misc:Depends}
 Description: GStreamer 0.10 bindings for the Ruby language
  GStreamer is a media processing framework with support for a wide variety of
  data sources, sinks, and formats through the use of dynamically loaded
@@ -23,8 +23,8 @@
 
 Package: libgstreamer0.10-ruby1.8
 Architecture: any
-Depends: ${shlibs:Depends}, libglib2-ruby (>= 0.16.0)
-Description: GStreamer 0.10 bindings for the Ruby language
+Depends: ${shlibs:Depends}, libglib2-ruby (>= 0.16.0), ${misc:Depends}
+Description: GStreamer 0.10 bindings for the Ruby language (for Ruby 1.8)
  GStreamer is a media processing framework with support for a wide variety of
  data sources, sinks, and formats through the use of dynamically loaded
  plugins. This package contains libraries for using GStreamer 0.10 with the Ruby

Modified: packages/ruby-gstreamer0.10/trunk/debian/copyright
===================================================================
--- packages/ruby-gstreamer0.10/trunk/debian/copyright	2009-07-29 21:35:24 UTC (rev 3853)
+++ packages/ruby-gstreamer0.10/trunk/debian/copyright	2009-07-30 12:30:34 UTC (rev 3854)
@@ -3,10 +3,10 @@
 
 It was downloaded from https://trac.luon.net/ruby-gstreamer0.10
 
-Copyright Holders: 
-  Sjoerd Simons <sjoerd at luon.net>
-  Laurent Sansonetti <lrz at gnome.org>
-  The Ruby-GNOME2 Project Team
+Copyright (C) 2006 Sjoerd Simons <sjoerd at luon.net>
+Copyright (C) 2002-2005 The Ruby-GNOME2 Project Team
+Copyright (C) 2003-2005 Laurent Sansonetti <lrz at gnome.org>
+Copyright (C) 2006 Zaheer Abbas Merali <zaheerabbas at merali.org>
 
 License:
  This program is free software.




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