File gnonlin_0.10.9-1.diff of Package gnonlin
--- gnonlin-0.10.9.orig/debian/changelog
+++ gnonlin-0.10.9/debian/changelog
@@ -0,0 +1,108 @@
+gnonlin (0.10.9-1) unstable; urgency=low
+
+ * Cleanup control and copyright files.
+ * New upstream pre-release.
+ * New upstream release.
+
+ -- Loic Minier <lool@dooz.org> Wed, 08 Aug 2007 17:43:08 +0200
+
+gnonlin (0.10.8-1) unstable; urgency=low
+
+ * Upload to unstable.
+ * New upstream release.
+
+ -- Loic Minier <lool@dooz.org> Sat, 12 May 2007 12:15:26 +0200
+
+gnonlin (0.10.7-1) experimental; urgency=low
+
+ * New upstream pre-release.
+ - Bump up libgstreamer0.10-dev build-dep to 0.10.9.
+ - Target at experimental.
+ * New upstream release, "Anything better?".
+
+ -- Loic Minier <lool@dooz.org> Fri, 26 Jan 2007 18:34:00 +0100
+
+gnonlin (0.10.6-2) unstable; urgency=low
+
+ * Upload to unstable.
+
+ -- Loic Minier <lool@dooz.org> Fri, 1 Dec 2006 18:36:05 +0100
+
+gnonlin (0.10.6-1) experimental; urgency=low
+
+ * New upstream release, "Who stole my beard ?".
+
+ -- Loic Minier <lool@dooz.org> Tue, 28 Nov 2006 11:26:37 +0100
+
+gnonlin (0.10.5.2-1) experimental; urgency=low
+
+ * New upstream pre-release.
+ - Target at experimental.
+
+ -- Loic Minier <lool@dooz.org> Sat, 25 Nov 2006 14:23:36 +0100
+
+gnonlin (0.10.5-1) unstable; urgency=low
+
+ * Add watch file.
+ * Update upstream URL.
+ * New upstream release, "Beavis and Zidane", with API additions.
+ - Bump libgstreamer0.10-dev build-dep to >= 0.10.8.1.
+ * Stop shipping *.la files in gstreamer0.10-gnonlin-dev.
+
+ -- Loic Minier <lool@dooz.org> Sun, 30 Jul 2006 12:47:33 +0200
+
+gnonlin (0.10.4-1) unstable; urgency=low
+
+ * Bump up Standards-Version to 3.7.2.
+ [debian/control]
+ * New upstream release, "Solomillo de Ternera".
+
+ -- Loic Minier <lool@dooz.org> Sun, 14 May 2006 22:23:50 +0200
+
+gnonlin (0.10.3-1) unstable; urgency=low
+
+ * New upstream releases, "... Y un cafe solo" and "Birthday Cake".
+ * Sync with overrides, set gstreamer0.10-gnonlin-dev's section to devel.
+ [debian/control]
+
+ -- Loic Minier <lool@dooz.org> Sat, 6 May 2006 19:58:18 +0200
+
+gnonlin (0.10.1-1) unstable; urgency=low
+
+ * New upstream release, "Jamon Serrano".
+ - Bump up libgstreamer-plugins-base0.10-dev and libgstreamer0.10-dev
+ build-deps to >= 0.10.4.
+ [debian/control]
+ - No pkg-config files anymore (check for the plugins at runtime).
+ [debian/gstreamer0.10-gnonlin-dev.install]
+ * Add an empty patches directory.
+ [debian/patches]
+
+ -- Loic Minier <lool@dooz.org> Thu, 13 Apr 2006 20:16:42 +0200
+
+gnonlin (0.10.0.5-1) unstable; urgency=low
+
+ * Initial upload to Debian (Closes: #354443).
+ * Set myself as Maintainer.
+ [debian/control]
+ * Add libgstreamer-plugins-base0.10-dev (>= 0.9.0.1) build-dep.
+ [debian/control]
+ * Update descriptions.
+ [debian/control]
+ * Remove gnome-doc-utils build-dep.
+ [debian/control]
+ * Fix license to be LGPL, not GPL.
+ [debian/copyright]
+ * Drop the version of the python-dev build-dep to not require python 2.4.
+ [debian/control]
+ * Add CDBS' utils.
+ [debian/rules]
+
+ -- Loic Minier <lool@dooz.org> Sun, 26 Feb 2006 15:58:34 +0100
+
+gnonlin (0.10.0.5-0ubuntu1) dapper; urgency=low
+
+ * Initial release.
+
+ -- Daniel Holbach <daniel.holbach@ubuntu.com> Sat, 4 Feb 2006 12:45:57 +0000
+
--- gnonlin-0.10.9.orig/debian/control
+++ gnonlin-0.10.9/debian/control
@@ -0,0 +1,56 @@
+Source: gnonlin
+Section: gnome
+Priority: optional
+Maintainer: Loic Minier <lool@dooz.org>
+Build-Depends: cdbs,
+ debhelper (>= 5),
+ libgstreamer0.10-dev (>= 0.10.9),
+ pkg-config,
+ libglib2.0-dev (>= 2.6),
+ gettext (>= 0.11.5),
+ python-dev,
+ check (>= 0.9.2),
+ libgstreamer-plugins-base0.10-dev (>= 0.10.4)
+Standards-Version: 3.7.2
+
+Package: gstreamer0.10-gnonlin
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: non-linear editing module for GStreamer
+ GStreamer is a streaming media framework, based on graphs of filters
+ which operate on media data. Applications using this library can do
+ anything from real-time sound processing to playing videos, and just
+ about anything else media-related. Its plugin-based architecture means
+ that new data types or processing capabilities can be added simply by
+ installing new plug-ins.
+ .
+ Gnonlin is a set of GStreamer elements to ease the creation of
+ non-linear multimedia editors. It works together with the GStreamer
+ multimedia framework to give developers a powerful and flexible set of
+ tools for quickly assembling applications which needs to handle
+ non-linear multimedia editing.
+ .
+ This package contains the GStreamer plugins for Gnonlin.
+
+Package: gstreamer0.10-gnonlin-dev
+Architecture: any
+Section: devel
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: development files of the non-linear editing module for GStreamer
+ GStreamer is a streaming media framework, based on graphs of filters
+ which operate on media data. Applications using this library can do
+ anything from real-time sound processing to playing videos, and just
+ about anything else media-related. Its plugin-based architecture means
+ that new data types or processing capabilities can be added simply by
+ installing new plug-ins.
+ .
+ Gnonlin is a set of GStreamer elements to ease the creation of
+ non-linear multimedia editors. It works together with the GStreamer
+ multimedia framework to give developers a powerful and flexible set of
+ tools for quickly assembling applications which needs to handle
+ non-linear multimedia editing.
+ .
+ This package contains development files.
+
--- gnonlin-0.10.9.orig/debian/gstreamer0.10-gnonlin.install
+++ gnonlin-0.10.9/debian/gstreamer0.10-gnonlin.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*/*.so*
--- gnonlin-0.10.9.orig/debian/compat
+++ gnonlin-0.10.9/debian/compat
@@ -0,0 +1 @@
+5
--- gnonlin-0.10.9.orig/debian/watch
+++ gnonlin-0.10.9/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://gstreamer.freedesktop.org/src/gnonlin/ gnonlin-(.*)\.tar\.gz debian uupdate
--- gnonlin-0.10.9.orig/debian/copyright
+++ gnonlin-0.10.9/debian/copyright
@@ -0,0 +1,30 @@
+This package was debianized by Daniel Holbach <daniel.holbach@ubuntu.com> on
+Sat, 4 Feb 2006 12:45:57 +0000.
+
+It was downloaded from http://gstreamer.freedesktop.org/src/gnonlin/
+
+Copyright Holder: 2005-2006
+ Wim Taymans <wim.taymans@chello.be>
+ Steve Baker <stevebaker_org@yahoo.co.uk>
+ Edward Hervey <bilboed@bilboed.com>
+
+License:
+
+ This package is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL'.
+
--- gnonlin-0.10.9.orig/debian/rules
+++ gnonlin-0.10.9/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/utils.mk
+
--- gnonlin-0.10.9.orig/debian/gstreamer0.10-gnonlin-dev.install
+++ gnonlin-0.10.9/debian/gstreamer0.10-gnonlin-dev.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*/*.a