Package: libtheora Severity: wishlist User: [EMAIL PROTECTED] Usertags: origin-ubuntu hardy ubuntu-patch Tags: patch
The changelog mention that the libtheora-bin package was not correctly listed to avoid waiting on NEW, maybe it could be listed now? The attached patch should fix the issue
diff -Nur libtheora-1.0~beta2.debian/debian/control libtheora-1.0~beta2/debian/control --- libtheora-1.0~beta2.debian/debian/control 2007-11-22 22:49:24.000000000 +0100 +++ libtheora-1.0~beta2/debian/control 2007-11-22 22:53:11.000000000 +0100 @@ -31,3 +31,14 @@ . This package contains the header files and documentation needed to develop applications with libtheora. + +Package: libtheora-bin +Architecture: any +Section: utils +Depends: ${shlibs:Depends} +Description: The Theora Video Compression Codec (example encoder, decoder) + Theora is a fully open, non-proprietary, patent-and-royalty-free, + general-purpose compressed video format. + . + This package contains a reference implementation of an encoder and a + decoder. diff -Nur libtheora-1.0~beta2.debian/debian/control.bin libtheora-1.0~beta2/debian/control.bin --- libtheora-1.0~beta2.debian/debian/control.bin 2007-11-22 22:49:24.000000000 +0100 +++ libtheora-1.0~beta2/debian/control.bin 1970-01-01 01:00:00.000000000 +0100 @@ -1,36 +0,0 @@ -Source: libtheora -Section: libs -Priority: optional -Maintainer: Debian Xiph.org Maintainers <[EMAIL PROTECTED]> -Uploaders: Christopher L Cheney <[EMAIL PROTECTED]>, Adeodato Simó <[EMAIL PROTECTED]>, Clint Adams <[EMAIL PROTECTED]> -Build-Depends: autotools-dev, cdbs (>= 0.4.27-3), debhelper (>> 4.0.0), devscripts, doxygen, graphviz, libogg-dev (>= 1.1.0), libsdl1.2-dev, libvorbis-dev, python, libtool, automake1.9, quilt -Standards-Version: 3.6.2 - -Package: libtheora0 -Architecture: any -Section: libs -Depends: ${shlibs:Depends} -Description: The Theora Video Compression Codec - Ogg Theora - -Package: libtheora-dev -Architecture: any -Section: libdevel -Depends: libtheora0 (= ${Source-Version}), libogg-dev -Description: The Theora Video Compression Codec (development files) - Theora is a fully open, non-proprietary, patent-and-royalty-free, - general-purpose compressed video format. - . - This package contains the header files and documentation needed to develop - applications with libtheora. - -Package: libtheora-bin -Architecture: any -Section: utils -Depends: ${shlibs:Depends} -Description: The Theora Video Compression Codec (example encoder, decoder) - Theora is a fully open, non-proprietary, patent-and-royalty-free, - general-purpose compressed video format. - . - This package contains a reference implementation of an encoder and a - decoder.