summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2005-05-12 11:01:29 +0200
committerAndreas Mair <amair.sob@googlemail.com>2005-05-12 11:01:29 +0200
commitbebe0382652e0616c8d040b3e217c2a21b81beee (patch)
tree30378ade7ba3e45c4ed6fc0915580cecc344d226 /debian
parent022c4f162d7b83cb287b7d16749899d9e7c4242a (diff)
downloadvdradmin-am-0.97-am3.2.tar.gz
vdradmin-am-0.97-am3.2.tar.bz2
2005-05-12: 0.97-am3.2v0.97-am3.2
- Added "make uninstall" to remove VDRAdmin from your system if you have installed it using "make install". Please always use this before you install a new release! - Fixed programming of repeating timers when day is "D" (Thanks to "maxkr" for reporting this). - Print date in prog_list & prog_list2 in system's locale. Please comment! - More transparent "selected channels" usage. - Added reccmds.conf content to rec_list (needs valid VDRCONFDIR in vdradmind.conf) - AutoTimers can now be limited to certain weekdays (Patch submitted by Magnus Schmidt). - Streaming can be turn on/off for live viewing and recordings viewing (Based on code submitted by Tobias Grimm). - Added streaming button to prog_list2. - Fixed handling of incorrect start/stop times in AutoTimer. - Changed localisation to use gettext() (Thanks to Tobias Grimm for doing most of the needed work). - Language can no longer be set in VDRAdmin, it's taken from your system's setting. Issue "export LC_MESSAGES=<language code>" if you need to change it, where <language code> is one of "de_DE", "en_EN", "es_ES", "fi_FI" or "fr_FR". - Added Finnish i18n (Submitted by Rolf Ahrenberg). - Fixed ":" & "|" handling in timer's directory (Thanks "vejoun"). - Added links to prog_list on channels in at_timer_list and timer_list. - Added IMDb lookup button to recording's detail view. - Added "Priority" and "Lifetime" tooltip to at_timer_list and timer_list (point mouse to timer's name). - Small changes for streaming recordings: Please update your vdradmind.conf (VIDEODIR & ST_VIDEODIR)! - Non-LinVDR logo on non-LinVDR machines (Posted by Unimatrix0 at vdrportal.de).
Diffstat (limited to 'debian')
-rw-r--r--debian/NEWS2
-rw-r--r--debian/README.Debian23
-rw-r--r--debian/changelog135
-rw-r--r--debian/compat1
-rw-r--r--debian/control18
-rw-r--r--debian/copyright26
-rw-r--r--debian/patches/00list2
-rw-r--r--debian/patches/01_dist-var.dpatch21
-rw-r--r--debian/patches/03_cfgfiles-fhs.dpatch28
-rw-r--r--debian/postinst66
-rw-r--r--debian/postrm24
-rw-r--r--debian/prerm6
-rw-r--r--debian/rules52
-rw-r--r--debian/vdradmin.default20
-rw-r--r--debian/vdradmin.dirs2
-rw-r--r--debian/vdradmin.init91
-rw-r--r--debian/vdradmin.install9
-rw-r--r--debian/vdradmind.conf39
-rw-r--r--debian/watch2
19 files changed, 0 insertions, 567 deletions
diff --git a/debian/NEWS b/debian/NEWS
deleted file mode 100644
index d3976f3..0000000
--- a/debian/NEWS
+++ /dev/null
@@ -1,2 +0,0 @@
-vdradmin (0.97-am3.0) unstable; urgency=low
-
diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index 9119fb4..0000000
--- a/debian/README.Debian
+++ /dev/null
@@ -1,23 +0,0 @@
-vdradmin for Debian
--------------------
-
-This package provides a working config-file under /var/lib/vdradmin/vdradmind.conf,
-this files uses a standard-username and standard-password (linvdr/linvdr), you
-should change this before you enable the vdradmin-service in
-/etc/default/vdradmin, alternatively you can generate a new config with:
-
-vdradmin.pl --config
-
- -- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>, Fri, 6 Aug 2004 22:57:28 +0200
-
-
-To hide vdradmin behind apache:
-
- you will need apache with mod_proxy and these lines in httpd.conf:
-
- <IfModule mod_proxy.c>
- ProxyRequests Off
- ProxyPass /vdradmin/ http://127.0.0.1:8001/
- </IfModule>
-
- -- Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>, Wed, 1 Oct 2003 21:07:47 +0200
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index d0cfcb2..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,135 +0,0 @@
-vdradmin (0.97-am3.1) unstable; urgency=low
-
-vdradmin (0.97-am3.0) unstable; urgency=low
-
- * vdr-1.3.23
-
-vdradmin (0.96-5.ctvdr.3) unstable; urgency=low
-
- * Added fix for new date format in vdr > 1.2.6 (thx to Andreas Mair,
- Torsten Lang)
-
- -- Tobias Grimm <tg@e-tobi.net> Sun, 3 Apr 2005 19:11:39 +0200
-
-vdradmin (0.96-5.ctvdr.2) unstable; urgency=low
-
- * Made vdradmind.conf readable by group "vdr" (may be needed by
- autotimer plugin)
-
- -- Tobias Grimm <tg@e-tobi.net> Sun, 3 Apr 2005 13:45:13 +0200
-
-vdradmin (0.96-5.ctvdr.1) unstable; urgency=low
-
- * Tobias Grimm <tg@e-tobi.net>
- - Made package more compatible to official Debian version
- * Thomas Schmidt <tschmidt@debian.org>
- - From now on vdradmin will run under the user vdradmin,
- the owner of the cfg-file will be changed in postinst
- - Changed path of vdradmind.{conf,at} from /etc/vdradmin/ to
- /var/lib/vdradmin to comply with the FHS (existing files
- will be moved in postinst)
-
- -- Tobias Grimm <tg@e-tobi.net> Sun, 27 Mar 2005 14:33:27 +0200
-
-vdradmin (0.96-3.ctvdr.1) unstable; urgency=low
-
- * New upstream release
- * changed version numbering to "backports.org"-style to reflect relationship
- to official debian package
- * Modified streaming patch to allow streaming of recordings with
- dot, slash, double underscore and parenthesis in filename
- * Converted all patches to shorter format for new dpatch
- * Added dist-var patch, that change vdradmin.pl to search for it's
- files in system-directories, instead of local, relative paths
- (taken from official debian version 0.96-3)
- * Added 02_sectmpfiles.dpatch: use File::Temp to create temporary
- files, to prevent possible symlink-attacks (Closes: #287601)
- (taken from official debian version 0.96-3)
- * Set permissions of /etc/vdradmin/vdradmind.conf to 600 on new
- installations (users with an existing installation should
- ensure that the cfg-file has a permission of 600)
- (taken from official debian version 0.96-3)
- * using dh_install now
- * Added manpage for vdradmin.pl (taken from official debian version 0.96-2)
- * Set section to "web" and architecture to "all", set standards version to
- 3.6.1
- * Fixed depends (no longer depends on vdr, but suggests it)
- * Added watch file
- * The vdradmin daemon can now be enabled/disabled in /etc/default/vdradmin
- (taken from official debian version 0.96-3)
- * Do not install Base64.pm, Template.pm and RescDescent.pm
- from upstream anymore, depend on libhtml-template-perl and
- libparse-rescdescent-perl (Base64.pm is allready provided by
- perl) (taken from official debian version 0.96-2)
- * Link /usr/share/vdradmin/template/{English,French}/bilder to
- /usr/share/vdradmin/template/Deutsch/bilder, this reduces the
- size of the deb by about 50% (taken from official debian version 0.96-2)
- * Took over README.Debian from official debian version 0.96-3
- * added debian/compat
-
- -- Tobias Grimm <tg@e-tobi.net> Thu, 30 Dec 2004 22:20:00 +0100
-
-vdradmin (0.95-ct-10) unstable; urgency=low
-
- * Fix rec streaming patch: slashes in dir names and order
-
- -- Peter Siering <ps@ctmagazin.de> Fri, 29 Oct 2004 11:00:00 +0100
-
-vdradmin (0.95-ct-9) unstable; urgency=low
-
- * extracted Peter Sierings modifications as 05_streaming.dpatch
-
- -- Tobias Grimm <tg@e-tobi.net> Sat, 21 Mar 2004 16:00:00 +0100
-
-vdradmin (0.95-ct-8) unstable; urgency=low
-
- * added fix to rec_stream to skip "new"-char at time
-
- -- Tobias Grimm <tg@e-tobi.net> Wed, 17 Feb 2003 21:30:00 +0100
-
-vdradmin (0.95-ct-7) unstable; urgency=low
-
- * changed additional_images -patch to work within CVS source-dirs too
- * added patch to fix problem with vdr's Wareagle Icon Patch
- (Thanks to HFlor from vdrportal.de)
-
- -- Tobias Grimm <tg@e-tobi.net> Sat, 08 Feb 2003 23:50:00 +0100
-
-vdradmin (0.95-ct-6) unstable; urgency=low
-
- * vdradmin is distributed as non-native package from now on
-
- -- Tobias Grimm <tg@e-tobi.net> Sat, 08 Feb 2003 23:50:00 +0100
-
-vdradmin (0.95-ct-5) unstable; urgency=low
-
- * new upstream release
- * includes fix for using through apache
-
- -- Peter Siering <ps@ctmagazin.de> Tue, 22 Dec 2003 00:30:00 +0100
-
-vdradmin (0.94-ct-4) unstable; urgency=low
-
- * minor streaming fixes, repair init
-
- -- Peter Siering <ps@ctmagazin.de> Tue, 28 Nov 2003 10:00:00 +0100
-
-vdradmin (0.94-ct-3) unstable; urgency=low
-
- * incorporated (live) streaming functions
-
- -- Peter Siering <ps@ctmagazin.de> Tue, 25 Nov 2003 12:00:00 +0100
-
-vdradmin (0.94-2) unstable; urgency=low
-
- * fixed vdradmind.pl location in init skript
-
- -- Peter Siering <ps@ctmagazin.de> Sun, 16 Nov 2003 12:00:00 +0100
-
-vdradmin (0.94-1) unstable; urgency=low
-
- * Initial Release.
- * includes daylight saving fix
-
- -- Peter Siering <ps@ctmagazin.de> Thu, 30 Oct 2003 00:13:40 +0100
-
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b8626c4..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-4
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 223ca65..0000000
--- a/debian/control
+++ /dev/null
@@ -1,18 +0,0 @@
-Source: vdradmin
-Section: web
-Priority: optional
-Maintainer: Peter Siering <ps@ctmagazin.de>
-Origin: ctvdr
-Bugs: mailto:pkg-vdr-dvb-devel@lists.alioth.debian.org
-Build-Depends-Indep: debhelper (>= 4.0.0), dpatch (>= 2.0.9)
-Standards-Version: 3.6.1
-
-Package: vdradmin
-Architecture: all
-Depends: perl, libcompress-zlib-perl, libhtml-template-perl, libparse-recdescent-perl
-Suggests: vdr
-Description: VDRadmin is a web frontend to VDR
- VDRadmin is a web frontend to Klaus Schmidingers
- Video Disk Recorder. Beside that it adds some extras
- to VDR like auto timers; that are some kind of
- search lists to the electronic program guide (EPG).
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index d005dd8..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,26 +0,0 @@
-This package was debianized by Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de> on
-Wed, 1 Oct 2003 20:36:52 +0200.
-It was modified for VDRAdmin-AM by Andreas Mair <mail@andreas.vdr-developer.org>.
-
-It was downloaded from http://andreas.vdr-developer.org
-
-Upstream Author: Thomas Koch <tom@linvdr.org>, Andreas Mair <mail@andreas.vdr-developer.org>
-
-Copyright: 2001-2004, Thomas Koch <tom@linvdr.org>
-
- 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 of the License, or
- (at your option) any later version.
-
- This program 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 program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
- see /usr/share/common-licenses/GPL-2
-
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 7b9e8ba..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1,2 +0,0 @@
-01_dist-var
-03_cfgfiles-fhs.dpatch
diff --git a/debian/patches/01_dist-var.dpatch b/debian/patches/01_dist-var.dpatch
deleted file mode 100644
index 3bf465e..0000000
--- a/debian/patches/01_dist-var.dpatch
+++ /dev/null
@@ -1,21 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-
-## 01_dist-var.dpatch by Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Change vdradmin.pl to search for it's files in system-directories,
-## DP: instead of local, relative paths
-
-@DPATCH@
-diff -urNad /home/chelli/vdr/cvs/vdr/vdradmin/vdradmind.pl vdradmin/vdradmind.pl
---- /home/chelli/vdr/cvs/vdr/vdradmin/vdradmind.pl 2004-05-27 16:34:55.000000000 +0200
-+++ vdradmin/vdradmind.pl 2004-05-27 16:35:55.000000000 +0200
-@@ -42,7 +42,7 @@
- #use warnings;
-
- #my $SEARCH_FILES_IN_SYSTEM = (-d '/usr/share/vdradmin/lib' ? 1 : 0); # for distribution
--my $SEARCH_FILES_IN_SYSTEM = 0;
-+my $SEARCH_FILES_IN_SYSTEM = 1;
-
- sub true () { 1 };
- sub false () { 0 };
diff --git a/debian/patches/03_cfgfiles-fhs.dpatch b/debian/patches/03_cfgfiles-fhs.dpatch
deleted file mode 100644
index 50bb8e1..0000000
--- a/debian/patches/03_cfgfiles-fhs.dpatch
+++ /dev/null
@@ -1,28 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 03_cfgfiles-fhs.dpatch by Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Change the path to the cfgfile and autotime-file to comply
-## DP: with the FHS (vdradmin changes these files at runtime)
-
-@DPATCH@
-diff -urNad vdradmin-0.96/vdradmind.pl /tmp/dpep.0DtdZt/vdradmin-0.96/vdradmind.pl
---- vdradmin-0.96/vdradmind.pl 2005-01-23 21:41:19.000000000 +0100
-+++ /tmp/dpep.0DtdZt/vdradmin-0.96/vdradmind.pl 2005-01-23 21:42:53.000000000 +0100
-@@ -94,10 +94,10 @@
- } else {
- $TEMPLATEDIR = "/usr/share/vdradmin/template";
- $I18NDIR = "/usr/share/vdradmin/i18n";
-- $CONFFILE = "/etc/vdradmin/vdradmind.conf";
-+ $CONFFILE = "/var/lib/vdradmin/vdradmind.conf";
- $LOGFILE = "/var/log/$CONFIG{LOGFILE}";
- $PIDFILE = "/var/run/vdradmind.pid";
-- $AT_FILENAME = "/etc/vdradmin/vdradmind.at";
-+ $AT_FILENAME = "/var/lib/vdradmin/vdradmind.at";
-- $DONE_FILENAME = "/etc/vdradmin/vdradmind.done";
-+ $DONE_FILENAME = "/var/lib/vdradmin/vdradmind.done";
-- $BL_FILENAME = "/etc/vdradmin/vdradmind.bl";
-+ $BL_FILENAME = "/var/lib/vdradmin/vdradmind.bl";
- }
- my $DONE = &DONE_Read || {};
-
diff --git a/debian/postinst b/debian/postinst
deleted file mode 100644
index 735d586..0000000
--- a/debian/postinst
+++ /dev/null
@@ -1,66 +0,0 @@
-#!/bin/sh -e
-set -e
-
-TEMPLATE_DIR=/usr/share/vdradmin/template
-
-# Check if there are still cfgfiles in /etc/vdradmin/ and move them
-# to /var/lib/vdradmin
-if [ ! -f /var/lib/vdradmin/vdradmind.conf ]; then
- if [ -f /etc/vdradmin/vdradmind.conf ]; then
- mv /etc/vdradmin/vdradmind.conf /var/lib/vdradmin/
- else
- cp /usr/share/doc/vdradmin/examples/vdradmind.conf /var/lib/vdradmin/
- fi
-fi
-
-[ -e /etc/vdradmin/vdradmind.conf ] || ln -s /var/lib/vdradmin/vdradmind.conf \
-/etc/vdradmin/vdradmind.conf
-
-if [ ! -f /var/lib/vdradmin/vdradmind.at ]; then
- [ ! -f /etc/vdradmin/vdradmind.at ] || mv /etc/vdradmin/vdradmind.at /var/lib/vdradmin/
-fi
-
-# ensure that user and group 'vdradmin' exist
-USER=vdradmin
-GROUP=vdradmin
-if ! getent group | grep -q "^$GROUP:" ; then
- echo -n "Adding group $GROUP.."
- addgroup --quiet --system $GROUP
- echo "..done"
-fi
-if ! getent passwd | grep -q "^$USER:"; then
- echo -n "Adding user $USER.."
- adduser --system --home /var/lib/vdradmin --shell /bin/false \
- --gecos "VDRAdmin user" --no-create-home \
- --disabled-login --disabled-password \
- --ingroup $GROUP \
- $USER
- echo "...done"
-fi
-
-# ensure vdradmind.at (auto timers) exists
-ATFILE=/var/lib/vdradmin/vdradmind.at
-[ -e $ATFILE ] || touch $ATFILE
-
-# ensure that vdradmin's config files have the correct owner
-[ ! -d /var/lib/vdradmin ] || chown -R $USER:$GROUP /var/lib/vdradmin/
-
-# change the permissions of the cfg-file to 0600
-[ ! -e /var/lib/vdradmin/vdradmind.conf ] || chmod 0600 /var/lib/vdradmin/vdradmind.conf
-
-# change the owner and group of the logfile to vdradmin
-[ ! -e /var/log/vdradmind.log ] || chown $USER:$GROUP /var/log/vdradmind.log
-
-# make auto timer file "read/writeable" by group vdr and config file readable
-# by group "vdr",so that vdr plugins (Autotimeredit plugin) get access
-if getent group | grep -q "^vdr:" ; then
- if [ -d /var/lib/vdradmin ] ; then
- chgrp -R vdr /var/lib/vdradmin
- chmod a=,ug=rwx /var/lib/vdradmin
- chmod a=,ug=rw $ATFILE
- CFGFILE=/var/lib/vdradmin/vdradmind.conf
- [ -e $CFGFILE ] && chmod a=,u=rw,g=r $CFGFILE
- fi
-fi
-
-##DEBHELPER##
diff --git a/debian/postrm b/debian/postrm
deleted file mode 100644
index e2e719a..0000000
--- a/debian/postrm
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh -e
-set -e
-
-case "$1" in
- purge)
- rm -f /var/lib/vdradmin/vdradmind.conf > /dev/null 2>&1 || true
- rm -f /var/lib/vdradmin/vdradmind.at > /dev/null 2>&1 || true
- rm -f /var/lib/vdradmin/vdradmind.done > /dev/null 2>&1 || true
- rm -f /var/lib/vdradmin/vdradmind.bl > /dev/null 2>&1 || true
- rm -f /etc/vdradmin/vdradmind.conf > /dev/null 2>&1 || true
-
- chown root:root /var/log/vdradmind.log > /dev/null 2>&1 || true
-
- deluser vdradmin > /dev/null || true
- ;;
- remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
- ;;
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-##DEBHELPER##
diff --git a/debian/prerm b/debian/prerm
deleted file mode 100644
index 87380fc..0000000
--- a/debian/prerm
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh -e
-set -e
-
-TEMPLATE_DIR=/usr/share/vdradmin/template
-
-##DEBHELPER##
diff --git a/debian/rules b/debian/rules
deleted file mode 100644
index 2923e6c..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,52 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# include dpatch stuff
-include /usr/share/dpatch/dpatch.make
-
-clean: clean-patched unpatch
-
-clean-patched:
- dh_testdir
- dh_testroot
- dh_clean
-
-build: patch-stamp
- # Nothing to build here
- #
- # Note: all files are installed using dh_install
-
-install:
- dh_testdir
- dh_testroot
- dh_clean -k
-
- dh_installdirs
-
-# Build architecture-independent files here.
-binary-indep: install
- dh_testdir
- dh_testroot
- dh_installchangelogs HISTORY.am
- dh_installdocs
- dh_installexamples debian/vdradmind.conf
- dh_install
- dh_installinit
- dh_installman
- dh_link
- dh_compress
- dh_fixperms
- dh_perl
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep
-.PHONY: build clean binary-indep install patch unpatch
diff --git a/debian/vdradmin.default b/debian/vdradmin.default
deleted file mode 100644
index cbf4813..0000000
--- a/debian/vdradmin.default
+++ /dev/null
@@ -1,20 +0,0 @@
-# Defaults for vdradmin initscript
-# sourced by /etc/init.d/vdradmin
-# installed at /etc/default/vdradmin by the maintainer scripts
-
-#
-# This is a POSIX shell fragment
-#
-
-# Should vdradmin's init-script be enabled?
-
-#################################################################
-# ATTENTION! YOU SHOULD MODIFY /var/lib/vdradmin/vdradmind.conf #
-# before enabling this, because the default config uses a #
-# really simple default username/password (linvdr/linvdr) #
-#################################################################
-
-ENABLED="1"
-
-# Additional options that are passed to the Daemon.
-DAEMON_OPTS=""
diff --git a/debian/vdradmin.dirs b/debian/vdradmin.dirs
deleted file mode 100644
index 0e9961e..0000000
--- a/debian/vdradmin.dirs
+++ /dev/null
@@ -1,2 +0,0 @@
-var/lib/vdradmin
-etc/vdradmin
diff --git a/debian/vdradmin.init b/debian/vdradmin.init
deleted file mode 100644
index 24f7a99..0000000
--- a/debian/vdradmin.init
+++ /dev/null
@@ -1,91 +0,0 @@
-#! /bin/sh
-#
-#
-# Init-script for vdradmin, created by Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
-#
-#
-
-# Default Settings:
-
-# Username vdradmin should run as:
-USER=vdradmin
-
-# Group under which vdradmin should run:
-GROUP=vdradmin
-
-
-PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
-DAEMON=/usr/bin/vdradmind.pl
-NAME=vdradmin
-DESC="VDR Webadministration interface"
-
-test -x $DAEMON || exit 0
-
-# Include vdradmin defaults if available
-if [ -f /etc/default/vdradmin ] ; then
- . /etc/default/vdradmin
-fi
-
-test "$ENABLED" != "0" || exit 0
-
-set -e
-
-# Create Temporary Directory
-create_temp ()
-{
- TEMPDIR=`mktemp -d -p /tmp vdradmin-XXXXXX`
-
- # Check if the group vdr exists and make vdr
- # the owner of the temporary directory
- if getent group | grep -q "^vdr:" ; then
- chown vdr $TEMPDIR
- fi
-
- chgrp vdradmin $TEMPDIR
- chmod 2770 $TEMPDIR
-}
-
-# Check if the logfile exists allready, if not, create it and set
-# group and owner to $USER:$GROUP
-create_logfile ()
-{
- LOGFILE="/var/log/vdradmind.log"
- if [ ! -e $LOGFILE ] ; then
- touch $LOGFILE
- chown $USER:$GROUP $LOGFILE
- fi
-}
-
-case "$1" in
- start)
- echo -n "Starting $DESC: "
- create_temp
- create_logfile
- TEMPDIR=$TEMPDIR start-stop-daemon --start \
- -c $USER:$GROUP -b -m --pidfile /var/run/vdradmin.pid \
- --exec /usr/bin/vdradmind.pl -- -nf
- echo "$NAME."
- ;;
- stop)
- echo -n "Stopping $DESC: "
- start-stop-daemon --stop -q -o --pidfile /var/run/vdradmin.pid
- echo "$NAME."
- ;;
- restart|force-reload)
- echo -n "Restarting $DESC: "
- create_temp
- create_logfile
- start-stop-daemon --stop -q -o --pidfile /var/run/vdradmin.pid
- TEMPDIR=$TEMPDIR start-stop-daemon --start \
- -c $USER:$GROUP -b -m --pidfile /var/run/vdradmin.pid \
- --exec /usr/bin/vdradmind.pl -- -nf
- echo "$NAME."
- ;;
- *)
- N=/etc/init.d/$NAME
- echo "Usage: $N {start|stop|restart|force-reload}" >&2
- exit 1
- ;;
-esac
-
-exit 0
diff --git a/debian/vdradmin.install b/debian/vdradmin.install
deleted file mode 100644
index cfb76f1..0000000
--- a/debian/vdradmin.install
+++ /dev/null
@@ -1,9 +0,0 @@
-lib/ usr/share/vdradmin/
-
-template/ usr/share/vdradmin/
-
-i18n/ usr/share/vdradmin/
-
-vdradmind.pl usr/bin/
-
-vdradmind.pl.1 usr/share/man/man1/
diff --git a/debian/vdradmind.conf b/debian/vdradmind.conf
deleted file mode 100644
index dbac378..0000000
--- a/debian/vdradmind.conf
+++ /dev/null
@@ -1,39 +0,0 @@
-AT_FUNC = 1
-AT_LIFETIME = 99
-AT_PRIORITY = 99
-AT_TIMEOUT = 120
-CACHE_LASTUPDATE = 1112088214
-CACHE_TIMEOUT = 60
-CHANNELS_WANTED_AUTOTIMER = 0
-CHANNELS_WANTED_PRG = 0
-CHANNELS_WANTED_SUMMARY = 0
-EPG_DIRECT = 0
-EPG_FILENAME = /var/cache/vdr/epg.data
-GUEST_ACCOUNT = 0
-LANGUAGE = Deutsch
-LOCAL_NET = 0.0.0.0/32
-LOGFILE = vdradmind.log
-LOGGING = 1
-LOGINPAGE = 1
-LOGLEVEL = 81
-MOD_GZIP = 0
-PASSWORD = linvdr
-PASSWORD_GUEST =
-RECORDINGS = 2
-SERVERHOST = 0.0.0.0
-SERVERPORT = 8001
-SKIN = copper
-ST_FUNC = 1
-ST_STREAMDEV_PORT = 3000
-ST_URL =
-TIMES = 18:00, 20:00, 21:00, 22:00
-TM_LIFETIME = 99
-TM_MARGIN_BEGIN = 3
-TM_MARGIN_END = 3
-TM_PRIORITY = 99
-USERNAME = linvdr
-USERNAME_GUEST =
-VDR_HOST = localhost
-VDR_PORT = 2001
-VIDEODIR = /video
-ZEITRAHMEN = 1
diff --git a/debian/watch b/debian/watch
deleted file mode 100644
index 8497e1d..0000000
--- a/debian/watch
+++ /dev/null
@@ -1,2 +0,0 @@
-version=2
-http://linvdr.org/download/vdradmin/ vdradmin.*-([\d+\.]+|\d+)\.tar(\.gz|\.bz2) debian uupdate