[Pkg-ruby-extras-maintainers] r563 - in packages/ruby-gstreamer0.10: . trunk trunk/debian

Sjoerd Simons sjoerd at costa.debian.org
Thu Jun 1 23:15:25 UTC 2006


Author: sjoerd
Date: 2006-06-01 23:15:25 +0000 (Thu, 01 Jun 2006)
New Revision: 563

Added:
   packages/ruby-gstreamer0.10/trunk/debian/
   packages/ruby-gstreamer0.10/trunk/debian/changelog
   packages/ruby-gstreamer0.10/trunk/debian/compat
   packages/ruby-gstreamer0.10/trunk/debian/control.in
   packages/ruby-gstreamer0.10/trunk/debian/copyright
   packages/ruby-gstreamer0.10/trunk/debian/dirs
   packages/ruby-gstreamer0.10/trunk/debian/docs
   packages/ruby-gstreamer0.10/trunk/debian/rules
Modified:
   packages/ruby-gstreamer0.10/
Log:
Add basic packaging files



Property changes on: packages/ruby-gstreamer0.10
___________________________________________________________________
Name: svk:merge
   + 6a0fb20b-7e12-0410-b81a-83de716141ee:/pkg-ruby-extras-ruby-gstreamer0.10:138

Added: packages/ruby-gstreamer0.10/trunk/debian/changelog
===================================================================
--- packages/ruby-gstreamer0.10/trunk/debian/changelog	2006-06-01 22:09:02 UTC (rev 562)
+++ packages/ruby-gstreamer0.10/trunk/debian/changelog	2006-06-01 23:15:25 UTC (rev 563)
@@ -0,0 +1,6 @@
+ruby-gstreamer0.10 (0.0.1-1) unstable; urgency=low
+
+  * Initial release for the luon network
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Wed,  5 Apr 2006 20:53:50 +0200
+

Added: packages/ruby-gstreamer0.10/trunk/debian/compat
===================================================================
--- packages/ruby-gstreamer0.10/trunk/debian/compat	2006-06-01 22:09:02 UTC (rev 562)
+++ packages/ruby-gstreamer0.10/trunk/debian/compat	2006-06-01 23:15:25 UTC (rev 563)
@@ -0,0 +1 @@
+4

Added: packages/ruby-gstreamer0.10/trunk/debian/control.in
===================================================================
--- packages/ruby-gstreamer0.10/trunk/debian/control.in	2006-06-01 22:09:02 UTC (rev 562)
+++ packages/ruby-gstreamer0.10/trunk/debian/control.in	2006-06-01 23:15:25 UTC (rev 563)
@@ -0,0 +1,17 @@
+Source: ruby-gstreamer0.10
+Section: libs
+Priority: optional
+Maintainer: Sjoerd Simons <sjoerd at debian.org>
+Uploaders: @RUBY_EXTRAS_TEAM@
+Build-Depends: cdbs, ruby-pkg-tools (>= 0.7), debhelper (>= 4.1.0), ruby1.8-dev, libgstreamer-plugins-base0.10-dev,  libglib2-ruby (>= 0.14.1glibCVS20060601)
+Standards-Version: 3.6.2
+
+Package: libgstreamer0.10-ruby1.8
+Architecture: any
+Depends: ${shlibs:Depends}, libglib2-ruby (>= 0.14.1+glibCVS20060601)
+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.
+

Added: packages/ruby-gstreamer0.10/trunk/debian/copyright
===================================================================
--- packages/ruby-gstreamer0.10/trunk/debian/copyright	2006-06-01 22:09:02 UTC (rev 562)
+++ packages/ruby-gstreamer0.10/trunk/debian/copyright	2006-06-01 23:15:25 UTC (rev 563)
@@ -0,0 +1,18 @@
+This package was debianized by Sjoerd Simons <sjoerd at debian.org> on
+Wed,  5 Apr 2006 20:53:50 +0200.
+
+It was downloaded from my harddisk (not published yet
+
+Copyright Holders: 
+  Sjoerd Simons <sjoerd at luon.net>
+  Laurent Sansonetti <lrz at gnome.org>
+
+
+License:
+ This program is free software.
+ You can distribute/modify this program under the terms of
+ the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1.
+
+On Debian systems, you can find the full text of this licence in the file
+/usr/share/common-licenses/LGPL-2.1.
+

Added: packages/ruby-gstreamer0.10/trunk/debian/dirs
===================================================================
--- packages/ruby-gstreamer0.10/trunk/debian/dirs	2006-06-01 22:09:02 UTC (rev 562)
+++ packages/ruby-gstreamer0.10/trunk/debian/dirs	2006-06-01 23:15:25 UTC (rev 563)
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin

Added: packages/ruby-gstreamer0.10/trunk/debian/docs
===================================================================
--- packages/ruby-gstreamer0.10/trunk/debian/docs	2006-06-01 22:09:02 UTC (rev 562)
+++ packages/ruby-gstreamer0.10/trunk/debian/docs	2006-06-01 23:15:25 UTC (rev 563)
@@ -0,0 +1 @@
+README

Added: packages/ruby-gstreamer0.10/trunk/debian/rules
===================================================================
--- packages/ruby-gstreamer0.10/trunk/debian/rules	2006-06-01 22:09:02 UTC (rev 562)
+++ packages/ruby-gstreamer0.10/trunk/debian/rules	2006-06-01 23:15:25 UTC (rev 563)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-extconf-rb.mk
+
+DEB_RUBY_INSTALL_ARGS+= \
+  sitearchdir=$(cdbs_pkgdir)/$(shell /usr/bin/ruby -rrbconfig -e 'puts Config::CONFIG["archdir"]')


Property changes on: packages/ruby-gstreamer0.10/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + text/script




More information about the pkg-ruby-extras-maintainers mailing list