# HG changeset patch # User renatofilho # Date 1176386748 -3600 # Node ID ba3564c925f341d076ccbfbdafa24060757652e7 # Parent 81cdff5d74528837b8cb34d96db5f5c9aadf4ad5 [svn r537] create package scripts diff -r 81cdff5d7452 -r ba3564c925f3 gst-plugins-mythtv/debian/changelog --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst-plugins-mythtv/debian/changelog Thu Apr 12 15:05:48 2007 +0100 @@ -0,0 +1,5 @@ +gst-indt-mythsrc (0.10.2.debian-1) unstable; urgency=low + + * Initial package + + -- Renato Araujo Filho Thu, 12 Apr 2007 11:58:08 -0300 diff -r 81cdff5d7452 -r ba3564c925f3 gst-plugins-mythtv/debian/compat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst-plugins-mythtv/debian/compat Thu Apr 12 15:05:48 2007 +0100 @@ -0,0 +1,1 @@ +4 diff -r 81cdff5d7452 -r ba3564c925f3 gst-plugins-mythtv/debian/control --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst-plugins-mythtv/debian/control Thu Apr 12 15:05:48 2007 +0100 @@ -0,0 +1,12 @@ +Source: gst-indt-mythsrc +Section: libs +Priority: optional +Maintainer: Renato Araujo Filho +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 +Standards-Version: 3.6.2 + +Package: gstreamer0.10-indt-mythsrc +Architecture: any +Section: libs +Depends: ${misc:Depends}, ${shlibs:Depends}, libgmyth0.3 +Description: INdT mythtv source GStreamer plugin diff -r 81cdff5d7452 -r ba3564c925f3 gst-plugins-mythtv/debian/copyright --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst-plugins-mythtv/debian/copyright Thu Apr 12 15:05:48 2007 +0100 @@ -0,0 +1,23 @@ +This package was debianized by Renato Araujo Oliveira Filho on +Thu, 09 Nov 2006 15:58:00 -0300. + +Copyright Holder: 2006 INdT + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991. + + 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 General Public License for more details. + + You should have received a copy of the GNU 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 General +Public License can be found in `/usr/share/common-licenses/GPL'. diff -r 81cdff5d7452 -r ba3564c925f3 gst-plugins-mythtv/debian/gstreamer0.10-indt-mythsrc.install --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst-plugins-mythtv/debian/gstreamer0.10-indt-mythsrc.install Thu Apr 12 15:05:48 2007 +0100 @@ -0,0 +1,1 @@ +debian/tmp/usr/lib/gstreamer-*/*.so diff -r 81cdff5d7452 -r ba3564c925f3 gst-plugins-mythtv/debian/rules --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst-plugins-mythtv/debian/rules Thu Apr 12 15:05:48 2007 +0100 @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/utils.mk + +binary-install/gstreamer0.10-indt-mythsrc:: + rm -f debian/gstreamer0.10-indt-mythsrc/usr/lib/gstreamer-0.10/libgst*.la + rm -f debian/gstreamer0.10-indt-mythsrc/usr/lib/gstreamer-0.10/libgst*.a +