debian/0000755000000000000000000000000011663241231007165 5ustar debian/copyright0000644000000000000000000000272111310476305011123 0ustar 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 Copyright (C) 2007, Kees Cook and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/compat0000644000000000000000000000000211407542365010373 0ustar 7 debian/stamp-patched0000644000000000000000000000000011310476641011634 0ustar debian/source/0000755000000000000000000000000011663240167010474 5ustar debian/source/format0000644000000000000000000000001411407540433011675 0ustar 3.0 (quilt) debian/stamp-makefile-build0000644000000000000000000000000011310476646013103 0ustar debian/control0000644000000000000000000000170111663240723010574 0ustar Source: mythtvfs-fuse Section: utils Priority: optional Maintainer: Kees Cook Build-Depends: debhelper (>= 7), autotools-dev, libglib2.0-dev, libfuse-dev, pkg-config Standards-Version: 3.9.2.0 Homepage: http://outflux.net/software/pkgs/mythtvfs-fuse/ Vcs-Bzr: lp:mythtvfs Vcs-Browser: http://bazaar.launchpad.net/~kees/mythtvfs/master/files Package: mythtvfs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, fuse [linux-any] | fuse4bsd [kfreebsd-any] 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. debian/patches/0000775000000000000000000000000011663240411010615 5ustar debian/patches/series0000664000000000000000000000002411663240202012024 0ustar manpage-fixup.patch debian/patches/manpage-fixup.patch0000664000000000000000000000231111663240411014374 0ustar Description: truncate the wide description of the default filename format. Author: Kees Cook Index: mythtvfs-fuse-0.6.1/mythtvfs.pod =================================================================== --- mythtvfs-fuse-0.6.1.orig/mythtvfs.pod 2011-11-23 10:50:48.290783629 -0800 +++ mythtvfs-fuse-0.6.1/mythtvfs.pod 2011-11-23 10:52:19.367984603 -0800 @@ -93,11 +93,11 @@ ("{}") and have the original filename embedded, and then end with ".mpg". -{SERIES_TITLE}{AIR_DATE}{EPISODE_TITLE}{RECORD_DATE}{CHANNEL}{DURATION}{DESCRIPTION}FILE.mpg +{SERIES_TITLE}{AIRED}{EP_TITLE}{REC_DATE}{CHAN}{DURATION}{DESC}FILE.mpg -Where "RECORD_DATE" has the format "Sat Jan 24 22:58:00 2009", and -"AIR_DATE" has the format "2005-03-31". "DURATION" is measured in -seconds, and "CHANNEL" is the shortened channel "callsign". "FILE" is +Where "REC_DATE" has the format "Sat Jan 24 22:58:00 2009", and +"AIRED" has the format "2005-03-31". "DURATION" is measured in +seconds, and "CHAN" is the shortened channel "callsign". "FILE" is the original MythTV filename for storage (e.g. "1013_20051207210000_20051207220000.nuv"). The file ends with ".mpg" because Galleon will only recognize file extensions that it debian/rules0000755000000000000000000000005011407541641010244 0ustar #!/usr/bin/make -f %: dh $@ --parallel debian/manpages0000644000000000000000000000001311407541002010670 0ustar mythtvfs.1 debian/docs0000644000000000000000000000001711407541362010042 0ustar README AUTHORS debian/stamp-autotools-files0000644000000000000000000000000011310476641013355 0ustar debian/changelog0000644000000000000000000000424211663240752011050 0ustar mythtvfs-fuse (0.6.1-3) unstable; urgency=low * debian/control: adjust Depends for kfreebsd (Closes: 634805). * debian/patches/manpage-fixup.patch: reduce width of example filename. * debian/control: update standards version; no changes needed. -- Kees Cook Wed, 23 Nov 2011 10:56:23 -0800 mythtvfs-fuse (0.6.1-2) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format, and dh 7. -- Kees Cook Sun, 20 Jun 2010 18:33:07 -0700 mythtvfs-fuse (0.6.1-1) unstable; urgency=low * New upstream release, supports MythTV 0.22 (LP: #468429). - 04_xopen_source.patch: dropped, taken upstream. -- Kees Cook Fri, 11 Dec 2009 09:09:47 -0800 mythtvfs-fuse (0.6.0-1) unstable; urgency=low * New upstream release. - 01_hostinfo-wipe.patch: dropped, taken upstream. - 02_iso-airdate.patch: dropped, taken upstream. - 03_pod-typos.patch: dropped, taken upstream. - 04_xopen_source.patch: refreshed. * debian/watch: updated for automatic uupdate. * debian/control: update standards version: - add README.source for cdbs patching. - add Vcs-* tags for bzr and browser. -- Kees Cook Tue, 18 Aug 2009 11:42:50 -0700 mythtvfs-fuse (0.5.2-3) unstable; urgency=low * 04_xopen_source.patch: allow pread/pwrite on GNU/kFreeBSD as well, thanks to Cyril Brulebois (Closes: 540130). -- Kees Cook Wed, 12 Aug 2009 09:17:09 -0700 mythtvfs-fuse (0.5.2-2) unstable; urgency=low * 01_hostinfo-wipe.patch: fix FTBFS on newer glibc. * 02_iso-airdate.patch: correct AirDate which can be ISO-style. * 03_pod-typos.patch: fix POD typos. -- Kees Cook Thu, 12 Mar 2009 13:36:48 -0700 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 debian/watch0000644000000000000000000000032311310476305010215 0ustar # 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 \ debian uupdate