diff -Nru vorbis-tools-1.4.2/debian/changelog vorbis-tools-1.4.2/debian/changelog --- vorbis-tools-1.4.2/debian/changelog 2024-03-16 07:31:13.000000000 +0000 +++ vorbis-tools-1.4.2/debian/changelog 2024-03-27 10:08:53.000000000 +0000 @@ -1,26 +1,19 @@ -vorbis-tools (1.4.2-1build4) noble; urgency=medium +vorbis-tools (1.4.2-2) unstable; urgency=medium - * No-change rebuild against libcurl3t64-gnutls + * Team upload - -- Steve Langasek Sat, 16 Mar 2024 07:31:13 +0000 + [ Debian Janitor ] + * Remove constraints unnecessary since buster + * Trim trailing whitespace. + * Drop transition for old debug package migration. -vorbis-tools (1.4.2-1build3) noble; urgency=medium - - * No-change rebuild against libflac12t64 - - -- Steve Langasek Mon, 11 Mar 2024 15:01:18 +0000 - -vorbis-tools (1.4.2-1build2) lunar; urgency=medium - - * No-change rebuild again to pick up remaining flac. - - -- Rik Mills Sun, 04 Dec 2022 10:52:54 +0000 - -vorbis-tools (1.4.2-1build1) lunar; urgency=medium + [ Dennis Braun ] + * Update rules, no need to override dh_strip anymore - * No-change rebuild against libflac++10 & libflac12. + [ Sebastian Ramacher ] + * Add missing include (Closes: #1066683) - -- Rik Mills Mon, 28 Nov 2022 16:31:46 +0000 + -- Sebastian Ramacher Wed, 27 Mar 2024 11:08:53 +0100 vorbis-tools (1.4.2-1) unstable; urgency=medium @@ -31,9 +24,9 @@ [ Dennis Braun ] * New upstream version 1.4.2 * Refresh patchset - - Drop patches, applied by upstream or just obsolete + - Drop patches, applied by upstream or just obsolete * d/control: - + Bump dh-compat to 13 + + Bump dh-compat to 13 + Add myself as uploader + Bump Standards-Version to 4.6.0 + Set Rules-Requires-Root: no diff -Nru vorbis-tools-1.4.2/debian/control vorbis-tools-1.4.2/debian/control --- vorbis-tools-1.4.2/debian/control 2024-03-11 15:01:17.000000000 +0000 +++ vorbis-tools-1.4.2/debian/control 2024-03-27 10:03:18.000000000 +0000 @@ -1,8 +1,7 @@ Source: vorbis-tools Section: sound Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian Multimedia Maintainers +Maintainer: Debian Multimedia Maintainers Uploaders: Petter Reinholdtsen , Martin Steghöfer @@ -10,11 +9,11 @@ , Dennis Braun Build-Depends: debhelper-compat (= 13) , libcurl4-gnutls-dev | libcurl4-openssl-dev - , libao-dev (>= 1.0.0) + , libao-dev , libogg-dev - , libflac-dev (>> 1.1.4) | liboggflac-dev + , libflac-dev | liboggflac-dev , libspeex-dev - , libvorbis-dev (>= 1.3.0) + , libvorbis-dev , libkate-dev , pkg-config Standards-Version: 4.6.0 diff -Nru vorbis-tools-1.4.2/debian/patches/0002-Add-missing-include.patch vorbis-tools-1.4.2/debian/patches/0002-Add-missing-include.patch --- vorbis-tools-1.4.2/debian/patches/0002-Add-missing-include.patch 1970-01-01 00:00:00.000000000 +0000 +++ vorbis-tools-1.4.2/debian/patches/0002-Add-missing-include.patch 2024-03-27 10:05:47.000000000 +0000 @@ -0,0 +1,20 @@ +From: Sebastian Ramacher +Date: Wed, 27 Mar 2024 11:05:44 +0100 +Subject: Add missing include + +--- + ogginfo/codec_skeleton.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/ogginfo/codec_skeleton.c b/ogginfo/codec_skeleton.c +index a27f8da..0709860 100644 +--- a/ogginfo/codec_skeleton.c ++++ b/ogginfo/codec_skeleton.c +@@ -25,6 +25,7 @@ + #include + + #include "i18n.h" ++#include "utf8.h" + + #include "private.h" + diff -Nru vorbis-tools-1.4.2/debian/patches/series vorbis-tools-1.4.2/debian/patches/series --- vorbis-tools-1.4.2/debian/patches/series 2021-09-09 21:19:56.000000000 +0000 +++ vorbis-tools-1.4.2/debian/patches/series 2024-03-27 10:08:51.000000000 +0000 @@ -1,3 +1,4 @@ # somebody with native french skills needs to update 0019 #0019-updated-french-translation.patch 0020-Fix-docdir-for-ogg123rc-example.patch +0002-Add-missing-include.patch diff -Nru vorbis-tools-1.4.2/debian/rules vorbis-tools-1.4.2/debian/rules --- vorbis-tools-1.4.2/debian/rules 2021-09-09 21:19:56.000000000 +0000 +++ vorbis-tools-1.4.2/debian/rules 2024-03-27 10:03:18.000000000 +0000 @@ -5,10 +5,6 @@ %: dh $@ -override_dh_strip: - # can be dropped after buster - dh_strip --dbgsym-migration='vorbis-tools-dbg (<< 1.4.0-11~)' - #CFLAGS = -Wall -g -I/usr/include/speex # Run our test suite until the upstream source get one