From bd88072b5df85c392917e4bce11a40c0058c4657 Mon Sep 17 00:00:00 2001 From: Antti Ajanki Date: Wed, 6 Jul 2011 17:04:33 +0300 Subject: Properly implement timeout callback (bug #619), bump SONAME because of API changes --- debian/control | 6 +++--- debian/libwebvi0.docs | 1 - debian/libwebvi0.install | 1 - debian/libwebvi1.docs | 1 + debian/libwebvi1.install | 1 + 5 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 debian/libwebvi0.docs delete mode 100644 debian/libwebvi0.install create mode 100644 debian/libwebvi1.docs create mode 100644 debian/libwebvi1.install (limited to 'debian') 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.docs b/debian/libwebvi0.docs deleted file mode 100644 index 1333ed7..0000000 --- a/debian/libwebvi0.docs +++ /dev/null @@ -1 +0,0 @@ -TODO 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/libwebvi1.docs b/debian/libwebvi1.docs new file mode 100644 index 0000000..1333ed7 --- /dev/null +++ b/debian/libwebvi1.docs @@ -0,0 +1 @@ +TODO 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/ -- cgit v1.2.3