Your message dated Sat, 03 Feb 2018 15:35:14 +0000
with message-id <e1ehzqu-0001cm...@fasolo.debian.org>
and subject line Bug#889025: fixed in ruby-odbc 0.99998-1
has caused the Debian Bug report #889025,
regarding ruby-odbc: FTBFS with ruby2.5: invalid operands to binary / (have 
'char *' and 'char *')
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.)


-- 
889025: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=889025
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-odbc
Severity: serious
Justification: Fails to build from source
User: debian-r...@lists.debian.org
Usertags: ruby2.5

I am filing this at severity serious as I am about to enable building for
ruby2.5 in unstable.

┌──────────────────────────────────────────────────────────────────────────────┐
│ Build native extensions for ruby2.5                                          │
└──────────────────────────────────────────────────────────────────────────────┘

/usr/bin/ruby2.5 /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb 
/<<PKGBUILDDIR>> debian/ruby-odbc
"make clean"
make[2]: Entering directory '/<<PKGBUILDDIR>>/ext'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/ext'
"make clean"
make[2]: Entering directory '/<<PKGBUILDDIR>>/ext'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/ext'
current directory: /<<PKGBUILDDIR>>/ext
/usr/bin/ruby2.5 -r ./siteconf20180131-26647-1wcu0cw.rb extconf.rb
checking for version.h... no
checking for sql.h... yes
checking for sqlext.h... yes
checking for SQLTCHAR in sqltypes.h... yes
checking for SQLLEN in sqltypes.h... yes
checking for SQLULEN in sqltypes.h... yes
checking for odbcinst.h... yes
checking for dlopen() in dlfcn.h... yes
checking for dlopen() in -ldl... yes
checking for SQLBIGINT in sqltypes.h with -DHAVE_LONG_LONG... yes
creating Makefile
current directory: /<<PKGBUILDDIR>>/ext
make V=1 "DESTDIR=" clean
make[2]: Entering directory '/<<PKGBUILDDIR>>/ext'
rm -f
rm -f odbc.so  *.o  *.bak mkmf.log .*.time
make[2]: Leaving directory '/<<PKGBUILDDIR>>/ext'
current directory: /<<PKGBUILDDIR>>/ext
make V=1 "DESTDIR="
make[2]: Entering directory '/<<PKGBUILDDIR>>/ext'
gcc -I. -I/usr/include/x86_64-linux-gnu/ruby-2.5.0 
-I/usr/include/ruby-2.5.0/ruby/backward -I/usr/include/ruby-2.5.0 -I. 
-DHAVE_SQL_H -DHAVE_SQLEXT_H -DHAVE_TYPE_SQLTCHAR -DHAVE_TYPE_SQLLEN 
-DHAVE_TYPE_SQLULEN -DHAVE_ODBCINST_H -DHAVE_DLOPEN -DHAVE_TYPE_SQLBIGINT 
-Wdate-time -D_FORTIFY_SOURCE=2   -DHAVE_SQLCONFIGDATASOURCE 
-DHAVE_SQLINSTALLERERROR -DUSE_DLOPEN_FOR_ODBC_LIBS -DHAVE_LONG_LONG -fPIC -g 
-O2 -fdebug-prefix-map=/build/ruby2.5-ed5dT1/ruby2.5-2.5.0=. 
-fstack-protector-strong -Wformat -Werror=format-security -fPIC  -o init.o -c 
init.c
gcc -I. -I/usr/include/x86_64-linux-gnu/ruby-2.5.0 
-I/usr/include/ruby-2.5.0/ruby/backward -I/usr/include/ruby-2.5.0 -I. 
-DHAVE_SQL_H -DHAVE_SQLEXT_H -DHAVE_TYPE_SQLTCHAR -DHAVE_TYPE_SQLLEN 
-DHAVE_TYPE_SQLULEN -DHAVE_ODBCINST_H -DHAVE_DLOPEN -DHAVE_TYPE_SQLBIGINT 
-Wdate-time -D_FORTIFY_SOURCE=2   -DHAVE_SQLCONFIGDATASOURCE 
-DHAVE_SQLINSTALLERERROR -DUSE_DLOPEN_FOR_ODBC_LIBS -DHAVE_LONG_LONG -fPIC -g 
-O2 -fdebug-prefix-map=/build/ruby2.5-ed5dT1/ruby2.5-2.5.0=. 
-fstack-protector-strong -Wformat -Werror=format-security -fPIC  -o odbc.o -c 
odbc.c
odbc.c: In function 'start_gc':
odbc.c:913:5: warning: initialization makes integer from pointer without a cast 
[-Wint-conversion]
     rb_funcall(rb_mGC, IDstart, 0, NULL);
     ^~~~~~~~~~
odbc.c:913:5: note: (near initialization for 'rb_funcall_args[0]')
odbc.c: In function 'conf_dsn':
odbc.c:1602:6: warning: initialization makes integer from pointer without a 
cast [-Wint-conversion]
  a = rb_funcall(attr, IDkeys, 0, NULL);
      ^~~~~~~~~~
odbc.c:1602:6: note: (near initialization for 'rb_funcall_args[0]')
odbc.c: In function 'dbc_drvconnect':
odbc.c:2107:6: warning: initialization makes integer from pointer without a 
cast [-Wint-conversion]
  a = rb_funcall(rb_iv_get(drv, "@attrs"), IDkeys, 0, NULL);
      ^~~~~~~~~~
odbc.c:2107:6: note: (near initialization for 'rb_funcall_args[0]')
In file included from /usr/include/ruby-2.5.0/ruby.h:33:0,
                 from odbc.c:21:
odbc.c: In function 'do_option':
odbc.c:4301:48: warning: pointer/integer type mismatch in conditional expression
     rb_scan_args(argc, argv, (op == -1) ? "11" : "01", &val, &val2);
                                                ^
/usr/include/ruby-2.5.0/ruby/ruby.h:2190:52: note: in definition of macro 
'rb_scan_args_isdigit'
 # define rb_scan_args_isdigit(c) ((unsigned char)((c)-'0')<10)
                                                    ^
/usr/include/ruby-2.5.0/ruby/ruby.h:2228:14: note: in expansion of macro 
'rb_scan_args_count'
     ((varc)/(rb_scan_args_count(fmt, varc)))
              ^~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2236:11: note: in expansion of macro 
'rb_scan_args_verify_count'
  verify = rb_scan_args_verify_count(fmt, varc); \
           ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2351:9: note: in expansion of macro 
'rb_scan_args_verify'
        (rb_scan_args_verify(fmt, varc), vars))
         ^~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2178:9: note: in expansion of macro 
'rb_scan_args0'
         rb_scan_args0(argc,argvp,fmt,\
         ^~~~~~~~~~~~~
odbc.c:4301:5: note: in expansion of macro 'rb_scan_args'
     rb_scan_args(argc, argv, (op == -1) ? "11" : "01", &val, &val2);
     ^~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2190:35: warning: cast from pointer to 
integer of different size [-Wpointer-to-int-cast]
 # define rb_scan_args_isdigit(c) ((unsigned char)((c)-'0')<10)
                                   ^
/usr/include/ruby-2.5.0/ruby/ruby.h:2221:8: note: in expansion of macro 
'rb_scan_args_isdigit'
     ((!rb_scan_args_isdigit(fmt[0]) ? \
        ^~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2228:14: note: in expansion of macro 
'rb_scan_args_count'
     ((varc)/(rb_scan_args_count(fmt, varc)))
              ^~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2236:11: note: in expansion of macro 
'rb_scan_args_verify_count'
  verify = rb_scan_args_verify_count(fmt, varc); \
           ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2351:9: note: in expansion of macro 
'rb_scan_args_verify'
        (rb_scan_args_verify(fmt, varc), vars))
         ^~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2178:9: note: in expansion of macro 
'rb_scan_args0'
         rb_scan_args0(argc,argvp,fmt,\
         ^~~~~~~~~~~~~
odbc.c:4301:5: note: in expansion of macro 'rb_scan_args'
     rb_scan_args(argc, argv, (op == -1) ? "11" : "01", &val, &val2);
     ^~~~~~~~~~~~
odbc.c:4301:48: warning: pointer/integer type mismatch in conditional expression
     rb_scan_args(argc, argv, (op == -1) ? "11" : "01", &val, &val2);
                                                ^
/usr/include/ruby-2.5.0/ruby/ruby.h:2190:52: note: in definition of macro 
'rb_scan_args_isdigit'
 # define rb_scan_args_isdigit(c) ((unsigned char)((c)-'0')<10)
                                                    ^
/usr/include/ruby-2.5.0/ruby/ruby.h:2212:6: note: in expansion of macro 
'rb_scan_args_count_trail'
      rb_scan_args_count_trail(fmt, ofs, varc, vari) : \
      ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2222:7: note: in expansion of macro 
'rb_scan_args_count_var'
       rb_scan_args_count_var(fmt, 0, varc, 0) : \
       ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2228:14: note: in expansion of macro 
'rb_scan_args_count'
     ((varc)/(rb_scan_args_count(fmt, varc)))
              ^~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2236:11: note: in expansion of macro 
'rb_scan_args_verify_count'
  verify = rb_scan_args_verify_count(fmt, varc); \
           ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2351:9: note: in expansion of macro 
'rb_scan_args_verify'
        (rb_scan_args_verify(fmt, varc), vars))
         ^~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2178:9: note: in expansion of macro 
'rb_scan_args0'
         rb_scan_args0(argc,argvp,fmt,\
         ^~~~~~~~~~~~~
odbc.c:4301:5: note: in expansion of macro 'rb_scan_args'
     rb_scan_args(argc, argv, (op == -1) ? "11" : "01", &val, &val2);
     ^~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2190:35: warning: cast from pointer to 
integer of different size [-Wpointer-to-int-cast]
 # define rb_scan_args_isdigit(c) ((unsigned char)((c)-'0')<10)
                                   ^
/usr/include/ruby-2.5.0/ruby/ruby.h:2206:7: note: in expansion of macro 
'rb_scan_args_isdigit'
     (!rb_scan_args_isdigit(fmt[ofs]) ? \
       ^~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2212:6: note: in expansion of macro 
'rb_scan_args_count_trail'
      rb_scan_args_count_trail(fmt, ofs, varc, vari) : \
      ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2222:7: note: in expansion of macro 
'rb_scan_args_count_var'
       rb_scan_args_count_var(fmt, 0, varc, 0) : \
       ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2228:14: note: in expansion of macro 
'rb_scan_args_count'
     ((varc)/(rb_scan_args_count(fmt, varc)))
              ^~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2236:11: note: in expansion of macro 
'rb_scan_args_verify_count'
  verify = rb_scan_args_verify_count(fmt, varc); \
           ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2351:9: note: in expansion of macro 
'rb_scan_args_verify'
        (rb_scan_args_verify(fmt, varc), vars))
         ^~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2178:9: note: in expansion of macro 
'rb_scan_args0'
         rb_scan_args0(argc,argvp,fmt,\
         ^~~~~~~~~~~~~
odbc.c:4301:5: note: in expansion of macro 'rb_scan_args'
     rb_scan_args(argc, argv, (op == -1) ? "11" : "01", &val, &val2);
     ^~~~~~~~~~~~
odbc.c:4301:48: warning: pointer/integer type mismatch in conditional expression
     rb_scan_args(argc, argv, (op == -1) ? "11" : "01", &val, &val2);
                                                ^
/usr/include/ruby-2.5.0/ruby/ruby.h:2193:15: note: in definition of macro 
'rb_scan_args_count_end'
     ((vari)/(!fmt[ofs] || rb_scan_args_bad_format(fmt)))
               ^~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2202:6: note: in expansion of macro 
'rb_scan_args_count_block'
      rb_scan_args_count_block(fmt, ofs, varc, vari) : \
      ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2207:6: note: in expansion of macro 
'rb_scan_args_count_hash'
      rb_scan_args_count_hash(fmt, ofs, varc, vari) : \
      ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2212:6: note: in expansion of macro 
'rb_scan_args_count_trail'
      rb_scan_args_count_trail(fmt, ofs, varc, vari) : \
      ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2222:7: note: in expansion of macro 
'rb_scan_args_count_var'
       rb_scan_args_count_var(fmt, 0, varc, 0) : \
       ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2228:14: note: in expansion of macro 
'rb_scan_args_count'
     ((varc)/(rb_scan_args_count(fmt, varc)))
              ^~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2236:11: note: in expansion of macro 
'rb_scan_args_verify_count'
  verify = rb_scan_args_verify_count(fmt, varc); \
           ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2351:9: note: in expansion of macro 
'rb_scan_args_verify'
        (rb_scan_args_verify(fmt, varc), vars))
         ^~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2178:9: note: in expansion of macro 
'rb_scan_args0'
         rb_scan_args0(argc,argvp,fmt,\
         ^~~~~~~~~~~~~
odbc.c:4301:5: note: in expansion of macro 'rb_scan_args'
     rb_scan_args(argc, argv, (op == -1) ? "11" : "01", &val, &val2);
     ^~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2193:12: error: invalid operands to binary 
/ (have 'int' and 'char *')
     ((vari)/(!fmt[ofs] || rb_scan_args_bad_format(fmt)))
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2197:6: note: in expansion of macro 
'rb_scan_args_count_end'
      rb_scan_args_count_end(fmt, ofs, varc, vari) : \
      ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2202:6: note: in expansion of macro 
'rb_scan_args_count_block'
      rb_scan_args_count_block(fmt, ofs, varc, vari) : \
      ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2207:6: note: in expansion of macro 
'rb_scan_args_count_hash'
      rb_scan_args_count_hash(fmt, ofs, varc, vari) : \
      ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2212:6: note: in expansion of macro 
'rb_scan_args_count_trail'
      rb_scan_args_count_trail(fmt, ofs, varc, vari) : \
      ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2222:7: note: in expansion of macro 
'rb_scan_args_count_var'
       rb_scan_args_count_var(fmt, 0, varc, 0) : \
       ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2228:14: note: in expansion of macro 
'rb_scan_args_count'
     ((varc)/(rb_scan_args_count(fmt, varc)))
              ^~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2236:11: note: in expansion of macro 
'rb_scan_args_verify_count'
  verify = rb_scan_args_verify_count(fmt, varc); \
           ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2351:9: note: in expansion of macro 
'rb_scan_args_verify'
        (rb_scan_args_verify(fmt, varc), vars))
         ^~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2178:9: note: in expansion of macro 
'rb_scan_args0'
         rb_scan_args0(argc,argvp,fmt,\
         ^~~~~~~~~~~~~
[ ... continues for a while ... ]


-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 
'unstable'), (500, 'testing'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.14.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8), 
LANGUAGE=pt_BR:pt:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: ruby-odbc
Source-Version: 0.99998-1

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

Debian distribution maintenance software
pp.
Lucas Kanashiro <kanash...@debian.org> (supplier of updated ruby-odbc 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: SHA256

Format: 1.8
Date: Sat, 03 Feb 2018 13:17:42 -0200
Source: ruby-odbc
Binary: ruby-odbc
Architecture: source amd64
Version: 0.99998-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
<pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Changed-By: Lucas Kanashiro <kanash...@debian.org>
Description:
 ruby-odbc  - ODBC Binding for Ruby
Closes: 863777 889025
Changes:
 ruby-odbc (0.99998-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Christian Hofstaedtler ]
   * Remove Daigo Moriwaki from Uploaders: list per MIA request.
     Thank you for your work! (Closes: #863777)
 .
   [ Lucas Kanashiro ]
   * New upstream version 0.99998 (Closes: #889025)
   * Bump debhelper compatibility level to 10
   * Declare compliance with Debian Policy 4.1.3
   * Update years of upstream copyright
   * Refresh 001extconf_dlopen.patch
   * d/control: remove obsolete dbg package, now it is autogenerated
   * d/copyright: add an entry to coverage missing files
   * d/rules: remove installation of empty directory
   * d/rules: clean up
Checksums-Sha1:
 36d2f181ab97213f57e6c24d09d077101aeebfde 2055 ruby-odbc_0.99998-1.dsc
 f5b3cc558531a255a0931a0aa093ea502b599bc7 76810 ruby-odbc_0.99998.orig.tar.gz
 ef6defed0a0aa68c4ed4984361dfc800a07603dc 5924 ruby-odbc_0.99998-1.debian.tar.xz
 987bf4cda2dd38414bbfd1d6858f659f7a5109ba 400244 
ruby-odbc-dbgsym_0.99998-1_amd64.deb
 68f0f209a6b83e9f81eeccd8549c9a088281a1e9 7105 
ruby-odbc_0.99998-1_amd64.buildinfo
 6117bcd3824d932c68cc256953cf73d8e5d61c2c 130576 ruby-odbc_0.99998-1_amd64.deb
Checksums-Sha256:
 0f207da45cd7fe801e968be4238d697e24c9117fecd6fc0e3896a4e0042662d5 2055 
ruby-odbc_0.99998-1.dsc
 c6e61a32793239121dbcac84c4c11b5a5b4d8d70d7d54bfc640d053ee8f4a717 76810 
ruby-odbc_0.99998.orig.tar.gz
 239478011b9431c9c201c4eed2bfd5092863455bebe1b5fb4c2bc30a39038062 5924 
ruby-odbc_0.99998-1.debian.tar.xz
 b78146a8e7fe376c937965b67bd1c38ddd02b0112f1e728235838ca78c653982 400244 
ruby-odbc-dbgsym_0.99998-1_amd64.deb
 1b88bb14e522711d3a90139b6da364c242ecc841de6570e9d8de98554262e3ea 7105 
ruby-odbc_0.99998-1_amd64.buildinfo
 c3719dacdd4d6ff884df30b323201c29d81002baa7aa506267ca5b758b231459 130576 
ruby-odbc_0.99998-1_amd64.deb
Files:
 3cb4f2e5b5ed31769322ef2984b62bac 2055 ruby optional ruby-odbc_0.99998-1.dsc
 9114b037077c76a028463a180c251be9 76810 ruby optional 
ruby-odbc_0.99998.orig.tar.gz
 9e6409bd78aec2acd00c9a98ad05842b 5924 ruby optional 
ruby-odbc_0.99998-1.debian.tar.xz
 9fcf7b2deb15c395e75bc0a87a3b2f90 400244 debug optional 
ruby-odbc-dbgsym_0.99998-1_amd64.deb
 9784e6ad1dc8206b32b983efd9c5054e 7105 ruby optional 
ruby-odbc_0.99998-1_amd64.buildinfo
 545af961aa89841cac587cf020b82e0f 130576 ruby optional 
ruby-odbc_0.99998-1_amd64.deb

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

iQIzBAEBCAAdFiEEjtbD+LrJ23/BMKhw+COicpiDyXwFAlp104wACgkQ+COicpiD
yXzeoxAAh61Da7kuZsc3WC3a5/s6kfnAyqSA4Of52qFqVxUcst9GDOjYWr0IzhNs
Akm5VzdQDOtpf9K76Au+qnoAFWRvXNtv+wF7VJp8V3YGvNnrXM/Qyzs6qFA40oGO
WGYtK9GTfSXaIrHMD3rAh8QLKhSIRyzR1I+ntmqf1IsqScSL3jH0Anib4sD1Uji1
EYQ2UzDwZP9KfLHiWy5apsWO8GQB7QvCWy3Z3Kxnvzt6lBxdPhbfWt4btAo578CY
ke+I6ySSJFQtSEq2J7Wxeop9vZCn/BwSbl7CeIIxwcOmzA2+iT7iZL/aM7GYKv2R
3ALhYeqx39S8G8toJ581YCOw2l4z8Gt9LPfq6qOAzmIxp4LgvD4rPKImb0WrjLlS
7AzWnKasmglS83pZSPnCbH0SJBTn5hdPQ4L/TszjWZrDm7VFTErpm4X42iEztQW9
ghpI1iIUzqw24qj1SmyFxLe+d9EwIadcynMkk7V5FztUNaCa+Fk7EHXk72/GoD+O
iiEGGC4e86wpDC8FJozTAegt8EhWdwW7BK4mYj2hj7KIMXPy3RkpK4imTE82Bmz4
yQ6SZSR89JIGBkNhOK7SzxJXTuzT2z52U/IzhRDsl/BA7wxQQ4LmrdpvipD0P9VD
l1pwp7PJThKDzH9L4bRPaQPdGHVe7RhbvO8o4sTlk5Y7ZZZTKJY=
=3SE9
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to