#1114352 ruby-eb: FTBFS: sopv-gpgv inline-verify: error: the following arguments are required: CERTS

#1114352#5
Date:
2025-09-05 18:25:25 UTC
From:
To:
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:ruby-eb, so that this is still
visible in the BTS web page for this package.

Thanks.
--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=ruby --with ruby
   dh_auto_clean -O--buildsystem=ruby
	dh_ruby --clean
W: XS-Ruby-Versions is deprecated, and will be ignored
   dh_autoreconf_clean -O--buildsystem=ruby
   dh_clean -O--buildsystem=ruby
 debian/rules binary
dh binary --buildsystem=ruby --with ruby
   dh_update_autotools_config -O--buildsystem=ruby
   dh_autoreconf -O--buildsystem=ruby
   dh_auto_configure -O--buildsystem=ruby
	dh_ruby --configure
   dh_auto_build -O--buildsystem=ruby

[... snipped ...]

 1423 |                              eb_narrow_font_png_size,
      |                              ^~~~~~~~~~~~~~~~~~~~~~~
      |                              |
      |                              EB_Error_Code (*)(EB_Font_Code,  size_t *) {aka int (*)(int,  long unsigned int *)}
eb.c:1326:34: note: expected ‘EB_Error_Code (*)(void)’ {aka ‘int (*)(void)’} but argument is of type ‘EB_Error_Code (*)(EB_Font_Code,  size_t *)’ {aka ‘int (*)(int,  long unsigned int *)’}
 1326 |                   EB_Error_Code(*n_size_func) (),
      |                   ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/include/eb/font.h:142:15: note: ‘eb_narrow_font_png_size’ declared here
  142 | EB_Error_Code eb_narrow_font_png_size(EB_Font_Code font_code, size_t *size);
      |               ^~~~~~~~~~~~~~~~~~~~~~~
eb.c:1424:30: error: passing argument 4 of ‘font2bitmapformat’ from incompatible pointer type [-Wincompatible-pointer-types]
 1424 |                              eb_bitmap_to_png);
      |                              ^~~~~~~~~~~~~~~~
      |                              |
      |                              EB_Error_Code (*)(const char *, int,  int,  char *, size_t *) {aka int (*)(const char *, int,  int,  char *, long unsigned int *)}
eb.c:1330:34: note: expected ‘EB_Error_Code (*)(void)’ {aka ‘int (*)(void)’} but argument is of type ‘EB_Error_Code (*)(const char *, int,  int,  char *, size_t *)’ {aka ‘int (*)(const char *, int,  int,  char *, long unsigned int *)’}
 1330 |                   EB_Error_Code(*conv_func) ())
      |                   ~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/usr/include/eb/font.h:156:15: note: ‘eb_bitmap_to_png’ declared here
  156 | EB_Error_Code eb_bitmap_to_png(const char *bitmap, int width, int height,
      |               ^~~~~~~~~~~~~~~~
eb.c: In function ‘rebhk_register’:
eb.c:1534:23: error: assignment to ‘EB_Error_Code (*)(EB_Book *, EB_Appendix *, void *, EB_Hook_Code,  int,  const unsigned int *)’ {aka ‘int (*)(struct EB_Book_Struct *, struct EB_Appendix_Struct *, void *, int,  int,  const unsigned int *)’} from incompatible pointer type ‘int (*)(void)’ [-Wincompatible-pointer-types]
 1534 |         hook.function = (int (*)()) (text_hook);
      |                       ^
make[1]: *** [Makefile:248: eb.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
~~~~~~~~~~~~~~~~~~~~~ ↓ mkmf.log ~~~~~~~~~~~~~~~~~~~~~
have_library: checking for -lz... -------------------- yes

LD_LIBRARY_PATH=.:/usr/lib/x86_64-linux-gnu "x86_64-linux-gnu-gcc -o conftest -I/usr/include/x86_64-linux-gnu/ruby-3.3.0 -I/usr/include/ruby-3.3.0/ruby/backward -I/usr/include/ruby-3.3.0 -I. -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=BUILDDIR=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC conftest.c  -L. -L/usr/lib/x86_64-linux-gnu -L. -Wl,-z,relro -Wl,-z,now -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed     -lruby-3.3  -lm -lpthread  -lc"
checked program was:
/* begin */
1: #include "ruby.h"
2:
3: int main(int argc, char **argv)
4: {
5:   return !!argv[argc];
6: }
/* end */

LD_LIBRARY_PATH=.:/usr/lib/x86_64-linux-gnu "x86_64-linux-gnu-gcc -o conftest -I/usr/include/x86_64-linux-gnu/ruby-3.3.0 -I/usr/include/ruby-3.3.0/ruby/backward -I/usr/include/ruby-3.3.0 -I. -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=BUILDDIR=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC conftest.c  -L. -L/usr/lib/x86_64-linux-gnu -L. -Wl,-z,relro -Wl,-z,now -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed     -lruby-3.3 -lz  -lm -lpthread  -lc"
checked program was:
/* begin */
 1: #include "ruby.h"
 2:
 3: /*top*/
 4: extern int t(void);
 5: int main(int argc, char **argv)
 6: {
 7:   if (argc > 1000000) {
 8:     int (* volatile tp)(void)=(int (*)(void))&t;
 9:     printf("%d", (*tp)());
10:   }
11:
12:   return !!argv[argc];
13: }
14:
15: int t(void) { ; return 0; }
/* end */
-------------------- have_library: checking for -leb... -------------------- yes LD_LIBRARY_PATH=.:/usr/lib/x86_64-linux-gnu "x86_64-linux-gnu-gcc -o conftest -I/usr/include/x86_64-linux-gnu/ruby-3.3.0 -I/usr/include/ruby-3.3.0/ruby/backward -I/usr/include/ruby-3.3.0 -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=BUILDDIR=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC conftest.c -L. -L/usr/lib/x86_64-linux-gnu -L. -Wl,-z,relro -Wl,-z,now -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lz -lruby-3.3 -leb -lz -lm -lpthread -lc" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: int (* volatile tp)(void)=(int (*)(void))&t; 9: printf("%d", (*tp)()); 10: } 11: 12: return !!argv[argc]; 13: } 14: 15: int t(void) { ; return 0; } /* end */
-------------------- have_func: checking for rb_block_proc()... -------------------- yes LD_LIBRARY_PATH=.:/usr/lib/x86_64-linux-gnu "x86_64-linux-gnu-gcc -o conftest -I/usr/include/x86_64-linux-gnu/ruby-3.3.0 -I/usr/include/ruby-3.3.0/ruby/backward -I/usr/include/ruby-3.3.0 -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=BUILDDIR=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC conftest.c -L. -L/usr/lib/x86_64-linux-gnu -L. -Wl,-z,relro -Wl,-z,now -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -leb -lz -lruby-3.3 -leb -lz -lm -lpthread -lc" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: int (* volatile tp)(void)=(int (*)(void))&t; 9: printf("%d", (*tp)()); 10: } 11: 12: return !!argv[argc]; 13: } 14: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_block_proc; return !p; } /* end */
-------------------- have_func: checking for eb_bitmap_to_png()... -------------------- yes LD_LIBRARY_PATH=.:/usr/lib/x86_64-linux-gnu "x86_64-linux-gnu-gcc -o conftest -I/usr/include/x86_64-linux-gnu/ruby-3.3.0 -I/usr/include/ruby-3.3.0/ruby/backward -I/usr/include/ruby-3.3.0 -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=BUILDDIR=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC conftest.c -L. -L/usr/lib/x86_64-linux-gnu -L. -Wl,-z,relro -Wl,-z,now -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -leb -lz -lruby-3.3 -leb -lz -lm -lpthread -lc" conftest.c: In function ‘t’: conftest.c:14:57: error: ‘eb_bitmap_to_png’ undeclared (first use in this function) 14 | int t(void) { void ((*volatile p)()); p = (void ((*)()))eb_bitmap_to_png; return !p; } | ^~~~~~~~~~~~~~~~ conftest.c:14:57: note: each undeclared identifier is reported only once for each function it appears in checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: int (* volatile tp)(void)=(int (*)(void))&t; 9: printf("%d", (*tp)()); 10: } 11: 12: return !!argv[argc]; 13: } 14: int t(void) { void ((*volatile p)()); p = (void ((*)()))eb_bitmap_to_png; return !p; } /* end */ LD_LIBRARY_PATH=.:/usr/lib/x86_64-linux-gnu "x86_64-linux-gnu-gcc -o conftest -I/usr/include/x86_64-linux-gnu/ruby-3.3.0 -I/usr/include/ruby-3.3.0/ruby/backward -I/usr/include/ruby-3.3.0 -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=BUILDDIR=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC conftest.c -L. -L/usr/lib/x86_64-linux-gnu -L. -Wl,-z,relro -Wl,-z,now -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -leb -lz -lruby-3.3 -leb -lz -lm -lpthread -lc" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: int (* volatile tp)(void)=(int (*)(void))&t; 9: printf("%d", (*tp)()); 10: } 11: 12: return !!argv[argc]; 13: } 14: extern void eb_bitmap_to_png(); 15: int t(void) { eb_bitmap_to_png(); return 0; } /* end */
-------------------- have_header: checking for eb/sysdefs.h... -------------------- yes LD_LIBRARY_PATH=.:/usr/lib/x86_64-linux-gnu "x86_64-linux-gnu-gcc -I/usr/include/x86_64-linux-gnu/ruby-3.3.0 -I/usr/include/ruby-3.3.0/ruby/backward -I/usr/include/ruby-3.3.0 -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=BUILDDIR=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC -c conftest.c" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include <eb/sysdefs.h> /* end */
-------------------- have_type: checking for rb_encoding in ruby/ruby.h,ruby/encoding.h... -------------------- yes LD_LIBRARY_PATH=.:/usr/lib/x86_64-linux-gnu "x86_64-linux-gnu-gcc -I/usr/include/x86_64-linux-gnu/ruby-3.3.0 -I/usr/include/ruby-3.3.0/ruby/backward -I/usr/include/ruby-3.3.0 -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=BUILDDIR=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC -c conftest.c" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include <ruby/ruby.h> 4: #include <ruby/encoding.h> 5: 6: /*top*/ 7: typedef rb_encoding conftest_type; 8: int conftestval[sizeof(conftest_type)?1:-1]; /* end */
-------------------- have_func: checking for eb_pthread_enabled()... -------------------- yes LD_LIBRARY_PATH=.:/usr/lib/x86_64-linux-gnu "x86_64-linux-gnu-gcc -o conftest -I/usr/include/x86_64-linux-gnu/ruby-3.3.0 -I/usr/include/ruby-3.3.0/ruby/backward -I/usr/include/ruby-3.3.0 -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=BUILDDIR=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC conftest.c -L. -L/usr/lib/x86_64-linux-gnu -L. -Wl,-z,relro -Wl,-z,now -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -leb -lz -lruby-3.3 -leb -lz -lm -lpthread -lc" conftest.c: In function ‘t’: conftest.c:14:57: error: ‘eb_pthread_enabled’ undeclared (first use in this function) 14 | int t(void) { void ((*volatile p)()); p = (void ((*)()))eb_pthread_enabled; return !p; } | ^~~~~~~~~~~~~~~~~~ conftest.c:14:57: note: each undeclared identifier is reported only once for each function it appears in checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: int (* volatile tp)(void)=(int (*)(void))&t; 9: printf("%d", (*tp)()); 10: } 11: 12: return !!argv[argc]; 13: } 14: int t(void) { void ((*volatile p)()); p = (void ((*)()))eb_pthread_enabled; return !p; } /* end */ LD_LIBRARY_PATH=.:/usr/lib/x86_64-linux-gnu "x86_64-linux-gnu-gcc -o conftest -I/usr/include/x86_64-linux-gnu/ruby-3.3.0 -I/usr/include/ruby-3.3.0/ruby/backward -I/usr/include/ruby-3.3.0 -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=BUILDDIR=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC conftest.c -L. -L/usr/lib/x86_64-linux-gnu -L. -Wl,-z,relro -Wl,-z,now -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -leb -lz -lruby-3.3 -leb -lz -lm -lpthread -lc" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: int (* volatile tp)(void)=(int (*)(void))&t; 9: printf("%d", (*tp)()); 10: } 11: 12: return !!argv[argc]; 13: } 14: extern void eb_pthread_enabled(); 15: int t(void) { eb_pthread_enabled(); return 0; } /* end */
-------------------- LD_LIBRARY_PATH=.:/usr/lib/x86_64-linux-gnu "x86_64-linux-gnu-gcc -o conftest -I/usr/include/x86_64-linux-gnu/ruby-3.3.0 -I/usr/include/ruby-3.3.0/ruby/backward -I/usr/include/ruby-3.3.0 -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=BUILDDIR=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC conftest.c -L. -L/usr/lib/x86_64-linux-gnu -L. -Wl,-z,relro -Wl,-z,now -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -leb -lz -lruby-3.3 -lm -lpthread -lc" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include <eb/eb.h> 4: 5: int main() 6: { 7: printf("eb_pthread_enabled() => %d\n", eb_pthread_enabled()); 8: return eb_pthread_enabled() ? 0 : 1; 9: } /* end */ LD_LIBRARY_PATH=.:/usr/lib/x86_64-linux-gnu ./conftest eb_pthread_enabled() => 0 /usr/lib/ruby/vendor_ruby/rubygems/ext/builder.rb:126:in `run': make failed, exit code 2 (Gem::InstallError) from /usr/lib/ruby/vendor_ruby/rubygems/ext/builder.rb:52:in `block in make' from /usr/lib/ruby/vendor_ruby/rubygems/ext/builder.rb:44:in `each' from /usr/lib/ruby/vendor_ruby/rubygems/ext/builder.rb:44:in `make' from /usr/lib/ruby/vendor_ruby/rubygems/ext/ext_conf_builder.rb:44:in `build' from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:81:in `block in build_and_install' from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:71:in `chdir' from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:71:in `build_and_install' from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:115:in `block in build_all_extensions' from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:112:in `each' from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:112:in `build_all_extensions' from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:128:in `<main>' ~~~~~~~~~~~~~~~~~~~~~ ↑ mkmf.log ~~~~~~~~~~~~~~~~~~~~~ /usr/lib/ruby/vendor_ruby/gem2deb.rb:52:in `run': /usr/bin/ruby3.3 /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb /<<PKGBUILDDIR>> debian/ruby-eb (Gem2Deb::CommandFailed) from /usr/lib/ruby/vendor_ruby/gem2deb.rb:64:in `block in run_ruby' from /usr/lib/ruby/vendor_ruby/gem2deb.rb:87:in `maybe_crossbuild' from /usr/lib/ruby/vendor_ruby/gem2deb.rb:63:in `run_ruby' from /usr/lib/ruby/vendor_ruby/gem2deb/installer.rb:62:in `block in install_files_and_build_extensions' from /usr/lib/ruby/vendor_ruby/gem2deb/installer.rb:59:in `each' from /usr/lib/ruby/vendor_ruby/gem2deb/installer.rb:59:in `install_files_and_build_extensions' from /usr/lib/ruby/vendor_ruby/gem2deb/installer.rb:28:in `build' from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:54:in `block in install' from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:52:in `each' from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:52:in `install' from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:163:in `install' from /usr/bin/dh_ruby:89:in `<main>' dh_auto_install: error: dh_ruby --install /<<PKGBUILDDIR>>/debian/ruby-eb returned exit code 1 make: *** [debian/rules:15: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 --------------------------------------------------------------------------------
#1114352#8
Date:
2026-06-30 01:55:13 UTC
From:
To:
Hello,

Bug #1114352 in ruby-eb reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/ruby-team/ruby-eb/-/commit/013df1f3595db93447895889157c21909235156b

(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/1114352

#1114352#15
Date:
2026-06-30 02:33:55 UTC
From:
To:
We believe that the bug you reported is fixed in the latest version of
ruby-eb, 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 1114352@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Simon Quigley <tsimonq2@debian.org> (supplier of updated ruby-eb 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 ftpmaster@ftp-master.debian.org)
Format: 1.8
Date: Mon, 29 Jun 2026 20:54:27 -0500
Source: ruby-eb
Architecture: source
Version: 2.6-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Changed-By: Simon Quigley <tsimonq2@debian.org>
Closes: 1114352 1115688
Changes:
 ruby-eb (2.6-5) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Lucas Nussbaum ]
   * debian/gbp.conf: Add for DEP-14
   * debian/.gitattributes: remove
   * debian/salsa-ci.yml: use team-specific include
 .
   [ Simon Quigley ]
   * Upgrade the watch file to version 5.
   * Refresh the rules file.
   * Drop {XS,XB}-Ruby-Versions from control.
   * Bump debhelper-compat to 14, dropping ${misc:Depends},
     ${shlibs:Depends}, and ${ruby:Depends} from runtime dependencies.
   * Update Standards-Version to 4.7.4.
   * Add fix-function-pointers-modern-c.patch to fix FTBFS
     (Closes: #1114352, #1115688).
   * Fix old-fsf-address-in-copyright-file.
   * Work around having no gemspec by creating an empty d/tests/control file.
Checksums-Sha1:
 17f85c12a64b23dfc6b1d8c67dbf782936ff78e2 1962 ruby-eb_2.6-5.dsc
 0ed86e0d7728b4c059eb404f217958b0f6ac92b1 9744 ruby-eb_2.6-5.debian.tar.xz
 6e94d34697e3102110f127b20a14373ed455a93a 7680 ruby-eb_2.6-5_source.buildinfo
Checksums-Sha256:
 1a09477f561fe3b30d7bcf072c0ea625ebb34a382f4ce6158d7b1d3d9319d296 1962 ruby-eb_2.6-5.dsc
 6237db17d7c1e8dc3c9e15732e89ad7532f0af437cf3d3dc06eaa1d650ce0cb4 9744 ruby-eb_2.6-5.debian.tar.xz
 8b75da5cbe57b2b4d3fd131156626a3d31829dcf723083cd1dc030f54fbe0cf9 7680 ruby-eb_2.6-5_source.buildinfo
Files:
 15978efe4f01b761e8127babbb258c36 1962 ruby optional ruby-eb_2.6-5.dsc
 9d59ea6dffc88ad537e7e03260b12fb8 9744 ruby optional ruby-eb_2.6-5.debian.tar.xz
 b54f4ff449e4b48685f9f1586daeb64f 7680 ruby optional ruby-eb_2.6-5_source.buildinfo
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEXHq+og+GMEWcyMi14n8s+EWML6QFAmpDIfwACgkQ4n8s+EWM
L6R8Cw/+NU25xpcRCHXhIOBi40ctdQk0hn07JnvUaXoGWWEX4yRI/RkUVEFafQ8O
3QyltYGxmHG68iq8lf8rlOGnZ/5NHMewNLy/7ZHdwoHkYvTTGJ1hmK4mOlnN0LRm
dI++IshTQqptydQ6Vq4V4P4cLi3nm7EjTOKEXEa97Ou84gQnKgaYCkKVLmUJlwPs
fVTah6GzBuiEWAsHzNfigjRMhODSpUbl8ZWlnDm27RQ+Fw3wubfoN9/4TMS780xK
X0ultZNOKU4+jradtMCF661DXafahkwCU0fg2/mJZSb53BPwomAY6nQLxuFdY9EQ
6Iqe47AS8gaz/ih02AexmToi0LnHi9RzNk2SRMEx96LzoiCtSqQGyzsfG7xJ93da
pBQH/dGgRKHKWKV9vGI8axHsxIag4GPMM96zsESIrGorv2PyC6x3ydgzh6YZnTHL
Bc7z30oh2SGZUjXzWNxb0W0yQlzPMUXkxy4kEvAAXIaiOeGykCQP0A/l8uSAtfYV
eJ9eYpx04PXFA16HTCONyNJlR3/RA+N1RfKIvwjdbQbwd/rsyT4ECroLBUpi6/Kt
K6nhByBZC+w+dFp0IhNWsEitWeDjvQW1yXjPTPih5I5KDsHpaDxbkmL1NIjbIthy
9C9yVzkjrDI89X3HMQeTY9bf14hdmA30ADfNtkTxa0CcLR57n7g=
=eEFq
-----END PGP SIGNATURE-----