diff options
| author | Antti Ajanki <antti.ajanki@iki.fi> | 2011-07-06 17:04:33 +0300 |
|---|---|---|
| committer | Antti Ajanki <antti.ajanki@iki.fi> | 2011-07-06 17:04:33 +0300 |
| commit | bd88072b5df85c392917e4bce11a40c0058c4657 (patch) | |
| tree | c822a94e501a1f6fecf6d0742b772771f2b34441 /debian/control | |
| parent | 195fcc2ea284489240d58a72859f0963ad82e27a (diff) | |
| download | vdr-plugin-webvideo-bd88072b5df85c392917e4bce11a40c0058c4657.tar.gz vdr-plugin-webvideo-bd88072b5df85c392917e4bce11a40c0058c4657.tar.bz2 | |
Properly implement timeout callback (bug #619), bump SONAME because of API changes
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index f24d954..728b215 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Description: Web video downloader library - Python module This is the Python module. XB-Python-Version: ${python:Versions} -Package: libwebvi0 +Package: libwebvi1 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends}, python, python-webvi @@ -34,7 +34,7 @@ XB-Python-Version: ${python:Versions} Package: libwebvi-dev Architecture: any Section: libdevel -Depends: ${misc:Depends}, libc-dev +Depends: ${misc:Depends}, libc-dev, python-dev Description: Web video downloader library - development files This package provides a library for downloading video and audio streams from media sharing websites, such as YouTube or Google Video. @@ -44,7 +44,7 @@ Description: Web video downloader library - development files Package: vdr-plugin-webvideo Architecture: any Section: video -Depends: ${shlibs:Depends}, ${misc:Depends}, ${vdr:Depends}, libwebvi0 +Depends: ${shlibs:Depends}, ${misc:Depends}, ${vdr:Depends}, libwebvi1 Suggests: vdr-plugin-mplayer | vdr-plugin-xineliboutput Description: VDR plugin for downloading videos from the Web This plugin for the Linux Video Disc Recorder (VDR) provides ability |
