Your message dated Sat, 23 Oct 2021 21:03:36 +0000
with message-id <e1meoay-000e01...@fasolo.debian.org>
and subject line Bug#997149: fixed in daisy-player 13.0-2
has caused the Debian Bug report #997149,
regarding daisy-player: FTBFS: daisy-player.c:1852:37: error: format not a
string literal and no format arguments [-Werror=format-security]
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
997149: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997149
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: daisy-player
Version: 12.1-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I . -I
> /usr/include/cdio/ -I /usr/include/cdio/paranoia/ -I /usr/include/libxml2/ -D
> LOCALEDIR=\"/usr/share/locale\" -Wall -Wextra -Wunused -Wunused-variable
> -Wunused-function -Wmissing-declarations -g -I /usr/include/libxml2/ -O3
> -Wuninitialized -Winit-self -DPROGRAMNAME_LOCALEDIR=\"\" -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -I/usr/include/libxml2 -c -o playfile.o
> playfile.c
> In file included from /usr/include/string.h:519,
> from daisy.h:21,
> from common.c:20:
> In function ‘strncpy’,
> inlined from ‘get_attributes’ at common.c:637:7:
> daisy-player.c: In function ‘handle_discinfo’:
> /usr/include/x86_64-linux-gnu/bits/string_fortified.h:91:10: warning:
> ‘__builtin_strncpy’ specified bound 255 equals destination size
> [-Wstringop-truncation]
> 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos
> (__dest));
> |
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> daisy-player.c:1852:37: error: format not a string literal and no format
> arguments [-Werror=format-security]
> 1852 | mvwprintw (misc->titlewin, 0, 0, str);
> | ^~~
> In function ‘strncpy’,
> inlined from ‘get_attributes’ at common.c:647:10:
> /usr/include/x86_64-linux-gnu/bits/string_fortified.h:91:10: warning:
> ‘__builtin_strncpy’ output may be truncated copying 255 bytes from a string
> of length 255 [-Wstringop-truncation]
> 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos
> (__dest));
> |
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In function ‘strncpy’,
> inlined from ‘get_attributes’ at common.c:650:10:
> /usr/include/x86_64-linux-gnu/bits/string_fortified.h:91:10: warning:
> ‘__builtin_strncpy’ output may be truncated copying 255 bytes from a string
> of length 255 [-Wstringop-truncation]
> 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos
> (__dest));
> |
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In function ‘strncpy’,
> inlined from ‘get_attributes’ at common.c:651:10:
> /usr/include/x86_64-linux-gnu/bits/string_fortified.h:91:10: warning:
> ‘__builtin_strncpy’ output may be truncated copying 255 bytes from a string
> of length 255 [-Wstringop-truncation]
> 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos
> (__dest));
> |
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In function ‘strncpy’,
> inlined from ‘get_attributes’ at common.c:674:10:
> /usr/include/x86_64-linux-gnu/bits/string_fortified.h:91:10: warning:
> ‘__builtin_strncpy’ output may be truncated copying 255 bytes from a string
> of length 255 [-Wstringop-truncation]
> 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos
> (__dest));
> |
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In function ‘strncpy’,
> inlined from ‘get_attributes’ at common.c:703:7:
> /usr/include/x86_64-linux-gnu/bits/string_fortified.h:91:10: warning:
> ‘__builtin_strncpy’ output may be truncated copying 5 bytes from a string of
> length 254 [-Wstringop-truncation]
> 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos
> (__dest));
> |
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> daisy-player.c:1891:28: error: format not a string literal and no format
> arguments [-Werror=format-security]
> 1891 | misc->discinfo_title);
> | ~~~~^~~~~~~~~~~~~~~~
> daisy-player.c: In function ‘main’:
> daisy-player.c:2579:36: error: format not a string literal and no format
> arguments [-Werror=format-security]
> 2579 | mvwprintw (misc.titlewin, 0, 0, str);
> | ^~~
> gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I . -I
> /usr/include/cdio/ -I /usr/include/cdio/paranoia/ -I /usr/include/libxml2/ -D
> LOCALEDIR=\"/usr/share/locale\" -Wall -Wextra -Wunused -Wunused-variable
> -Wunused-function -Wmissing-declarations -g -I /usr/include/libxml2/ -O3
> -Wuninitialized -Winit-self -DPROGRAMNAME_LOCALEDIR=\"\" -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -I/usr/include/libxml2 -c -o ncx.o ncx.c
> In function ‘strncpy’,
> inlined from ‘handle_ncc_html’ at common.c:291:4:
> /usr/include/x86_64-linux-gnu/bits/string_fortified.h:91:10: warning:
> ‘__builtin_strncpy’ output truncated before terminating nul copying 4 bytes
> from a string of the same length [-Wstringop-truncation]
> 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos
> (__dest));
> |
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I . -I
> /usr/include/cdio/ -I /usr/include/cdio/paranoia/ -I /usr/include/libxml2/ -D
> LOCALEDIR=\"/usr/share/locale\" -Wall -Wextra -Wunused -Wunused-variable
> -Wunused-function -Wmissing-declarations -g -I /usr/include/libxml2/ -O3
> -Wuninitialized -Winit-self -DPROGRAMNAME_LOCALEDIR=\"\" -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -I/usr/include/libxml2 -c -o opf.o opf.c
> In file included from /usr/include/string.h:519,
> from daisy.h:21,
> from daisy-player.c:20:
> In function ‘strncpy’,
> inlined from ‘get_clips’ at daisy-player.c:66:4:
> /usr/include/x86_64-linux-gnu/bits/string_fortified.h:91:10: warning:
> ‘__builtin_strncpy’ output may be truncated copying 255 bytes from a string
> of length 255 [-Wstringop-truncation]
> 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos
> (__dest));
> |
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/string.h:519,
> from daisy.h:21,
> from ncx.c:20:
> In function ‘strncpy’,
> inlined from ‘fill_smil_anchor_ncx’ at ncx.c:136:25:
> /usr/include/x86_64-linux-gnu/bits/string_fortified.h:91:10: warning:
> ‘__builtin_strncpy’ specified bound 256 equals destination size
> [-Wstringop-truncation]
> 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos
> (__dest));
> |
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In function ‘strncpy’,
> inlined from ‘parse_content_ncx’ at ncx.c:232:13:
> /usr/include/x86_64-linux-gnu/bits/string_fortified.h:91:10: warning:
> ‘__builtin_strncpy’ specified bound 256 equals destination size
> [-Wstringop-truncation]
> 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos
> (__dest));
> |
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In function ‘strncpy’,
> inlined from ‘parse_ncx’ at ncx.c:294:13:
> /usr/include/x86_64-linux-gnu/bits/string_fortified.h:91:10: warning:
> ‘__builtin_strncpy’ specified bound 256 equals destination size
> [-Wstringop-truncation]
> 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos
> (__dest));
> |
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/string.h:519,
> from daisy.h:21,
> from opf.c:20:
> In function ‘strncpy’,
> inlined from ‘parse_smil_opf’ at opf.c:144:10:
> /usr/include/x86_64-linux-gnu/bits/string_fortified.h:91:10: warning:
> ‘__builtin_strncpy’ specified bound 256 equals destination size
> [-Wstringop-truncation]
> 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos
> (__dest));
> |
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I . -I
> /usr/include/cdio/ -I /usr/include/cdio/paranoia/ -I /usr/include/libxml2/ -D
> LOCALEDIR=\"/usr/share/locale\" -Wall -Wextra -Wunused -Wunused-variable
> -Wunused-function -Wmissing-declarations -g -I /usr/include/libxml2/ -O3
> -Wuninitialized -Winit-self -DPROGRAMNAME_LOCALEDIR=\"\" -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -I/usr/include/libxml2 -c -o madplay/madplay.o
> madplay/madplay.c
> gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I . -I
> /usr/include/cdio/ -I /usr/include/cdio/paranoia/ -I /usr/include/libxml2/ -D
> LOCALEDIR=\"/usr/share/locale\" -Wall -Wextra -Wunused -Wunused-variable
> -Wunused-function -Wmissing-declarations -g -I /usr/include/libxml2/ -O3
> -Wuninitialized -Winit-self -DPROGRAMNAME_LOCALEDIR=\"\" -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -I/usr/include/libxml2 -c -o madplay/audio.o
> madplay/audio.c
> gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I . -I
> /usr/include/cdio/ -I /usr/include/cdio/paranoia/ -I /usr/include/libxml2/ -D
> LOCALEDIR=\"/usr/share/locale\" -Wall -Wextra -Wunused -Wunused-variable
> -Wunused-function -Wmissing-declarations -g -I /usr/include/libxml2/ -O3
> -Wuninitialized -Winit-self -DPROGRAMNAME_LOCALEDIR=\"\" -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -I/usr/include/libxml2 -c -o madplay/crc.o
> madplay/crc.c
> gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I . -I
> /usr/include/cdio/ -I /usr/include/cdio/paranoia/ -I /usr/include/libxml2/ -D
> LOCALEDIR=\"/usr/share/locale\" -Wall -Wextra -Wunused -Wunused-variable
> -Wunused-function -Wmissing-declarations -g -I /usr/include/libxml2/ -O3
> -Wuninitialized -Winit-self -DPROGRAMNAME_LOCALEDIR=\"\" -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -I/usr/include/libxml2 -c -o madplay/version.o
> madplay/version.c
> gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I . -I
> /usr/include/cdio/ -I /usr/include/cdio/paranoia/ -I /usr/include/libxml2/ -D
> LOCALEDIR=\"/usr/share/locale\" -Wall -Wextra -Wunused -Wunused-variable
> -Wunused-function -Wmissing-declarations -g -I /usr/include/libxml2/ -O3
> -Wuninitialized -Winit-self -DPROGRAMNAME_LOCALEDIR=\"\" -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -I/usr/include/libxml2 -c -o madplay/tag.o
> madplay/tag.c
> gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I . -I
> /usr/include/cdio/ -I /usr/include/cdio/paranoia/ -I /usr/include/libxml2/ -D
> LOCALEDIR=\"/usr/share/locale\" -Wall -Wextra -Wunused -Wunused-variable
> -Wunused-function -Wmissing-declarations -g -I /usr/include/libxml2/ -O3
> -Wuninitialized -Winit-self -DPROGRAMNAME_LOCALEDIR=\"\" -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -I/usr/include/libxml2 -c -o madplay/player.o
> madplay/player.c
> madplay/player.c: In function ‘decode_output’:
> madplay/player.c:630:9: warning: taking the absolute value of unsigned type
> ‘unsigned int’ has no effect [-Wabsolute-value]
> 630 | if (abs(output->speed_out - output->speed_in) <
> | ^~~
> gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I . -I
> /usr/include/cdio/ -I /usr/include/cdio/paranoia/ -I /usr/include/libxml2/ -D
> LOCALEDIR=\"/usr/share/locale\" -Wall -Wextra -Wunused -Wunused-variable
> -Wunused-function -Wmissing-declarations -g -I /usr/include/libxml2/ -O3
> -Wuninitialized -Winit-self -DPROGRAMNAME_LOCALEDIR=\"\" -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -I/usr/include/libxml2 -c -o
> madplay/audio_wave.o madplay/audio_wave.c
> gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I . -I
> /usr/include/cdio/ -I /usr/include/cdio/paranoia/ -I /usr/include/libxml2/ -D
> LOCALEDIR=\"/usr/share/locale\" -Wall -Wextra -Wunused -Wunused-variable
> -Wunused-function -Wmissing-declarations -g -I /usr/include/libxml2/ -O3
> -Wuninitialized -Winit-self -DPROGRAMNAME_LOCALEDIR=\"\" -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -I/usr/include/libxml2 -c -o madplay/resample.o
> madplay/resample.c
> gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I . -I
> /usr/include/cdio/ -I /usr/include/cdio/paranoia/ -I /usr/include/libxml2/ -D
> LOCALEDIR=\"/usr/share/locale\" -Wall -Wextra -Wunused -Wunused-variable
> -Wunused-function -Wmissing-declarations -g -I /usr/include/libxml2/ -O3
> -Wuninitialized -Winit-self -DPROGRAMNAME_LOCALEDIR=\"\" -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -I/usr/include/libxml2 -c -o madplay/rgain.o
> madplay/rgain.c
> gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I . -I
> /usr/include/cdio/ -I /usr/include/cdio/paranoia/ -I /usr/include/libxml2/ -D
> LOCALEDIR=\"/usr/share/locale\" -Wall -Wextra -Wunused -Wunused-variable
> -Wunused-function -Wmissing-declarations -g -I /usr/include/libxml2/ -O3
> -Wuninitialized -Winit-self -DPROGRAMNAME_LOCALEDIR=\"\" -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -I/usr/include/libxml2 -c -o madplay/filter.o
> madplay/filter.c
> gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I . -I
> /usr/include/cdio/ -I /usr/include/cdio/paranoia/ -I /usr/include/libxml2/ -D
> LOCALEDIR=\"/usr/share/locale\" -Wall -Wextra -Wunused -Wunused-variable
> -Wunused-function -Wmissing-declarations -g -I /usr/include/libxml2/ -O3
> -Wuninitialized -Winit-self -DPROGRAMNAME_LOCALEDIR=\"\" -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -I/usr/include/libxml2 -c -o
> madplay/audio_cdda.o madplay/audio_cdda.c
> gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I . -I
> /usr/include/cdio/ -I /usr/include/cdio/paranoia/ -I /usr/include/libxml2/ -D
> LOCALEDIR=\"/usr/share/locale\" -Wall -Wextra -Wunused -Wunused-variable
> -Wunused-function -Wmissing-declarations -g -I /usr/include/libxml2/ -O3
> -Wuninitialized -Winit-self -DPROGRAMNAME_LOCALEDIR=\"\" -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -I/usr/include/libxml2 -c -o
> pactl/src/core-util.o pactl/src/core-util.c
> gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I . -I
> /usr/include/cdio/ -I /usr/include/cdio/paranoia/ -I /usr/include/libxml2/ -D
> LOCALEDIR=\"/usr/share/locale\" -Wall -Wextra -Wunused -Wunused-variable
> -Wunused-function -Wmissing-declarations -g -I /usr/include/libxml2/ -O3
> -Wuninitialized -Winit-self -DPROGRAMNAME_LOCALEDIR=\"\" -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -I/usr/include/libxml2 -c -o pactl/src/strbuf.o
> pactl/src/strbuf.c
> In function ‘strncpy’,
> inlined from ‘main’ at daisy-player.c:2557:7:
> /usr/include/x86_64-linux-gnu/bits/string_fortified.h:91:10: warning:
> ‘__builtin_strncpy’ output may be truncated copying 255 bytes from a string
> of length 255 [-Wstringop-truncation]
> 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos
> (__dest));
> |
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I . -I
> /usr/include/cdio/ -I /usr/include/cdio/paranoia/ -I /usr/include/libxml2/ -D
> LOCALEDIR=\"/usr/share/locale\" -Wall -Wextra -Wunused -Wunused-variable
> -Wunused-function -Wmissing-declarations -g -I /usr/include/libxml2/ -O3
> -Wuninitialized -Winit-self -DPROGRAMNAME_LOCALEDIR=\"\" -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -I/usr/include/libxml2 -c -o pactl/src/pactl.o
> pactl/src/pactl.c
> cc1: some warnings being treated as errors
> make[4]: *** [Makefile:525: daisy-player.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2021/10/23/daisy-player_12.1-1_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: daisy-player
Source-Version: 13.0-2
Done: Samuel Thibault <sthiba...@debian.org>
We believe that the bug you reported is fixed in the latest version of
daisy-player, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 997...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Samuel Thibault <sthiba...@debian.org> (supplier of updated daisy-player
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 23 Oct 2021 22:35:25 +0200
Source: daisy-player
Architecture: source
Version: 13.0-2
Distribution: experimental
Urgency: medium
Maintainer: Debian Accessibility Team <pkg-a11y-de...@alioth-lists.debian.net>
Changed-By: Samuel Thibault <sthiba...@debian.org>
Closes: 997149
Changes:
daisy-player (13.0-2) experimental; urgency=medium
.
* tests/control: Drop very superficial (and currently failing) test.
* patches/format: Fix spurious format parsing (Closes: Bug#997149).
* patches/copyright: Drop spurious ./ prefix.
* patches/automake: Fix double AM_INIT_AUTOMAKE call.
Checksums-Sha1:
5016704f8923ed9c1752351aa4dc45d1ba579ead 2487 daisy-player_13.0-2.dsc
48a683c1d407aaa62de5cf166614d97c579909f4 12032
daisy-player_13.0-2.debian.tar.xz
490c8af589e0c25429a19a482d6a3e4a08b18263 10561
daisy-player_13.0-2_source.buildinfo
Checksums-Sha256:
239bf49a3dc1bfa46735498278e1eaa7c552f9a0daf04676a6c58e11ac4a8d71 2487
daisy-player_13.0-2.dsc
a91449e76c0662d46d9ac067837dca3a5575119f2d414cb0023f9993389fdce9 12032
daisy-player_13.0-2.debian.tar.xz
440a6d924204dbe0800a5c46b71c881128e22f463364d4b26fe070d6e974ec87 10561
daisy-player_13.0-2_source.buildinfo
Files:
104ab7479d8fc2cc6ac9fd78df1e5b2f 2487 sound optional daisy-player_13.0-2.dsc
e94f8e52113a6c66ac0f684d01ba8439 12032 sound optional
daisy-player_13.0-2.debian.tar.xz
050debac2832cf3cce54c0f0dd4c1afc 10561 sound optional
daisy-player_13.0-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJJBAEBCgAzFiEEi6MnFvk67auaclLJ5pG0tXV4H2IFAmF0cjgVHHN0aGliYXVs
dEBkZWJpYW4ub3JnAAoJEOaRtLV1eB9iDW4QAJl+E6i9P7P2z/n7JTSt//EEeU6Z
wlq/TDk2JSTBfhw5UWhgIAyWpmqO/tXq3RKg/0hf1FCk8cdwwOF7N4eLuW3OT7wb
MjMLBcO+BDIxfXZdF8fkKRY/Cy5SsSnGaTJl8+e8bmmUbxLqBnXyX8ILADQjKoea
NhrtXuJj3iVUtqaS7/bKcaKxSghatstY/GW8lPpbJvgdaqs+7scYSBdBiQNfjYOF
FFrlo8+AuJXit0pOG5ZayW5qpaLe40hCWV07ghjICxqGtbwLB5nmtf0b5iKq5aiB
0yCEit5Nc3bkV4WeQ8DCzcouDEfYAhnIzF+GZCMFlNScohw6TO/CHFMkysjQejtH
PCk/9sScZJh2zpXnliLD1/WR2apJItGu4tufAFRdFR1rnp52rw3w3htRNKJQ5TFF
+5QgGVBctz1e20qwNweFfbd43DDV3JNZidqfOZO0LzqcVMDavKhKCXgR0I0cks6m
8vHXfPXJSMSRx5tg13VroqCwNF+rNPzFOoMbtJ++dfFg4cxV2niMbOGIjOkL80mP
edR9uedkZBzzykVIH5q2DgkxJRwDSZWLXhVhJSOeyNZ3kCegDCvWJCAbToWe5yB+
VSf9KqWhLeSoulPDV06G1iPGKGYQvTywK6jXjAGm668ixRnPiiOIGfQvuMzfv073
m4+Mx3UK+XSPv5Mm
=DAvb
-----END PGP SIGNATURE-----
--- End Message ---