diff -Nru mpg123-1.25.10/debian/changelog mpg123-1.25.10/debian/changelog --- mpg123-1.25.10/debian/changelog 2018-03-10 10:02:34.000000000 +0000 +++ mpg123-1.25.10/debian/changelog 2018-04-20 09:44:09.000000000 +0000 @@ -1,3 +1,21 @@ +mpg123 (1.25.10-2) unstable; urgency=medium + + * Team upload. + + [ James Cowgill ] + * debian/control: Bump standards to 4.1.4. + * debian/libmpg123-0.symbols: + - Use more intelligent way of enabling 32-bit off_t symbols. + Fixes FTBFS on riscv64. (Closes: #896126) + + [ Ondřej Nový ] + * d/changelog: Remove trailing whitespaces + + [ Felipe Sateler ] + * Change maintainer address to debian-multimedia@lists.debian.org + + -- James Cowgill Fri, 20 Apr 2018 10:44:09 +0100 + mpg123 (1.25.10-1) unstable; urgency=medium * Team upload. @@ -508,7 +526,7 @@ * New upstream version 1.9.1. * src/output/arts.c: Drop Debian-specific 64bit patch (fixed upstream). * debian/libmpg123-0.symbols.common.in: Add two new exported library - symbols. + symbols. -- Daniel Kobras Wed, 14 Oct 2009 21:43:18 +0200 @@ -964,7 +982,7 @@ * Changed download location in copyright file to a working URL. * Removed alsa build deps since the alsa version isn't built anyway. * The nas target build depends on xlibs-dev for libXau. - * New Debian maintainer. Closes: #109254 + * New Debian maintainer. Closes: #109254 -- Daniel Kobras Thu, 10 Jan 2002 00:52:04 +0100 @@ -1025,13 +1043,13 @@ mpg123 (0.59r-5) unstable; urgency=low - * Add "with support" to short package descriptions. + * Add "with support" to short package descriptions. Closes: #65771. - * Fix off-by-one bounds check in translating genre numbers + * Fix off-by-one bounds check in translating genre numbers to names. Closes: #68662. * Don't use -DREAD_MMAP. Closes: #20258, #64490. * Add new package mpg123-oss-i486, optimized for i486 CPUs. - * Undo part of earlier bugfix: if -R 'line' consisted only + * Undo part of earlier bugfix: if -R 'line' consisted only of \n and/or \r, a buffer underflow would happen. -- Tommi Virtanen Sun, 27 Aug 2000 17:56:10 +0300 @@ -1053,7 +1071,7 @@ mpg123 (0.59r-2) unstable; urgency=low * Yes Virginia, it is a newer version now. Closes: #61370. - * Split the package to mgp123{-esd,-alsa,-nas}. + * Split the package to mgp123{-esd,-alsa,-nas}. Closes: #49940, #33416. * Close all the bugs the previous maintainer intended to close, but failed with the syntax. @@ -1094,7 +1112,7 @@ mpg123 (0.59q-1) unstable; urgency=low - * fixes #32668: new upstream source + * fixes #32668: new upstream source * i think we lost gmp3 support though.. the patch was none too clean * fixes #32322: add -DUSE_MMAP to alpha * fixes #26899: registered mime type for audio/mpeg @@ -1125,7 +1143,7 @@ mpg123 (0.59n-3) unstable; urgency=low - * moved to non-free/sound for real now. + * moved to non-free/sound for real now. -- Paul Haggart Tue, 10 Feb 1998 10:51:59 -0500 diff -Nru mpg123-1.25.10/debian/control mpg123-1.25.10/debian/control --- mpg123-1.25.10/debian/control 2018-03-10 10:00:11.000000000 +0000 +++ mpg123-1.25.10/debian/control 2018-04-20 09:39:17.000000000 +0000 @@ -1,12 +1,13 @@ Source: mpg123 Section: sound Priority: optional -Maintainer: Debian Multimedia Maintainers +Maintainer: Debian Multimedia Maintainers Uploaders: Reinhard Tartler , Miguel A. Colón Vélez Build-Depends: debhelper (>= 11), + dpkg-dev (>= 1.18), libasound2-dev [linux-any], libaudio-dev, libjack-dev, @@ -15,7 +16,7 @@ libpulse-dev [!hurd-i386], pkg-config, portaudio19-dev -Standards-Version: 4.1.3 +Standards-Version: 4.1.4 Homepage: http://mpg123.org/ Vcs-Git: https://salsa.debian.org/multimedia-team/mpg123.git Vcs-Browser: https://salsa.debian.org/multimedia-team/mpg123 diff -Nru mpg123-1.25.10/debian/libmpg123-0.symbols mpg123-1.25.10/debian/libmpg123-0.symbols --- mpg123-1.25.10/debian/libmpg123-0.symbols 2016-09-28 16:43:08.000000000 +0000 +++ mpg123-1.25.10/debian/libmpg123-0.symbols 2018-04-20 09:39:17.000000000 +0000 @@ -1,3 +1,3 @@ #include "libmpg123-0.symbols.common.in" #include "libmpg123-0.symbols.64bit.in" -(arch=!amd64 !arm64 !ia64 !kfreebsd-i386 !kfreebsd-amd64 !s390x !ppc64 !ppc64el !alpha !sparc64 !mips64 !mips64el !x32)#include "libmpg123-0.symbols.32bit.in" +(arch-bits=32|arch=!kfreebsd-any !x32)#include "libmpg123-0.symbols.32bit.in"