--- mythtvfs-fuse-0.5.2.orig/debian/docs +++ mythtvfs-fuse-0.5.2/debian/docs @@ -0,0 +1 @@ +README --- mythtvfs-fuse-0.5.2.orig/debian/rules +++ mythtvfs-fuse-0.5.2/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +DEB_INSTALL_MANPAGES_mythtvfs := mythtvfs.1 --- mythtvfs-fuse-0.5.2.orig/debian/control +++ mythtvfs-fuse-0.5.2/debian/control @@ -0,0 +1,19 @@ +Source: mythtvfs-fuse +Section: utils +Priority: optional +Maintainer: Kees Cook +Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libglib2.0-dev, libfuse-dev, pkg-config +Standards-Version: 3.7.3.0 +Homepage: http://outflux.net/software/pkgs/mythtvfs-fuse/ + +Package: mythtvfs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, fuse-utils +Description: userspace filesystem client for MythTV + mythtvfs implements a human-readable filesystem on top of an existing + MythTV tree. It communicates with the MythTV backend to fill in the + recording details, so that recordings can be browsed easily with applications + that do not natively communicate with MythTV backends. + . + mythtvfs is based on FUSE (userspace filesystem framework for Linux), + thus you will have to prepare the fuse kernel module to be able to use it. --- mythtvfs-fuse-0.5.2.orig/debian/changelog +++ mythtvfs-fuse-0.5.2/debian/changelog @@ -0,0 +1,18 @@ +mythtvfs-fuse (0.5.2-1) unstable; urgency=low + + * New upstream release. + + -- Kees Cook Mon, 02 Jun 2008 09:09:32 -0700 + +mythtvfs-fuse (0.5.1-1) unstable; urgency=low + + * New upstream release. + * Updated standards version. + + -- Kees Cook Sun, 20 Apr 2008 23:09:19 -0700 + +mythtvfs-fuse (0.5.0-1) unstable; urgency=low + + * Initial release (Closes: #419474). + + -- Kees Cook Sun, 15 Apr 2007 14:25:47 -0700 --- mythtvfs-fuse-0.5.2.orig/debian/copyright +++ mythtvfs-fuse-0.5.2/debian/copyright @@ -0,0 +1,35 @@ +This package was debianized by Kees Cook on +Sun, 15 Apr 2007 14:25:47 -0700. + +It was downloaded from http://outflux.net/software/pkgs/mythtvfs-fuse/ + +Upstream Author: Kees Cook + +Copyright: (C) 2005-2007 Kees Cook +FUSE Copyright: (C) 2001-2005 Miklos Szeredi + +License: + +This program 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; either version 2, or (at your option) any +later version. + +On Debian systems, the complete text of the GNU General Public License +can be found in the file `/usr/share/common-licenses/GPL'. + +All files except those listed below are distributed under the GNU GPL +with copyright above. + +"compat/fuse_opt.{c,h}" is Copyright (C) 2001-2006 Miklos Szeredi +, and distributed under the terms of the license below: + This library 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.1 of the License, or (at your option) any later version. + +On Debian systems, the complete text of the GNU Lesser General Public +License can be found in the file `/usr/share/common-licenses/LGPL-2.1'. + +The Debian packaging is (C) 2007, Kees Cook and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- mythtvfs-fuse-0.5.2.orig/debian/compat +++ mythtvfs-fuse-0.5.2/debian/compat @@ -0,0 +1 @@ +5 --- mythtvfs-fuse-0.5.2.orig/debian/watch +++ mythtvfs-fuse-0.5.2/debian/watch @@ -0,0 +1,7 @@ +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# Website directory +http://www.outflux.net/software/pkgs/mythtvfs-fuse/download/mythtvfs-fuse-(.*)\.tar\.gz