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

paulvt at alioth.debian.org paulvt at alioth.debian.org
Wed Jun 13 11:05:12 UTC 2007


Author: paulvt
Date: 2007-06-13 11:05:12 +0000 (Wed, 13 Jun 2007)
New Revision: 1687

Modified:
   packages/ruby-gstreamer0.10/trunk/debian/changelog
   packages/ruby-gstreamer0.10/trunk/debian/control
   packages/ruby-gstreamer0.10/trunk/debian/rules
Log:
* Removed debian/control.in, update debian/rules and debian control
  to drop the Uploaders rule.
* Bumped the standards version to 3.7.2; no changes required.
* Added a dummy libgstreamer0.10-ruby package as required by policy.
* Added myself as an Uploader.

Modified: packages/ruby-gstreamer0.10/trunk/debian/changelog
===================================================================
--- packages/ruby-gstreamer0.10/trunk/debian/changelog	2007-06-13 10:39:36 UTC (rev 1686)
+++ packages/ruby-gstreamer0.10/trunk/debian/changelog	2007-06-13 11:05:12 UTC (rev 1687)
@@ -1,3 +1,13 @@
+ruby-gstreamer0.10 (0.2.0-3) unstable; urgency=low
+
+  * Removed debian/control.in, update debian/rules and debian control
+    to drop the Uploaders rule.
+  * Bumped the standards version to 3.7.2; no changes required.
+  * Added a dummy libgstreamer0.10-ruby package as required by policy.
+  * Added myself as an Uploader.
+
+ -- Paul van Tilburg <paulvt at debian.org>  Wed, 13 Jun 2007 12:03:44 +0100
+
 ruby-gstreamer0.10 (0.2.0-2) unstable; urgency=low
 
   * Build-depend on ruby-pkg-tools >= 0.11.1 to ensure the binding is

Modified: packages/ruby-gstreamer0.10/trunk/debian/control
===================================================================
--- packages/ruby-gstreamer0.10/trunk/debian/control	2007-06-13 10:39:36 UTC (rev 1686)
+++ packages/ruby-gstreamer0.10/trunk/debian/control	2007-06-13 11:05:12 UTC (rev 1687)
@@ -2,13 +2,25 @@
 Section: libs
 Priority: optional
 Maintainer: Sjoerd Simons <sjoerd at debian.org>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Antonio S. de A. Terceiro <asaterceiro at inf.ufrgs.br>, David Moreno Garza <damog at debian.org>, David Nusinow <dnusinow at debian.org>, Paul van Tilburg <paulvt at debian.org>, Esteban Manchado Velázquez <zoso at debian.org>, Arnaud Cornet <arnaud.cornet at gmail.com>, Lucas Nussbaum <lucas at lucas-nussbaum.net>, Thierry Reding <thierry at doppeltgemoppelt.de>, Marc Dequènes (Duck) <Duck at DuckCorp.org>, Ari Pollak <ari at debian.org>, Daigo Moriwaki <daigo at debian.org>, Vincent Fourmond <vincent.fourmond at 9online.fr>, Rudi Cilibrasi <cilibrar at cilibrar.com>, Patrick Ringl <patrick_ at freenet.de>
+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.6.2
+Standards-Version: 3.7.2
 
+Package: libgstreamer0.10-ruby
+Architecture: all
+Depends: libgstreamer0.10-ruby1.8
+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
+ plugins. This package contains libraries for using GStreamer 0.10 with the Ruby
+ programming language.
+ .
+ This is a dummy package depending on the library for the current default
+ version of Ruby.
+
 Package: libgstreamer0.10-ruby1.8
 Architecture: any
-Depends: ${shlibs:Depends}, libglib2-ruby (>= 0.14.1+glibCVS20060601)
+Depends: ${shlibs:Depends}, libglib2-ruby (>= 0.16.0)
 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

Modified: packages/ruby-gstreamer0.10/trunk/debian/rules
===================================================================
--- packages/ruby-gstreamer0.10/trunk/debian/rules	2007-06-13 10:39:36 UTC (rev 1686)
+++ packages/ruby-gstreamer0.10/trunk/debian/rules	2007-06-13 11:05:12 UTC (rev 1687)
@@ -1,5 +1,4 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-extconf-rb.mk




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