--- libkate-0.4.1.orig/configure.ac +++ libkate-0.4.1/configure.ac @@ -7,7 +7,7 @@ AC_CANONICAL_TARGET -AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) +AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) AC_CONFIG_HEADERS([include/config.h]) ifdef([AM_SILENT_RULES],[AM_SILENT_RULES]) --- libkate-0.4.1.orig/debian/changelog +++ libkate-0.4.1/debian/changelog @@ -0,0 +1,110 @@ +libkate (0.4.1-1ubuntu1) trusty; urgency=medium + + * Use dh-autoreconf to fix FTBFS on ppc64el by getting new libtool macros. + * Disable -Werror for automake to fix FTBFS while autoreconfigng. + + -- Logan Rosen Tue, 31 Dec 2013 17:48:23 -0500 + +libkate (0.4.1-1) unstable; urgency=low + + * New upstream release. + * debian/control + - Update standards version to 3.9.2. + * Remove .la files(Closes: #633245). + + -- John Francesco Ferlito Fri, 26 Aug 2011 19:01:06 +1000 + +libkate (0.3.8-1) unstable; urgency=low + + * New upstream release. + * Update debian/watch to use google code redirector. + * Bump Standards to 3.9.1, no changes required. + * Added debian/source/format + + -- John Francesco Ferlito Thu, 12 Aug 2010 23:45:56 +1000 + +libkate (0.3.7-3) unstable; urgency=low + + * Actually include config.{sub,guess} in the right place (Closes: #561502). + + -- John Francesco Ferlito Sat, 26 Dec 2009 23:03:49 +1100 + +libkate (0.3.7-2) unstable; urgency=low + + * Move to dh build system. + * Make sure we include latest config.{sub,guess} (Closes: #560732). + * Move to python-support. + * Add ${misc:Depends}. + + -- John Francesco Ferlito Wed, 16 Dec 2009 23:44:56 +1100 + +libkate (0.3.7-1.1) unstable; urgency=high + + * Non-maintainer upload. + * Fix Build-Depends by switching from liboggz1-dev to liboggz-dev; the + former has been dropped and replaced with liboggz2-dev, which provides + the latter. Let's use the versionless -dev package, that might prevent + from having to fix this package again once the SONAME is bumped again + (Closes: #552712). + * Set urgency to “high” since it also affects testing: liboggz migrated + already. + + -- Cyril Brulebois Sat, 05 Dec 2009 02:40:22 +0100 + +libkate (0.3.7-1) unstable; urgency=low + + * New upstream release. + * Add new symbols introduced with this release. + * Now maintained by Debian Xiph.org Maintainers. + * Updated Bzr-Vcs to point at alioth. + * Added Uploaders. + + -- John Francesco Ferlito Mon, 16 Nov 2009 20:24:34 +1100 + +libkate (0.3.6-1) unstable; urgency=low + + * New upstream release. + * Remove man page sed twiddle, fixed up stream. + + -- John Francesco Ferlito Sat, 05 Sep 2009 17:37:50 +1000 + +libkate (0.3.5-1) unstable; urgency=low + + * New upstream release. + * Bumped standards version to 3.8.3 (No changes required). + * config.{sub,guess} from autotools-dev is now up to date (Closes: 539563) + + -- John Francesco Ferlito Thu, 03 Sep 2009 18:12:35 +1000 + +libkate (0.3.4-1) unstable; urgency=low + + * New upstream release. + * Bumped standards version to 3.8.1 + + -- John Francesco Ferlito Sat, 04 Jul 2009 12:41:25 +1000 + +libkate (0.3.3-1) unstable; urgency=low + + * New upstream release. + * Moved debug package to debug section. + + -- John Francesco Ferlito Sat, 30 May 2009 12:51:17 +1000 + +libkate (0.3.2-1) unstable; urgency=low + + * New upstream release. + + -- John Francesco Ferlito Tue, 12 May 2009 00:31:38 +1000 + +libkate (0.3.1-2) unstable; urgency=low + + * Add missing loboggkate-dev package to control (Closes: #527463) + + -- John Francesco Ferlito Fri, 08 May 2009 23:36:04 +1000 + +libkate (0.3.1-1) unstable; urgency=low + + * Initial release (Closes: #511986) + + -- John Ferlito Fri, 16 Jan 2009 12:12:41 +1100 + --- libkate-0.4.1.orig/debian/compat +++ libkate-0.4.1/debian/compat @@ -0,0 +1 @@ +7 --- libkate-0.4.1.orig/debian/control +++ libkate-0.4.1/debian/control @@ -0,0 +1,82 @@ +Source: libkate +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Xiph.org Maintainers +Uploaders: John Francesco Ferlito +Build-Depends: debhelper (>= 7.0.50~), autotools-dev, python-all-dev, python-support, liboggz-dev, pkg-config, libpng12-dev, doxygen, dh-autoreconf +Standards-Version: 3.9.2 +Section: libs +Homepage: http://code.google.com/p/libkate/ +XS-Python-Version: >= 2.4 +Vcs-Bzr: http://bzr.debian.org/pkg-xiph/libkate + +Package: libkate-dev +Section: libdevel +Architecture: any +Depends: libkate1 (= ${binary:Version}), ${misc:Depends} +Description: Kate is a codec for karaoke and text encapsulation (dev) + Kate is meant to be used for karaoke alongside audio/video streams (typically + Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text + data at arbitrary time intervals. + . + libkate provides an API for the encoding and decoding of kate files. + This package contains the development libraries. + +Package: libkate1 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Kate is a codec for karaoke and text encapsulation + Kate is meant to be used for karaoke alongside audio/video streams (typically + Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text + data at arbitrary time intervals. + . + libkate provides an API for the encoding and decoding of kate files. + +Package: liboggkate-dev +Section: libdevel +Architecture: any +Depends: liboggkate1 (= ${binary:Version}), ${misc:Depends} +Description: Kate is a codec for karaoke and text encapsulation for Ogg (dev) + Kate is meant to be used for karaoke alongside audio/video streams (typically + Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text + data at arbitrary time intervals. + . + liboggkate provides an API for the encapsulation off kate streams into Ogg + This package contains the development libraries. + +Package: liboggkate1 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Kate is a codec for karaoke and text encapsulation for Ogg + Kate is meant to be used for karaoke alongside audio/video streams (typically + Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text + data at arbitrary time intervals. + . + liboggkate provides an API for the encapsulation off kate streams into Ogg + +Package: libkate-tools +Section: utils +Architecture: any +XB-Python-Version: ${python:Versions} +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-pythoncard, oggz-tools +Provides: ${python:Provides} +Description: Utilities for mangling kate Ogg files + Kate is meant to be used for karaoke alongside audio/video streams (typically + Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text + data at arbitrary time intervals. + . + This package contains some utilities useful for debugging and tweaking + Kate files, using libkate + +Package: libkate1-dbg +Section: debug +Priority: extra +Architecture: any +Depends: libkate1 (= ${binary:Version}), ${misc:Depends} +Description: Kate is a codec for karaoke and text encapsulation for Ogg (dbg) + Kate is meant to be used for karaoke alongside audio/video streams (typically + Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text + data at arbitrary time intervals. + . + This package contains debugging symbols useful for tracing bugs in + libkate software. --- libkate-0.4.1.orig/debian/copyright +++ libkate-0.4.1/debian/copyright @@ -0,0 +1,59 @@ +This package was debianized by John Ferlito on +Fri, 16 Jan 2009 12:12:41 +1100. + +It was downloaded from http://code.google.com/p/libkate/ + +Upstream Author: + + Vincent Penquerc'h + +Copyright: + + Copyright © 2008 Vincent Penquerc'h + + win32 build contrib: + Copyright © 2006 Alexander Chemeris + + src/kate_bitwise.c + Copyright © 1994-2002 Xiph.Org Foundation http://www.xiph.org/ + +License: + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + - Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + - Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + - Neither the name of Vincent Penquerc'h nor the names of any + contributor may be used to endorse or promote products derived from + this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR + OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +src/bitwise_kate.c License: + + THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. + USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS + GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE + IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. + + +The Debian packaging is © 2009, John Ferlito and +is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'. --- libkate-0.4.1.orig/debian/docs +++ libkate-0.4.1/debian/docs @@ -0,0 +1 @@ +README --- libkate-0.4.1.orig/debian/libkate-dev.dirs +++ libkate-0.4.1/debian/libkate-dev.dirs @@ -0,0 +1,2 @@ +usr/lib +usr/include --- libkate-0.4.1.orig/debian/libkate-dev.install +++ libkate-0.4.1/debian/libkate-dev.install @@ -0,0 +1,4 @@ +usr/include/kate/kate* +usr/lib/libkate*.a +usr/lib/libkate*.so +usr/lib/pkgconfig/kate* --- libkate-0.4.1.orig/debian/libkate-tools.dirs +++ libkate-0.4.1/debian/libkate-tools.dirs @@ -0,0 +1 @@ +usr/bin --- libkate-0.4.1.orig/debian/libkate-tools.install +++ libkate-0.4.1/debian/libkate-tools.install @@ -0,0 +1,3 @@ +usr/bin/* +usr/share/man/* +usr/lib/python* --- libkate-0.4.1.orig/debian/libkate1.dirs +++ libkate-0.4.1/debian/libkate1.dirs @@ -0,0 +1 @@ +usr/lib --- libkate-0.4.1.orig/debian/libkate1.install +++ libkate-0.4.1/debian/libkate1.install @@ -0,0 +1 @@ +usr/lib/libkate*.so.* --- libkate-0.4.1.orig/debian/libkate1.symbols +++ libkate-0.4.1/debian/libkate1.symbols @@ -0,0 +1,125 @@ +libkate.so.1 libkate1 #MINVER# + kate_bitmap_init@Base 0.3.0 + kate_bitmap_init_new@Base 0.4.1 + kate_clear@Base 0.3.0 + kate_comment_add@Base 0.3.0 + kate_comment_add_length@Base 0.3.0 + kate_comment_add_tag@Base 0.3.0 + kate_comment_clear@Base 0.3.0 + kate_comment_init@Base 0.3.0 + kate_comment_query@Base 0.3.0 + kate_comment_query_count@Base 0.3.0 + kate_curve_get_point@Base 0.3.0 + kate_curve_init@Base 0.3.0 + kate_decode_eventout@Base 0.3.0 + kate_decode_headerin@Base 0.3.0 + kate_decode_init@Base 0.3.0 + kate_decode_is_idheader@Base 0.3.0 + kate_decode_packetin@Base 0.3.0 + kate_decode_seek@Base 0.3.0 + kate_duration_granule@Base 0.3.0 + kate_encode_add_bitmap@Base 0.3.0 + kate_encode_add_meta@Base 0.4.1 + kate_encode_add_bitmap_index@Base 0.3.0 + kate_encode_add_motion@Base 0.3.0 + kate_encode_add_motion_index@Base 0.3.0 + kate_encode_finish@Base 0.3.0 + kate_encode_finish_raw_times@Base 0.3.7 + kate_encode_get_granule@Base 0.3.0 + kate_encode_headers@Base 0.3.0 + kate_encode_init@Base 0.3.0 + kate_encode_keepalive@Base 0.3.0 + kate_encode_keepalive_raw_times@Base 0.3.7 + kate_encode_merge_meta@Base 0.4.1 + kate_encode_repeat@Base 0.3.0 + kate_encode_repeat_raw_times@Base 0.3.7 + kate_encode_set_bitmap@Base 0.3.0 + kate_encode_set_bitmap_index@Base 0.3.0 + kate_encode_set_font_mapping_index@Base 0.3.0 + kate_encode_set_id@Base 0.3.0 + kate_encode_set_language@Base 0.3.0 + kate_encode_set_markup_type@Base 0.3.0 + kate_encode_set_palette@Base 0.3.0 + kate_encode_set_palette_index@Base 0.3.0 + kate_encode_set_region@Base 0.3.0 + kate_encode_set_region_index@Base 0.3.0 + kate_encode_set_secondary_style@Base 0.3.0 + kate_encode_set_secondary_style_index@Base 0.3.0 + kate_encode_set_style@Base 0.3.0 + kate_encode_set_style_index@Base 0.3.0 + kate_encode_set_text_directionality@Base 0.3.0 + kate_encode_set_text_encoding@Base 0.3.0 + kate_encode_state_add_meta@Base 0.4.1 + kate_encode_state_merge_meta@Base 0.4.1 + kate_encode_text@Base 0.3.0 + kate_encode_text_raw_times@Base 0.3.7 + kate_find_bitmap@Base 0.3.0 + kate_find_curve@Base 0.3.0 + kate_find_font_mapping@Base 0.3.0 + kate_find_font_range@Base 0.3.0 + kate_find_motion@Base 0.3.0 + kate_find_palette@Base 0.3.0 + kate_find_region@Base 0.3.0 + kate_find_style@Base 0.3.0 + kate_font_get_index_from_code_point@Base 0.3.0 + kate_get_bitstream_version@Base 0.3.0 + kate_get_bitstream_version_string@Base 0.3.0 + kate_get_version@Base 0.3.0 + kate_get_version_string@Base 0.3.0 + kate_granule_duration@Base 0.3.0 + kate_granule_shift@Base 0.3.0 + kate_granule_split_time@Base 0.3.0 + kate_granule_time@Base 0.3.0 + kate_high_decode_clear@Base 0.3.0 + kate_high_decode_get_comments@Base 0.3.0 + kate_high_decode_init@Base 0.3.0 + kate_high_decode_packetin@Base 0.3.0 + kate_info_add_bitmap@Base 0.3.0 + kate_info_add_curve@Base 0.3.0 + kate_info_add_font_mapping@Base 0.3.0 + kate_info_add_font_range@Base 0.3.0 + kate_info_add_motion@Base 0.3.0 + kate_info_add_palette@Base 0.3.0 + kate_info_add_region@Base 0.3.0 + kate_info_add_style@Base 0.3.0 + kate_info_clear@Base 0.3.0 + kate_info_init@Base 0.3.0 + kate_info_matches_language@Base 0.3.0 + kate_info_no_limits@Base 0.3.0 + kate_info_remove_markup@Base 0.3.0 + kate_info_set_category@Base 0.3.0 + kate_info_set_granule_encoding@Base 0.3.0 + kate_info_set_language@Base 0.3.0 + kate_info_set_markup_type@Base 0.3.0 + kate_info_set_original_canvas_size@Base 0.3.0 + kate_info_set_text_directionality@Base 0.3.0 + kate_meta_add@Base 0.4.1 + kate_meta_add_string@Base 0.4.1 + kate_meta_create@Base 0.4.1 + kate_meta_destroy@Base 0.4.1 + kate_meta_merge@Base 0.4.1 + kate_meta_query@Base 0.4.1 + kate_meta_query_count@Base 0.4.1 + kate_meta_query_tag@Base 0.4.1 + kate_meta_query_tag_count@Base 0.4.1 + kate_meta_remove@Base 0.4.1 + kate_meta_remove_tag@Base 0.4.1 + kate_motion_get_point@Base 0.3.0 + kate_motion_init@Base 0.3.0 + kate_packet_clear@Base 0.3.0 + kate_packet_init@Base 0.3.0 + kate_packet_wrap@Base 0.3.0 + kate_palette_init@Base 0.3.0 + kate_region_init@Base 0.3.0 + kate_style_init@Base 0.3.0 + kate_text_get_character@Base 0.3.0 + kate_text_remove_markup@Base 0.3.0 + kate_text_set_character@Base 0.3.0 + kate_text_validate@Base 0.3.0 + kate_tracker_clear@Base 0.3.0 + kate_tracker_get_text_path_position@Base 0.3.0 + kate_tracker_init@Base 0.3.0 + kate_tracker_morph_styles@Base 0.3.0 + kate_tracker_remap@Base 0.3.0 + kate_tracker_update@Base 0.3.0 + kate_tracker_update_property_at_duration@Base 0.3.0 --- libkate-0.4.1.orig/debian/liboggkate-dev.dirs +++ libkate-0.4.1/debian/liboggkate-dev.dirs @@ -0,0 +1,2 @@ +usr/lib +usr/include --- libkate-0.4.1.orig/debian/liboggkate-dev.install +++ libkate-0.4.1/debian/liboggkate-dev.install @@ -0,0 +1,4 @@ +usr/include/kate/oggkate* +usr/lib/liboggkate*.a +usr/lib/liboggkate*.so +usr/lib/pkgconfig/oggkate* --- libkate-0.4.1.orig/debian/liboggkate1.dirs +++ libkate-0.4.1/debian/liboggkate1.dirs @@ -0,0 +1 @@ +usr/lib --- libkate-0.4.1.orig/debian/liboggkate1.install +++ libkate-0.4.1/debian/liboggkate1.install @@ -0,0 +1 @@ +usr/lib/liboggkate*.so.* --- libkate-0.4.1.orig/debian/liboggkate1.symbols +++ libkate-0.4.1/debian/liboggkate1.symbols @@ -0,0 +1,13 @@ +liboggkate.so.1 liboggkate1 #MINVER# + kate_ogg_decode_headerin@Base 0.3.0 + kate_ogg_decode_is_idheader@Base 0.3.0 + kate_ogg_decode_packetin@Base 0.3.0 + kate_ogg_encode_finish@Base 0.3.0 + kate_ogg_encode_finish_raw_times@Base 0.3.7 + kate_ogg_encode_headers@Base 0.3.0 + kate_ogg_encode_keepalive@Base 0.3.0 + kate_ogg_encode_keepalive_raw_times@Base 0.3.7 + kate_ogg_encode_repeat@Base 0.3.0 + kate_ogg_encode_repeat_raw_times@Base 0.3.7 + kate_ogg_encode_text@Base 0.3.0 + kate_ogg_encode_text_raw_times@Base 0.3.7 --- libkate-0.4.1.orig/debian/rules +++ libkate-0.4.1/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f + +%: + dh $@ --with autoreconf + +override_dh_strip: + dh_strip --dbg-package=libkate1-dbg + + +# Put config.sub rules in until http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559098 is fixed +override_dh_auto_configure: + ln -sf /usr/share/misc/config.sub misc/autotools/ + ln -sf /usr/share/misc/config.guess misc/autotools/ + dh_auto_configure + +override_dh_auto_clean: + dh_auto_clean + rm -f config.sub config.guess --- libkate-0.4.1.orig/debian/source/format +++ libkate-0.4.1/debian/source/format @@ -0,0 +1 @@ +1.0 --- libkate-0.4.1.orig/debian/watch +++ libkate-0.4.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://googlecode.debian.net/p/libkate/libkate-(\d+.*)\.tar\.gz