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 | |
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')
-rw-r--r-- | debian/control | 6 | ||||
-rw-r--r-- | debian/libwebvi0.install | 1 | ||||
-rw-r--r-- | debian/libwebvi1.docs (renamed from debian/libwebvi0.docs) | 0 | ||||
-rw-r--r-- | debian/libwebvi1.install | 1 |
4 files changed, 4 insertions, 4 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 diff --git a/debian/libwebvi0.install b/debian/libwebvi0.install deleted file mode 100644 index 6c9de3d..0000000 --- a/debian/libwebvi0.install +++ /dev/null @@ -1 +0,0 @@ -src/libwebvi/libwebvi.so.0* usr/lib/ diff --git a/debian/libwebvi0.docs b/debian/libwebvi1.docs index 1333ed7..1333ed7 100644 --- a/debian/libwebvi0.docs +++ b/debian/libwebvi1.docs diff --git a/debian/libwebvi1.install b/debian/libwebvi1.install new file mode 100644 index 0000000..ef3ed62 --- /dev/null +++ b/debian/libwebvi1.install @@ -0,0 +1 @@ +src/libwebvi/libwebvi.so.1* usr/lib/ |