Your message dated Mon, 08 Nov 2021 09:50:50 +0000
with message-id <e1mk1ig-0002go...@fasolo.debian.org>
and subject line Bug#984195: fixed in libomxil-bellagio 0.9.3-7
has caused the Debian Bug report #984195,
regarding libomxil-bellagio: ftbfs with GCC-11
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.)


-- 
984195: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984195
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libomxil-bellagio
Version: 0.9.3-6
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-11

[This bug is not targeted to the upcoming bullseye release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/libomxil-bellagio_0.9.3-6_unstable_gcc11.log
The last lines of the build log are at the end of this report.

To build with GCC 11, either set CC=gcc-11 CXX=g++-11 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-11/porting_to.html

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]
config.status: creating test/components/audio_effects/Makefile
config.status: creating test/components/resource_manager/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build
        make -j4
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make  all-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making all in src
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
Making all in base
make[4]: Entering directory '/<<PKGBUILDDIR>>/src/base'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c -o 
libomxbase_la-omx_base_component.lo `test -f 'omx_base_component.c' || echo 
'./'`omx_base_component.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c -o 
libomxbase_la-omx_base_port.lo `test -f 'omx_base_port.c' || echo 
'./'`omx_base_port.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c -o 
libomxbase_la-omx_base_filter.lo `test -f 'omx_base_filter.c' || echo 
'./'`omx_base_filter.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c -o 
libomxbase_la-omx_base_sink.lo `test -f 'omx_base_sink.c' || echo 
'./'`omx_base_sink.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c omx_base_port.c 
 -fPIC -DPIC -o .libs/libomxbase_la-omx_base_port.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c 
omx_base_filter.c  -fPIC -DPIC -o .libs/libomxbase_la-omx_base_filter.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c 
omx_base_component.c  -fPIC -DPIC -o .libs/libomxbase_la-omx_base_component.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c omx_base_sink.c 
 -fPIC -DPIC -o .libs/libomxbase_la-omx_base_sink.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c 
omx_base_filter.c -o libomxbase_la-omx_base_filter.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c omx_base_sink.c 
-o libomxbase_la-omx_base_sink.o >/dev/null 2>&1
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c -o 
libomxbase_la-omx_base_source.lo `test -f 'omx_base_source.c' || echo 
'./'`omx_base_source.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c 
omx_base_source.c  -fPIC -DPIC -o .libs/libomxbase_la-omx_base_source.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c -o 
libomxbase_la-omx_base_audio_port.lo `test -f 'omx_base_audio_port.c' || echo 
'./'`omx_base_audio_port.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c 
omx_base_audio_port.c  -fPIC -DPIC -o .libs/libomxbase_la-omx_base_audio_port.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c omx_base_port.c 
-o libomxbase_la-omx_base_port.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c 
omx_base_audio_port.c -o libomxbase_la-omx_base_audio_port.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c 
omx_base_source.c -o libomxbase_la-omx_base_source.o >/dev/null 2>&1
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c -o 
libomxbase_la-omx_base_video_port.lo `test -f 'omx_base_video_port.c' || echo 
'./'`omx_base_video_port.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c 
omx_base_video_port.c  -fPIC -DPIC -o .libs/libomxbase_la-omx_base_video_port.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c 
omx_base_video_port.c -o libomxbase_la-omx_base_video_port.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c 
omx_base_component.c -o libomxbase_la-omx_base_component.o >/dev/null 2>&1
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c -o 
libomxbase_la-omx_base_image_port.lo `test -f 'omx_base_image_port.c' || echo 
'./'`omx_base_image_port.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c -o 
libomxbase_la-omx_base_clock_port.lo `test -f 'omx_base_clock_port.c' || echo 
'./'`omx_base_clock_port.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c 
omx_base_image_port.c  -fPIC -DPIC -o .libs/libomxbase_la-omx_base_image_port.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c 
omx_base_clock_port.c  -fPIC -DPIC -o .libs/libomxbase_la-omx_base_clock_port.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c 
omx_base_image_port.c -o libomxbase_la-omx_base_image_port.o >/dev/null 2>&1
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c -o 
libomxbase_la-OMXComponentRMExt.lo `test -f 'OMXComponentRMExt.c' || echo 
'./'`OMXComponentRMExt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c 
omx_base_clock_port.c -o libomxbase_la-omx_base_clock_port.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c 
OMXComponentRMExt.c  -fPIC -DPIC -o .libs/libomxbase_la-OMXComponentRMExt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c 
OMXComponentRMExt.c -o libomxbase_la-OMXComponentRMExt.o >/dev/null 2>&1
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../../include -I../../src 
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0  -Wl,-z,relro -o 
libomxbase.la  libomxbase_la-omx_base_component.lo 
libomxbase_la-omx_base_port.lo libomxbase_la-omx_base_filter.lo 
libomxbase_la-omx_base_sink.lo libomxbase_la-omx_base_source.lo 
libomxbase_la-omx_base_audio_port.lo libomxbase_la-omx_base_video_port.lo 
libomxbase_la-omx_base_image_port.lo libomxbase_la-omx_base_clock_port.lo 
libomxbase_la-OMXComponentRMExt.lo  -ldl -lpthread 
libtool: link: ar cr .libs/libomxbase.a 
.libs/libomxbase_la-omx_base_component.o .libs/libomxbase_la-omx_base_port.o 
.libs/libomxbase_la-omx_base_filter.o .libs/libomxbase_la-omx_base_sink.o 
.libs/libomxbase_la-omx_base_source.o .libs/libomxbase_la-omx_base_audio_port.o 
.libs/libomxbase_la-omx_base_video_port.o 
.libs/libomxbase_la-omx_base_image_port.o 
.libs/libomxbase_la-omx_base_clock_port.o 
.libs/libomxbase_la-OMXComponentRMExt.o 
libtool: link: ranlib .libs/libomxbase.a
libtool: link: ( cd ".libs" && rm -f "libomxbase.la" && ln -s 
"../libomxbase.la" "libomxbase.la" )
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/base'
Making all in core_extensions
make[4]: Entering directory '/<<PKGBUILDDIR>>/src/core_extensions'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c -o 
libomxcoreext_la-OMXCoreRMExt.lo `test -f 'OMXCoreRMExt.c' || echo 
'./'`OMXCoreRMExt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I../../include -I../../src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Werror -DCONFIG_DEBUG_LEVEL=0 -c OMXCoreRMExt.c  
-fPIC -DPIC -o .libs/libomxcoreext_la-OMXCoreRMExt.o
OMXCoreRMExt.c: In function ‘readRegistryFile’:
OMXCoreRMExt.c:183:42: error: writing 1 byte into a region of size 0 
[-Werror=stringop-overflow=]
  183 |                   *(line+index_readline) = '\0';
      |                   ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
cc1: all warnings being treated as errors
make[4]: *** [Makefile:398: libomxcoreext_la-OMXCoreRMExt.lo] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/core_extensions'
make[3]: *** [Makefile:774: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:494: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:380: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:9: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: libomxil-bellagio
Source-Version: 0.9.3-7
Done: Ying-Chun Liu (PaulLiu) <paul...@debian.org>

We believe that the bug you reported is fixed in the latest version of
libomxil-bellagio, 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 984...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ying-Chun Liu (PaulLiu) <paul...@debian.org> (supplier of updated 
libomxil-bellagio 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: Mon, 08 Nov 2021 12:04:44 +0800
Source: libomxil-bellagio
Architecture: source
Version: 0.9.3-7
Distribution: unstable
Urgency: low
Maintainer: Ying-Chun Liu (PaulLiu) <paul...@debian.org>
Changed-By: Ying-Chun Liu (PaulLiu) <paul...@debian.org>
Closes: 984195
Changes:
 libomxil-bellagio (0.9.3-7) unstable; urgency=low
 .
   * Fix FTBFS with GCC-11. (Closes: #984195)
     - add debian/patches/0016_port_gcc_11.patch
Checksums-Sha1:
 a8a7ef4d4bffa5bf0d498a6f5c13010fe140509b 2288 libomxil-bellagio_0.9.3-7.dsc
 4a51ccc52087a62746c85c5a0cec3c0dcbdaa862 13000 
libomxil-bellagio_0.9.3-7.debian.tar.xz
 a0378ba22aa5c4ffbca9b82ee5fac4b79973b4c0 6733 
libomxil-bellagio_0.9.3-7_source.buildinfo
Checksums-Sha256:
 4bb99bd354c513d3d882a91fb937a173eff3c99aa3e0dcb3999c6447a20f6688 2288 
libomxil-bellagio_0.9.3-7.dsc
 fd0a0d34a1d9b63fa04741c9512676cbf866177f100f41b367ecffb2d4074910 13000 
libomxil-bellagio_0.9.3-7.debian.tar.xz
 025673e59cf5ded6f1a37e6ecb3c706ef1d40f5c430d781feb4056bdf86c67c1 6733 
libomxil-bellagio_0.9.3-7_source.buildinfo
Files:
 7e62b015b9ba1d7008eec314c51c2dfe 2288 libs optional 
libomxil-bellagio_0.9.3-7.dsc
 a6988579f02ec227f0dc5a9abab1da79 13000 libs optional 
libomxil-bellagio_0.9.3-7.debian.tar.xz
 8bdb59e33ca4ccea89602b8878249fd5 6733 libs optional 
libomxil-bellagio_0.9.3-7_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJHBAEBCgAxFiEEo2h49GQQhoFgDLZIRBc/oT0FiIgFAmGI7v4THHBhdWxsaXVA
ZGViaWFuLm9yZwAKCRBEFz+hPQWIiNk3D/41k6hACMNZxO8uF9TWTohRpF49Lslh
4ISwOsqYGVxXemjtRCn7WVM08ngwJxPirDkztKsJOxWuGyU2SqLDha/HrXwQ5gfX
6lfxtF6MMiL54VgpQbz16GuGX4ZUydOF2DnohYXgqZ1Cckzpma1TgVc0Y9sUldlz
AAVoQwWbALoXOdKKaaMeeIIb1BeLXJMRlG6OynQUbplw48r9uPdk1z6FF64zsRKk
6XdrgL0ZRB6kj5uvbD2bV6+r4E/X4rkUx64ek/Fw3+jFgZxP5a+7+6xstBdeI6/f
CULygWf8oeZPHokHXDeovc/WjSB++RiTgdMCKbycbWYMn3Hbr8BV+gzt4VlwHDoz
zIY96mfNjzqrb3HSH/Zzv9ZBPXmMHCAbodQP4PcSeZOsSfLjwATIibuxbrr4rhMC
lzr0cr9HxHf1+EQdJVfm1xpr60nfvPeu5wH3sZI5IANA0VMgDwiKC3n6Wtt9R7fl
rpv6SjObBvwP22dlRWdgbLxIQH+hL9+Eqy9VLfYHEFJNIezNhg1t9Y+QN1GZB9FB
HXT7x6G5jXQ5hnby6ravDFI2q4PgGWizRx4WgGbpv8gacIt1M/JZplcjtQqoy5A4
wjyprVYiM2r38PS5AnbVWRnvvprH9c4bxe+nhBigaJVLcgnYPOw4RmG1U7UO51q3
mMGKyUZF/Im3+Q==
=sjXh
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to