--- vdr-genindex-0.1.3.orig/README +++ vdr-genindex-0.1.3/README @@ -8,7 +8,7 @@ This tool can be used to generate a VDR index file. -Usefull if you lost the orginal index file or if you want to create an index +Useful if you lost the orginal index file or if you want to create an index file for some other video stuff. The tool is suitable for MPEG2 video (e.g. VDR recordings) and MPEG1 video @@ -30,7 +30,7 @@ -r --rewrite enables rewrite mode, i.e. genindex reads all data contained in the input file(s), filters out any crap - and/or data not usefull for VDR and writes the remaining + and/or data not useful for VDR and writes the remaining data to new file(s). The output file(s) will be named 001.vdr, 002.vdr ... and will not exceed the 2GB limit. @@ -57,7 +57,7 @@ hexdecimal. You can give multiple --skip options, if you want to skip more than one stream. -The rewrite mode is especially usefull if you want to prepare a single, huge +The rewrite mode is especially useful if you want to prepare a single, huge file for replay with VDR e.g. a DVD rip. Assuming you have ripped the DVD to the file /tmp/rip.vob, you can prepare it with (creating VDR video files in current directoy): --- vdr-genindex-0.1.3.orig/debian/changelog +++ vdr-genindex-0.1.3/debian/changelog @@ -0,0 +1,19 @@ +vdr-genindex (0.1.3-1ubuntu2) quantal; urgency=low + + * changed 'usefull' to 'useful' in various places. + + -- Siddhanathan S. Fri, 01 Jun 2012 08:39:48 +0200 + +vdr-genindex (0.1.3-1ubuntu1) intrepid; urgency=low + + * Initial upload, package from e-tobi.net. + * Change the maintainer address. + + -- Timo Aaltonen Thu, 08 May 2008 01:42:38 +0300 + +vdr-genindex (0.1.3-1) unstable; urgency=low + + * Initial Release. + + -- Debian VDR Team Sun, 18 Jun 2006 20:24:40 +0200 + --- vdr-genindex-0.1.3.orig/debian/install +++ vdr-genindex-0.1.3/debian/install @@ -0,0 +1 @@ +genindex usr/bin/ --- vdr-genindex-0.1.3.orig/debian/rules +++ vdr-genindex-0.1.3/debian/rules @@ -0,0 +1,86 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + -$(MAKE) clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_python +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- vdr-genindex-0.1.3.orig/debian/copyright +++ vdr-genindex-0.1.3/debian/copyright @@ -0,0 +1,11 @@ +This package was debianized by Thomas Günther on +Sun, 18 Jun 2006 20:24:40 +0200. + +It was downloaded from http://www.muempf.de + +Copyright Holder: Stefan Hülswitt + +License: + +It may be redistributed under the terms of the GNU GPL, Version 2 +found on Debian systems in the file /usr/share/common-licenses/GPL . --- vdr-genindex-0.1.3.orig/debian/compat +++ vdr-genindex-0.1.3/debian/compat @@ -0,0 +1 @@ +4 --- vdr-genindex-0.1.3.orig/debian/watch +++ vdr-genindex-0.1.3/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://www.muempf.de/down/genindex-(.*)\.tar\.gz --- vdr-genindex-0.1.3.orig/debian/control +++ vdr-genindex-0.1.3/debian/control @@ -0,0 +1,15 @@ +Source: vdr-genindex +Section: misc +Priority: extra +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Debian VDR Team +Uploaders: Thomas Günther , Tobias Grimm , Thomas Schmidt +Build-Depends: debhelper (>= 4.0.0) +Standards-Version: 3.6.2 + +Package: vdr-genindex +Architecture: any +Depends: ${shlibs:Depends} +Description: Tool to generate a VDR index file + Useful if you lost the orginal index file or if you want to create an index + file for some other video stuff. --- vdr-genindex-0.1.3.orig/debian/docs +++ vdr-genindex-0.1.3/debian/docs @@ -0,0 +1 @@ +README