Your message dated Tue, 16 Sep 2025 10:50:00 +0000
with message-id <[email protected]>
and subject line Bug#1114216: fixed in mumble 1.5.735-6
has caused the Debian Bug report #1114216,
regarding mumble: FTBFS: /<<PKGBUILDDIR>>/overlay_gl/overlay.c:40:23: error:
'bool' cannot be defined via 'typedef'
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 [email protected]
immediately.)
--
1114216: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114216
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:mumble
Version: 1.5.735-5
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build.
Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202509/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:mumble, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --buildsystem=cmake
dh_auto_clean -O--buildsystem=cmake
dh_autoreconf_clean -O--buildsystem=cmake
debian/rules override_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -rfv Ice
# logratate and init file have both been removed
#rm -fv /<<PKGBUILDDIR>>/debian/mumble-server.logrotate
/<<PKGBUILDDIR>>/mumble-server.init
debconf-updatepo
dh_clean
rm -f debian/debhelper-build-stamp
rm -rf debian/.debhelper/
rm -f -- debian/mumble.substvars debian/mumble-server.substvars
debian/files
rm -fr -- debian/mumble/ debian/tmp/ debian/mumble-server/
find . \( \( \
\( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path
.\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o
-type f -a \
\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
-o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
-o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
-o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
\) -exec rm -f {} + \) -o \
\( -type d -a \( -name autom4te.cache -o -name __pycache__ \)
-prune -exec rm -rf {} + \) \)
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules binary
dh binary --buildsystem=cmake
dh_update_autotools_config -O--buildsystem=cmake
dh_autoreconf -O--buildsystem=cmake
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- \
-DBUILD_NUMBER=735 \
-DCMAKE_BUILD_TYPE=Release \
-Dbundle-qt-translations=OFF \
-Dbundled-gsl=OFF \
-Dbundled-json=OFF \
-Dbundled-renamenoise=ON \
-Dbundled-speex=OFF \
-Doverlay=ON \
-Doverlay-xcompile=OFF \
-Dsymbols=ON \
-Dupdate=OFF \
-Duse-pkgconf-install-paths=ON \
-Dwarnings-as-errors=OFF
cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb
PKG_CONFIG=/usr/bin/pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON
-DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON
-DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run
-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles"
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu
-DBUILD_NUMBER=735 -DCMAKE_BUILD_TYPE=Release -Dbundle-qt-translations=OFF
-Dbundled-gsl=OFF -Dbundled-json=OFF -Dbundled-renamenoise=ON
-Dbundled-speex=OFF -Doverlay=ON -Doverlay-xcompile=OFF -Dsymbols=ON
-Dupdate=OFF -Duse-pkgconf-install-paths=ON -Dwarnings-as-errors=OFF ..
-- The C compiler identification is GNU 15.2.0
-- The CXX compiler identification is GNU 15.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at
3rdparty/FindPythonInterpreter/FindPythonInterpreter.cmake:6
(cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
Call Stack (most recent call first):
CMakeLists.txt:59 (include)
-- Found Python interpreter version 3.13.7
-- Performing Test COMPILER_HAS_MBIG_OBJ
-- Performing Test COMPILER_HAS_MBIG_OBJ - Failed
-- Using (among others) the following compiler flags:
-Wall;-Wpedantic;-Wextra;-Wconversion;-Wsign-conversion;-fsigned-char;-O3
-- ##################################################
-- Mumble version: 1.5.735
-- Architecture: x64
-- Build type: Release
-- Using LTO in release builds: ON
-- ##################################################
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1")
CMake Warning at cmake/install-paths.cmake:47 (message):
Install paths determined by pkgconf are unaffected by CMAKE_INSTALL_PREFIX
- current path: /usr/lib/systemd/system
Call Stack (most recent call first):
cmake/install-paths.cmake:64 (pkgconf_install_path)
CMakeLists.txt:123 (include)
CMake Warning at cmake/install-paths.cmake:47 (message):
Install paths determined by pkgconf are unaffected by CMAKE_INSTALL_PREFIX
- current path: /usr/lib/sysusers.d
Call Stack (most recent call first):
cmake/install-paths.cmake:65 (pkgconf_install_path)
CMakeLists.txt:123 (include)
CMake Warning at cmake/install-paths.cmake:47 (message):
Install paths determined by pkgconf are unaffected by CMAKE_INSTALL_PREFIX
- current path: /usr/lib/tmpfiles.d
Call Stack (most recent call first):
cmake/install-paths.cmake:66 (pkgconf_install_path)
CMakeLists.txt:123 (include)
-- gl found | Version: 1.2
-- Qt5 component found: Core | Version: 5.15.17
-- Qt5 component found: Network | Version: 5.15.17
-- Qt5 component found: Xml | Version: 5.15.17
-- OpenSSL component found: Crypto | Version: 3.5.2
-- OpenSSL component found: SSL | Version: 3.5.2
-- Protobuf found | Version: 3.21.12
-- Found Threads: TRUE
-- TRACY_ENABLE: OFF
-- TRACY_ON_DEMAND: ON
-- TRACY_CALLSTACK: OFF
-- TRACY_NO_CALLSTACK: OFF
-- TRACY_NO_CALLSTACK_INLINES: OFF
-- TRACY_ONLY_LOCALHOST: OFF
-- TRACY_NO_BROADCAST: OFF
-- TRACY_ONLY_IPV4: OFF
-- TRACY_NO_CODE_TRANSFER: OFF
-- TRACY_NO_CONTEXT_SWITCH: OFF
-- TRACY_NO_EXIT: OFF
-- TRACY_NO_SAMPLING: OFF
-- TRACY_NO_VERIFY: OFF
-- TRACY_NO_VSYNC_CAPTURE: OFF
-- TRACY_NO_FRAME_IMAGE: OFF
-- TRACY_NO_SYSTEM_TRACING: OFF
-- TRACY_DELAYED_INIT: OFF
-- TRACY_MANUAL_LIFETIME: OFF
-- TRACY_FIBERS: OFF
-- TRACY_NO_CRASH_HANDLER: OFF
-- TRACY_TIMER_FALLBACK: OFF
-- Disabling warnings for targets: TracyClient
-- Tracy: OFF
-- Microsoft.GSL found | Version: 4.0.0
CMake Deprecation Warning at
3rdparty/FindPythonInterpreter/FindPythonInterpreter.cmake:6
(cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
Call Stack (most recent call first):
cmake/qt-utils.cmake:6 (include)
src/mumble/CMakeLists.txt:15 (include)
-- Qt5 component found: Concurrent | Version: 5.15.17
-- Qt5 component found: Sql | Version: 5.15.17
-- Qt5 component found: Svg | Version: 5.15.17
-- Qt5 component found: Widgets | Version: 5.15.17
-- Poco component found: XML | Version: 1.13.0
-- Poco component found: Zip | Version: 1.13.0
-- nlohmann_json found | Version: 3.12.0
-- sndfile found | Version: 1.2.2
-- X11 component found: Xext
-- X11 component found: Xi
-- opus found | Version: 1.5.2
-- speexdsp found | Version: 1.2.1
CMake Deprecation Warning at 3rdparty/renamenoise/CMakeLists.txt:1
(cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
-- ===
-- Building ReNameNoise Release
-- RENAMENOISE_DEMO_EXECUTABLE is OFF
-- RENAMENOISE_BENCHMARK_EXECUTABLE is OFF
-- CLFAGS =
'-fvisibility=hidden;-U_FORTIFY_SOURCE;$<$<CONFIG:Debug>:-fstack-protector>;$<$<NOT:$<CONFIG:Debug>>:-D_FORTIFY_SOURCE=2>;-g;-Wall;-Wpedantic;-Wextra;-Wconversion;-Wsign-conversion;-fsigned-char;-O3;-Wall;-Wextra;-Wpedantic;-O3'
-- ===
-- Disabling warnings for targets: renamenoise
-- speech-dispatcher found | Version: 0.12.1
-- Qt5 component found: DBus | Version: 5.15.17
-- Qt5 component found: LinguistTools | Version: 5.15.17
-- ALSA found
CMake Deprecation Warning at
3rdparty/FindPythonInterpreter/FindPythonInterpreter.cmake:6
(cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
Call Stack (most recent call first):
cmake/qt-utils.cmake:6 (include)
src/murmur/CMakeLists.txt:15 (include)
-- Qt5 component found: Sql | Version: 5.15.17
-- File: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/murmur/murmur_autogen
-- Qt5 component found: DBus | Version: 5.15.17
-- Ice component found: Ice | Version: 3.7.10
-- Ice component found: IceSSL | Version: 3.7.10
-- Ice optional component found: IceDiscovery | Version: 3.7.10
-- Ice optional component found: IceLocatorDiscovery | Version: 3.7.10
-- Configuring done (2.1s)
CMake Warning (dev) at 3rdparty/renamenoise/CMakeLists.txt:48 (add_library):
Policy CMP0069 is not set: INTERPROCEDURAL_OPTIMIZATION is enforced when
enabled. Run "cmake --help-policy CMP0069" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
INTERPROCEDURAL_OPTIMIZATION property will be ignored for target
'renamenoise'.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Generating done (0.2s)
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
FETCHCONTENT_FULLY_DISCONNECTED
-- Build files have been written to: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
rm -f debian/mumble-server.debhelper.log debian/mumble.debhelper.log
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# Create Ice HTML files and place in Ice/ directory to be installed with
mumble-server.docs
slice2html -I/usr/share/ice/slice -I/usr/share/slice
src/murmur/MumbleServer.ice --output-dir Ice
dh_auto_build
cd obj-x86_64-linux-gnu && make -j2 "INSTALL=install
--strip-program=true" VERBOSE=1
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: warning: -j2 forced in submake: resetting jobserver mode.
/usr/bin/cmake -S/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
--check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu//CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f overlay_gl/CMakeFiles/overlay_gl.dir/build.make
overlay_gl/CMakeFiles/overlay_gl.dir/depend
make -f plugins/wow_x64/CMakeFiles/wow_x64.dir/build.make
plugins/wow_x64/CMakeFiles/wow_x64.dir/depend
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/overlay_gl
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/overlay_gl
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/overlay_gl/CMakeFiles/overlay_gl.dir/DependInfo.cmake
"--color="
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/plugins/wow_x64
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/plugins/wow_x64
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/plugins/wow_x64/CMakeFiles/wow_x64.dir/DependInfo.cmake
"--color="
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f overlay_gl/CMakeFiles/overlay_gl.dir/build.make
overlay_gl/CMakeFiles/overlay_gl.dir/build
make -f plugins/wow_x64/CMakeFiles/wow_x64.dir/build.make
plugins/wow_x64/CMakeFiles/wow_x64.dir/build
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 1%] Building CXX object plugins/wow_x64/CMakeFiles/wow_x64.dir/wow_x64.cpp.o
[ 1%] Building C object overlay_gl/CMakeFiles/overlay_gl.dir/overlay.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/overlay_gl && /usr/bin/cc
-DMUMBLE_BUILD_YEAR=2025 -DMUMBLE_TARGET_ARCH=\"x64\"
-DMUMBLE_TARGET_OS=\"linux\" -DQT_USE_FAST_CONCATENATION
-DQT_USE_FAST_OPERATOR_PLUS -DTARGET_UNIX -D_USE_MATH_DEFINES
-Doverlay_gl_EXPORTS -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG -flto=auto -fno-fat-lto-objects
-fPIC -fvisibility=hidden -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -MD -MT
overlay_gl/CMakeFiles/overlay_gl.dir/overlay.c.o -MF
CMakeFiles/overlay_gl.dir/overlay.c.o.d -o
CMakeFiles/overlay_gl.dir/overlay.c.o -c /<<PKGBUILDDIR>>/overlay_gl/overlay.c
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/plugins/wow_x64 && /usr/bin/c++
-DMUMBLE_BUILD_YEAR=2025 -DMUMBLE_TARGET_ARCH=\"x64\"
-DMUMBLE_TARGET_OS=\"linux\" -DOS_LINUX -DQT_USE_FAST_CONCATENATION
-DQT_USE_FAST_OPERATOR_PLUS -D_USE_MATH_DEFINES -Dwow_x64_EXPORTS
-I/<<PKGBUILDDIR>>/plugins -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O3
-DNDEBUG -std=c++14 -flto=auto -fno-fat-lto-objects -fPIC -fvisibility=hidden
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -MD -MT
plugins/wow_x64/CMakeFiles/wow_x64.dir/wow_x64.cpp.o -MF
CMakeFiles/wow_x64.dir/wow_x64.cpp.o.d -o CMakeFiles/wow_x64.dir/wow_x64.cpp.o
-c /<<PKGBUILDDIR>>/plugins/wow_x64/wow_x64.cpp
/<<PKGBUILDDIR>>/overlay_gl/overlay.c:40:23: error: âboolâ cannot be
defined via âtypedefâ
40 | typedef unsigned char bool;
| ^~~~
/<<PKGBUILDDIR>>/overlay_gl/overlay.c:40:23: note: âboolâ is a keyword with
â-std=c23â onwards
/<<PKGBUILDDIR>>/overlay_gl/overlay.c:40:1: warning: useless type name in empty
declaration
40 | typedef unsigned char bool;
| ^~~~~~~
make[4]: *** [overlay_gl/CMakeFiles/overlay_gl.dir/build.make:82:
overlay_gl/CMakeFiles/overlay_gl.dir/overlay.c.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:1507:
overlay_gl/CMakeFiles/overlay_gl.dir/all] Error 2
make[3]: *** Waiting for unfinished jobs....
[ 2%] Linking CXX shared library ../libwow_x64.so
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/plugins/wow_x64 && /usr/bin/cmake -E
cmake_link_script CMakeFiles/wow_x64.dir/link.txt --verbose=1
/usr/bin/c++ -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O3
-DNDEBUG -flto=auto -fno-fat-lto-objects -Wl,-z,relro -Wl,-z,now
-Wl,--dependency-file=CMakeFiles/wow_x64.dir/link.d -Wl,-z,relro -Wl,-z,now
-shared -Wl,-soname,libwow_x64.so -o ../libwow_x64.so
CMakeFiles/wow_x64.dir/wow_x64.cpp.o
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 2%] Built target wow_x64
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [Makefile:139: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j2 "INSTALL=install
--strip-program=true" VERBOSE=1 returned exit code 2
make[1]: *** [debian/rules:57: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:29: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: mumble
Source-Version: 1.5.735-6
Done: Bastian Germann <[email protected]>
We believe that the bug you reported is fixed in the latest version of
mumble, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bastian Germann <[email protected]> (supplier of updated mumble 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 16 Sep 2025 12:37:39 +0200
Source: mumble
Architecture: source
Version: 1.5.735-6
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team <[email protected]>
Changed-By: Bastian Germann <[email protected]>
Closes: 1114216
Changes:
mumble (1.5.735-6) unstable; urgency=medium
.
* Team upload
.
[ Diederik de Haas ]
* debian/patches: Add patch to fix building with GCC-15 (Closes: #1114216)
Checksums-Sha1:
65a3321276aa241e1f791aeb9a4722f198fd6310 2366 mumble_1.5.735-6.dsc
0c5992c1b18589db38efd31fac11e4e4a1a31270 48744 mumble_1.5.735-6.debian.tar.xz
4a7761c63d0fdaff3f82b5f8f2e2cf626ecd3d54 6646 mumble_1.5.735-6_source.buildinfo
Checksums-Sha256:
e50ec2442b5b03a80dcd54b6d2fcde1604254da028b246ebbb09c2ebdca4e3d2 2366
mumble_1.5.735-6.dsc
010b0a97f8dc0f56faa5cb2454577e5a8817393c2d6fcbbb593704dba20313a0 48744
mumble_1.5.735-6.debian.tar.xz
63b9ae79029669413235e550e18861fc460d881f5523a2db9b7cce32d456db9d 6646
mumble_1.5.735-6_source.buildinfo
Files:
5736c08f5a90cc895569f88a749fdfcd 2366 sound optional mumble_1.5.735-6.dsc
b9c1429e47b36cb997269c663ae8c6b4 48744 sound optional
mumble_1.5.735-6.debian.tar.xz
559dbf928a1a8a59ded75a7f44d98ce9 6646 sound optional
mumble_1.5.735-6_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmjJPk4QHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFGGJC/9RLnqitKJuHnzVnVy68FacrLW52ThW5Iwp
uU/FitiyImzrOdaNFPgfclk9LMGz8aEf6AuTZP2H8/ruEZzOnyGiO7LS9CLQvK2m
yzimM60bKIXGsuWgQIxUjcWCaw16eTvu2LKzNddJtg7xC75E3Vq4eCydZjHVYDt0
NBbZNdctk257Z5mvdbWKxtwkO9vGXiIZYC/VDDjmzUPpJwuDE8BTrthyE1qaF0lj
vheTbS+HUJkO51MN5p8UidPjl+SXT76Runt7ZtI8g4Gee8ACEOn5UpOrC66YPIT+
BTKArOsWzSD8oNgZnPoDIhl84KAsp6XeIuayhTC4ejTvHvnL5zeCunErcLtKLQM1
+Rua0r5YGUFbueRgBHTVfYR7nXq3tfXhY3eq9IroC9ICvHiJ33CRvzp4hPyM15wm
uZqPy0AfwkdGxlPkujlpYAkJf4XqG9/RCTdXyQyugcBPp+RHcpzaTIytbKRa1h2d
MedQjFeOOPghO6NAiugvwNWjHuxxTok=
=JIIC
-----END PGP SIGNATURE-----
pgpIJJLCPUmSr.pgp
Description: PGP signature
--- End Message ---