1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/gst-plugins-mythtv/debian/changelog Thu Apr 12 15:05:48 2007 +0100
1.3 @@ -0,0 +1,5 @@
1.4 +gst-indt-mythsrc (0.10.2.debian-1) unstable; urgency=low
1.5 +
1.6 + * Initial package
1.7 +
1.8 + -- Renato Araujo Filho <renato.filho@indt.org.br> Thu, 12 Apr 2007 11:58:08 -0300
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
2.2 +++ b/gst-plugins-mythtv/debian/compat Thu Apr 12 15:05:48 2007 +0100
2.3 @@ -0,0 +1,1 @@
2.4 +4
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
3.2 +++ b/gst-plugins-mythtv/debian/control Thu Apr 12 15:05:48 2007 +0100
3.3 @@ -0,0 +1,12 @@
3.4 +Source: gst-indt-mythsrc
3.5 +Section: libs
3.6 +Priority: optional
3.7 +Maintainer: Renato Araujo Filho <renato.filho@indt.org.br>
3.8 +Build-Depends: debhelper (>= 4.1.0), cdbs (>= 0.4.8), autotools-dev, pkg-config (>= 0.11.0), libgstreamer0.10-dev (>= 0.10.0), libgmyth0.3-dev
3.9 +Standards-Version: 3.6.2
3.10 +
3.11 +Package: gstreamer0.10-indt-mythsrc
3.12 +Architecture: any
3.13 +Section: libs
3.14 +Depends: ${misc:Depends}, ${shlibs:Depends}, libgmyth0.3
3.15 +Description: INdT mythtv source GStreamer plugin
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
4.2 +++ b/gst-plugins-mythtv/debian/copyright Thu Apr 12 15:05:48 2007 +0100
4.3 @@ -0,0 +1,23 @@
4.4 +This package was debianized by Renato Araujo Oliveira Filho <renato.filho@indt.org.br> on
4.5 +Thu, 09 Nov 2006 15:58:00 -0300.
4.6 +
4.7 +Copyright Holder: 2006 INdT
4.8 +
4.9 +License:
4.10 +
4.11 + This package is free software; you can redistribute it and/or modify
4.12 + it under the terms of the GNU General Public License as published by
4.13 + the Free Software Foundation; version 2 dated June, 1991.
4.14 +
4.15 + This package is distributed in the hope that it will be useful,
4.16 + but WITHOUT ANY WARRANTY; without even the implied warranty of
4.17 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4.18 + GNU General Public License for more details.
4.19 +
4.20 + You should have received a copy of the GNU General Public License
4.21 + along with this package; if not, write to the Free Software
4.22 + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
4.23 + MA 02110-1301, USA.
4.24 +
4.25 +On Debian systems, the complete text of the GNU General
4.26 +Public License can be found in `/usr/share/common-licenses/GPL'.
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
5.2 +++ b/gst-plugins-mythtv/debian/gstreamer0.10-indt-mythsrc.install Thu Apr 12 15:05:48 2007 +0100
5.3 @@ -0,0 +1,1 @@
5.4 +debian/tmp/usr/lib/gstreamer-*/*.so
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
6.2 +++ b/gst-plugins-mythtv/debian/rules Thu Apr 12 15:05:48 2007 +0100
6.3 @@ -0,0 +1,11 @@
6.4 +#!/usr/bin/make -f
6.5 +
6.6 +include /usr/share/cdbs/1/rules/debhelper.mk
6.7 +include /usr/share/cdbs/1/rules/simple-patchsys.mk
6.8 +include /usr/share/cdbs/1/class/gnome.mk
6.9 +include /usr/share/cdbs/1/rules/utils.mk
6.10 +
6.11 +binary-install/gstreamer0.10-indt-mythsrc::
6.12 + rm -f debian/gstreamer0.10-indt-mythsrc/usr/lib/gstreamer-0.10/libgst*.la
6.13 + rm -f debian/gstreamer0.10-indt-mythsrc/usr/lib/gstreamer-0.10/libgst*.a
6.14 +