diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..2414265 --- /dev/null +++ b/debian/control @@ -0,0 +1,22 @@ +Source: vdr-plugin-live +Section: misc +Priority: extra +Maintainer: Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org> +Uploaders: Thomas Schmidt <tschmidt@debian.org>, Tobias Grimm <tg@e-tobi.net> +Build-Depends: debhelper (>= 5), dpatch, vdr-dev (>= 1.4.6-2ctvdr1), libtntnet-dev, libcxxtools-dev, libssl-dev +Standards-Version: 3.7.2 +XS-Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr-plugin-live/trunk/ +XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-live/trunk/ + +Package: vdr-plugin-live +Architecture: any +Depends: ${shlibs:Depends}, ${vdr:Depends} +Description: Web administration plugin for VDR + Live, the "Live Interactive VDR Environment", is a plugin providing the + possibility to interactively control the Linux Video Disc Recorder VDR and + some of it's plugins from a web interface. + . + Unlike external programs, like the VDR web frontend "VDRAdmin-AM", that + communicate with VDR via its SVDRP socket interface, Live has direct + access to VDR's data structures and thus is very fast. +XB-VDR-Patchlevel: ${vdr:Patchlevel} |