Your message dated Tue, 24 Mar 2020 16:11:07 +0000
with message-id <e1jgm8x-000dem...@fasolo.debian.org>
and subject line Bug#954550: fixed in libprelude 5.1.1-5
has caused the Debian Bug report #954550,
regarding libprelude: FTBFS: Prelude.cxx:1263:85: error: call of overloaded 
‘rb_define_virtual_variable(const char [21], VALUE (&)(...), NULL)’ is ambiguous
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.)


-- 
954550: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954550
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libprelude
Version: 5.1.1-4
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200321 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> /bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
> -I../..  -I/usr/include/x86_64-linux-gnu/ruby-2.7.0 -I/usr/include/ruby-2.7.0 
> -g -O2 -fdebug-prefix-map=/build/ruby2.7-cMhIdS/ruby2.7-2.7.0=. 
> -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I../.. 
> -I../../src/include -I../../src/include -I../../src/libprelude-error 
> -I../../bindings/c++/include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -c -o Prelude_la-Prelude.lo `test -f 'Prelude.cxx' || 
> echo './'`Prelude.cxx
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. 
> -I/usr/include/x86_64-linux-gnu/ruby-2.7.0 -I/usr/include/ruby-2.7.0 -g -O2 
> -fdebug-prefix-map=/build/ruby2.7-cMhIdS/ruby2.7-2.7.0=. 
> -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I../.. 
> -I../../src/include -I../../src/include -I../../src/libprelude-error 
> -I../../bindings/c++/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -c Prelude.cxx  -fPIC -DPIC -o 
> .libs/Prelude_la-Prelude.o
> Prelude.cxx: In function ‘void SWIG_RubyInitializeTrackings()’:
> Prelude.cxx:1263:85: error: call of overloaded 
> ‘rb_define_virtual_variable(const char [21], VALUE (&)(...), NULL)’ is 
> ambiguous
>  1263 |   rb_define_virtual_variable("SWIG_TRACKINGS_COUNT", 
> swig_ruby_trackings_count, NULL);
>       |                                                                       
>               ^
> In file included from /usr/include/ruby-2.7.0/ruby/ruby.h:2863,
>                  from /usr/include/ruby-2.7.0/ruby.h:33,
>                  from Prelude.cxx:879:
> /usr/include/ruby-2.7.0/ruby/backward/cxxanyargs.hpp:59:1: note: candidate: 
> ‘void ruby::backward::cxxanyargs::rb_define_virtual_variable(const char*, 
> VALUE (*)(...), void (*)(...))’
>    59 | rb_define_virtual_variable(const char *q, type *w, void_type *e)
>       | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/ruby-2.7.0/ruby/backward/cxxanyargs.hpp:90:1: note: candidate: 
> ‘void ruby::backward::cxxanyargs::rb_define_virtual_variable(const char*, 
> VALUE (*)(...), void (*)(VALUE, ID, VALUE*))’
>    90 | rb_define_virtual_variable(const char *q, type *w, rb_gvar_setter_t 
> *e)
>       | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> Prelude.cxx: In function ‘void SWIG_RubyIterateTrackings(void (*)(void*, 
> VALUE))’:
> Prelude.cxx:1317:106: warning: ‘int 
> ruby::backward::cxxanyargs::rb_st_foreach(st_table*, int (*)(...), 
> st_data_t)’ is deprecated: Use of ANYARGS in this function is deprecated 
> [-Wdeprecated-declarations]
>  1317 |   st_foreach(swig_ruby_trackings, (int 
> (*)(ANYARGS))&swig_ruby_internal_iterate_callback, (st_data_t)meth);
>       |                                                                       
>                                    ^
> In file included from /usr/include/ruby-2.7.0/ruby/intern.h:39,
>                  from /usr/include/ruby-2.7.0/ruby/ruby.h:2148,
>                  from /usr/include/ruby-2.7.0/ruby.h:33,
>                  from Prelude.cxx:879:
> /usr/include/ruby-2.7.0/ruby/st.h:142:20: note: declared here
>   142 | #define st_foreach rb_st_foreach
>       |                    ^~~~~~~~~~~~~
> /usr/include/ruby-2.7.0/ruby/backward/cxxanyargs.hpp:362:1: note: in 
> expansion of macro ‘st_foreach’
>   362 | st_foreach(st_table *q, int_type *w, st_data_t e)
>       | ^~~~~~~~~~
> Prelude.cxx:1317:106: warning: ‘int 
> ruby::backward::cxxanyargs::rb_st_foreach(st_table*, int (*)(...), 
> st_data_t)’ is deprecated: Use of ANYARGS in this function is deprecated 
> [-Wdeprecated-declarations]
>  1317 |   st_foreach(swig_ruby_trackings, (int 
> (*)(ANYARGS))&swig_ruby_internal_iterate_callback, (st_data_t)meth);
>       |                                                                       
>                                    ^
> In file included from /usr/include/ruby-2.7.0/ruby/intern.h:39,
>                  from /usr/include/ruby-2.7.0/ruby/ruby.h:2148,
>                  from /usr/include/ruby-2.7.0/ruby.h:33,
>                  from Prelude.cxx:879:
> /usr/include/ruby-2.7.0/ruby/st.h:142:20: note: declared here
>   142 | #define st_foreach rb_st_foreach
>       |                    ^~~~~~~~~~~~~
> /usr/include/ruby-2.7.0/ruby/backward/cxxanyargs.hpp:362:1: note: in 
> expansion of macro ‘st_foreach’
>   362 | st_foreach(st_table *q, int_type *w, st_data_t e)
>       | ^~~~~~~~~~
> Prelude.cxx: In member function ‘bool 
> swig::GC_VALUE::relational_equal_op(const swig::GC_VALUE&, const ID&, bool 
> (*)(const VALUE&, const VALUE&)) const’:
> Prelude.cxx:2081:69: warning: ‘VALUE 
> ruby::backward::cxxanyargs::rb_rescue(VALUE (*)(...), VALUE, VALUE (*)(...), 
> VALUE)’ is deprecated: Use of ANYARGS in this function is deprecated 
> [-Wdeprecated-declarations]
>  2081 |                        (RUBY_METHOD_FUNC(swig_rescue_swallow)), Qnil);
>       |                                                                     ^
> In file included from /usr/include/ruby-2.7.0/ruby/ruby.h:2863,
>                  from /usr/include/ruby-2.7.0/ruby.h:33,
>                  from Prelude.cxx:879:
> /usr/include/ruby-2.7.0/ruby/backward/cxxanyargs.hpp:198:1: note: declared 
> here
>   198 | rb_rescue(type *q, VALUE w, type *e, VALUE r)
>       | ^~~~~~~~~
> Prelude.cxx:2081:69: warning: ‘VALUE 
> ruby::backward::cxxanyargs::rb_rescue(VALUE (*)(...), VALUE, VALUE (*)(...), 
> VALUE)’ is deprecated: Use of ANYARGS in this function is deprecated 
> [-Wdeprecated-declarations]
>  2081 |                        (RUBY_METHOD_FUNC(swig_rescue_swallow)), Qnil);
>       |                                                                     ^
> In file included from /usr/include/ruby-2.7.0/ruby/ruby.h:2863,
>                  from /usr/include/ruby-2.7.0/ruby.h:33,
>                  from Prelude.cxx:879:
> /usr/include/ruby-2.7.0/ruby/backward/cxxanyargs.hpp:198:1: note: declared 
> here
>   198 | rb_rescue(type *q, VALUE w, type *e, VALUE r)
>       | ^~~~~~~~~
> Prelude.cxx: In member function ‘swig::GC_VALUE 
> swig::GC_VALUE::unary_op(const ID&) const’:
> Prelude.cxx:2121:67: warning: ‘VALUE 
> ruby::backward::cxxanyargs::rb_rescue(VALUE (*)(...), VALUE, VALUE (*)(...), 
> VALUE)’ is deprecated: Use of ANYARGS in this function is deprecated 
> [-Wdeprecated-declarations]
>  2121 |                      (RUBY_METHOD_FUNC(swig_rescue_swallow)), Qnil);
>       |                                                                   ^
> In file included from /usr/include/ruby-2.7.0/ruby/ruby.h:2863,
>                  from /usr/include/ruby-2.7.0/ruby.h:33,
>                  from Prelude.cxx:879:
> /usr/include/ruby-2.7.0/ruby/backward/cxxanyargs.hpp:198:1: note: declared 
> here
>   198 | rb_rescue(type *q, VALUE w, type *e, VALUE r)
>       | ^~~~~~~~~
> Prelude.cxx:2121:67: warning: ‘VALUE 
> ruby::backward::cxxanyargs::rb_rescue(VALUE (*)(...), VALUE, VALUE (*)(...), 
> VALUE)’ is deprecated: Use of ANYARGS in this function is deprecated 
> [-Wdeprecated-declarations]
>  2121 |                      (RUBY_METHOD_FUNC(swig_rescue_swallow)), Qnil);
>       |                                                                   ^
> In file included from /usr/include/ruby-2.7.0/ruby/ruby.h:2863,
>                  from /usr/include/ruby-2.7.0/ruby.h:33,
>                  from Prelude.cxx:879:
> /usr/include/ruby-2.7.0/ruby/backward/cxxanyargs.hpp:198:1: note: declared 
> here
>   198 | rb_rescue(type *q, VALUE w, type *e, VALUE r)
>       | ^~~~~~~~~
> Prelude.cxx: In member function ‘swig::GC_VALUE 
> swig::GC_VALUE::binary_op(const swig::GC_VALUE&, const ID&) const’:
> Prelude.cxx:2140:67: warning: ‘VALUE 
> ruby::backward::cxxanyargs::rb_rescue(VALUE (*)(...), VALUE, VALUE (*)(...), 
> VALUE)’ is deprecated: Use of ANYARGS in this function is deprecated 
> [-Wdeprecated-declarations]
>  2140 |                      (RUBY_METHOD_FUNC(swig_rescue_swallow)), Qnil);
>       |                                                                   ^
> In file included from /usr/include/ruby-2.7.0/ruby/ruby.h:2863,
>                  from /usr/include/ruby-2.7.0/ruby.h:33,
>                  from Prelude.cxx:879:
> /usr/include/ruby-2.7.0/ruby/backward/cxxanyargs.hpp:198:1: note: declared 
> here
>   198 | rb_rescue(type *q, VALUE w, type *e, VALUE r)
>       | ^~~~~~~~~
> Prelude.cxx:2140:67: warning: ‘VALUE 
> ruby::backward::cxxanyargs::rb_rescue(VALUE (*)(...), VALUE, VALUE (*)(...), 
> VALUE)’ is deprecated: Use of ANYARGS in this function is deprecated 
> [-Wdeprecated-declarations]
>  2140 |                      (RUBY_METHOD_FUNC(swig_rescue_swallow)), Qnil);
>       |                                                                   ^
> In file included from /usr/include/ruby-2.7.0/ruby/ruby.h:2863,
>                  from /usr/include/ruby-2.7.0/ruby.h:33,
>                  from Prelude.cxx:879:
> /usr/include/ruby-2.7.0/ruby/backward/cxxanyargs.hpp:198:1: note: declared 
> here
>   198 | rb_rescue(type *q, VALUE w, type *e, VALUE r)
>       | ^~~~~~~~~
> Prelude.cxx: In function ‘int SWIG_AsVal_unsigned_SS_long(VALUE, long 
> unsigned int*)’:
> Prelude.cxx:2480:104: warning: ‘VALUE 
> ruby::backward::cxxanyargs::rb_rescue(VALUE (*)(...), VALUE, VALUE (*)(...), 
> VALUE)’ is deprecated: Use of ANYARGS in this function is deprecated 
> [-Wdeprecated-declarations]
>  2480 |     if (rb_rescue(RUBY_METHOD_FUNC(SWIG_AUX_NUM2ULONG), (VALUE)a, 
> RUBY_METHOD_FUNC(SWIG_ruby_failed), 0) != Qnil) {
>       |                                                                       
>                                  ^
> In file included from /usr/include/ruby-2.7.0/ruby/ruby.h:2863,
>                  from /usr/include/ruby-2.7.0/ruby.h:33,
>                  from Prelude.cxx:879:
> /usr/include/ruby-2.7.0/ruby/backward/cxxanyargs.hpp:198:1: note: declared 
> here
>   198 | rb_rescue(type *q, VALUE w, type *e, VALUE r)
>       | ^~~~~~~~~
> Prelude.cxx:2480:104: warning: ‘VALUE 
> ruby::backward::cxxanyargs::rb_rescue(VALUE (*)(...), VALUE, VALUE (*)(...), 
> VALUE)’ is deprecated: Use of ANYARGS in this function is deprecated 
> [-Wdeprecated-declarations]
>  2480 |     if (rb_rescue(RUBY_METHOD_FUNC(SWIG_AUX_NUM2ULONG), (VALUE)a, 
> RUBY_METHOD_FUNC(SWIG_ruby_failed), 0) != Qnil) {
>       |                                                                       
>                                  ^
> In file included from /usr/include/ruby-2.7.0/ruby/ruby.h:2863,
>                  from /usr/include/ruby-2.7.0/ruby.h:33,
>                  from Prelude.cxx:879:
> /usr/include/ruby-2.7.0/ruby/backward/cxxanyargs.hpp:198:1: note: declared 
> here
>   198 | rb_rescue(type *q, VALUE w, type *e, VALUE r)
>       | ^~~~~~~~~
> Prelude.cxx: In function ‘int SWIG_AsVal_unsigned_SS_long_SS_long(VALUE, long 
> long unsigned int*)’:
> Prelude.cxx:2525:102: warning: ‘VALUE 
> ruby::backward::cxxanyargs::rb_rescue(VALUE (*)(...), VALUE, VALUE (*)(...), 
> VALUE)’ is deprecated: Use of ANYARGS in this function is deprecated 
> [-Wdeprecated-declarations]
>  2525 |     if (rb_rescue(RUBY_METHOD_FUNC(SWIG_AUX_NUM2ULL), (VALUE)a, 
> RUBY_METHOD_FUNC(SWIG_ruby_failed), 0) != Qnil) {
>       |                                                                       
>                                ^
> In file included from /usr/include/ruby-2.7.0/ruby/ruby.h:2863,
>                  from /usr/include/ruby-2.7.0/ruby.h:33,
>                  from Prelude.cxx:879:
> /usr/include/ruby-2.7.0/ruby/backward/cxxanyargs.hpp:198:1: note: declared 
> here
>   198 | rb_rescue(type *q, VALUE w, type *e, VALUE r)
>       | ^~~~~~~~~
> Prelude.cxx:2525:102: warning: ‘VALUE 
> ruby::backward::cxxanyargs::rb_rescue(VALUE (*)(...), VALUE, VALUE (*)(...), 
> VALUE)’ is deprecated: Use of ANYARGS in this function is deprecated 
> [-Wdeprecated-declarations]
>  2525 |     if (rb_rescue(RUBY_METHOD_FUNC(SWIG_AUX_NUM2ULL), (VALUE)a, 
> RUBY_METHOD_FUNC(SWIG_ruby_failed), 0) != Qnil) {
>       |                                                                       
>                                ^
> In file included from /usr/include/ruby-2.7.0/ruby/ruby.h:2863,
>                  from /usr/include/ruby-2.7.0/ruby.h:33,
>                  from Prelude.cxx:879:
> /usr/include/ruby-2.7.0/ruby/backward/cxxanyargs.hpp:198:1: note: declared 
> here
>   198 | rb_rescue(type *q, VALUE w, type *e, VALUE r)
>       | ^~~~~~~~~
> Prelude.cxx: In function ‘int SWIG_AsVal_long(VALUE, long int*)’:
> Prelude.cxx:2583:103: warning: ‘VALUE 
> ruby::backward::cxxanyargs::rb_rescue(VALUE (*)(...), VALUE, VALUE (*)(...), 
> VALUE)’ is deprecated: Use of ANYARGS in this function is deprecated 
> [-Wdeprecated-declarations]
>  2583 |     if (rb_rescue(RUBY_METHOD_FUNC(SWIG_AUX_NUM2LONG), (VALUE)a, 
> RUBY_METHOD_FUNC(SWIG_ruby_failed), 0) != Qnil) {
>       |                                                                       
>                                 ^
> In file included from /usr/include/ruby-2.7.0/ruby/ruby.h:2863,
>                  from /usr/include/ruby-2.7.0/ruby.h:33,
>                  from Prelude.cxx:879:
> /usr/include/ruby-2.7.0/ruby/backward/cxxanyargs.hpp:198:1: note: declared 
> here
>   198 | rb_rescue(type *q, VALUE w, type *e, VALUE r)
>       | ^~~~~~~~~
> Prelude.cxx:2583:103: warning: ‘VALUE 
> ruby::backward::cxxanyargs::rb_rescue(VALUE (*)(...), VALUE, VALUE (*)(...), 
> VALUE)’ is deprecated: Use of ANYARGS in this function is deprecated 
> [-Wdeprecated-declarations]
>  2583 |     if (rb_rescue(RUBY_METHOD_FUNC(SWIG_AUX_NUM2LONG), (VALUE)a, 
> RUBY_METHOD_FUNC(SWIG_ruby_failed), 0) != Qnil) {
>       |                                                                       
>                                 ^
> In file included from /usr/include/ruby-2.7.0/ruby/ruby.h:2863,
>                  from /usr/include/ruby-2.7.0/ruby.h:33,
>                  from Prelude.cxx:879:
> /usr/include/ruby-2.7.0/ruby/backward/cxxanyargs.hpp:198:1: note: declared 
> here
>   198 | rb_rescue(type *q, VALUE w, type *e, VALUE r)
>       | ^~~~~~~~~
> Prelude.cxx: In function ‘int SWIG_AsVal_long_SS_long(VALUE, long long int*)’:
> Prelude.cxx:2613:101: warning: ‘VALUE 
> ruby::backward::cxxanyargs::rb_rescue(VALUE (*)(...), VALUE, VALUE (*)(...), 
> VALUE)’ is deprecated: Use of ANYARGS in this function is deprecated 
> [-Wdeprecated-declarations]
>  2613 |     if (rb_rescue(RUBY_METHOD_FUNC(SWIG_AUX_NUM2LL), (VALUE)a, 
> RUBY_METHOD_FUNC(SWIG_ruby_failed), 0) != Qnil) {
>       |                                                                       
>                               ^
> In file included from /usr/include/ruby-2.7.0/ruby/ruby.h:2863,
>                  from /usr/include/ruby-2.7.0/ruby.h:33,
>                  from Prelude.cxx:879:
> /usr/include/ruby-2.7.0/ruby/backward/cxxanyargs.hpp:198:1: note: declared 
> here
>   198 | rb_rescue(type *q, VALUE w, type *e, VALUE r)
>       | ^~~~~~~~~
> Prelude.cxx:2613:101: warning: ‘VALUE 
> ruby::backward::cxxanyargs::rb_rescue(VALUE (*)(...), VALUE, VALUE (*)(...), 
> VALUE)’ is deprecated: Use of ANYARGS in this function is deprecated 
> [-Wdeprecated-declarations]
>  2613 |     if (rb_rescue(RUBY_METHOD_FUNC(SWIG_AUX_NUM2LL), (VALUE)a, 
> RUBY_METHOD_FUNC(SWIG_ruby_failed), 0) != Qnil) {
>       |                                                                       
>                               ^
> In file included from /usr/include/ruby-2.7.0/ruby/ruby.h:2863,
>                  from /usr/include/ruby-2.7.0/ruby.h:33,
>                  from Prelude.cxx:879:
> /usr/include/ruby-2.7.0/ruby/backward/cxxanyargs.hpp:198:1: note: declared 
> here
>   198 | rb_rescue(type *q, VALUE w, type *e, VALUE r)
>       | ^~~~~~~~~
> Prelude.cxx: In function ‘int SWIG_AsVal_double(VALUE, double*)’:
> Prelude.cxx:4504:102: warning: ‘VALUE 
> ruby::backward::cxxanyargs::rb_rescue(VALUE (*)(...), VALUE, VALUE (*)(...), 
> VALUE)’ is deprecated: Use of ANYARGS in this function is deprecated 
> [-Wdeprecated-declarations]
>  4504 |     if (rb_rescue(RUBY_METHOD_FUNC(SWIG_AUX_NUM2DBL), (VALUE)a, 
> RUBY_METHOD_FUNC(SWIG_ruby_failed), 0) != Qnil) {
>       |                                                                       
>                                ^
> In file included from /usr/include/ruby-2.7.0/ruby/ruby.h:2863,
>                  from /usr/include/ruby-2.7.0/ruby.h:33,
>                  from Prelude.cxx:879:
> /usr/include/ruby-2.7.0/ruby/backward/cxxanyargs.hpp:198:1: note: declared 
> here
>   198 | rb_rescue(type *q, VALUE w, type *e, VALUE r)
>       | ^~~~~~~~~
> Prelude.cxx:4504:102: warning: ‘VALUE 
> ruby::backward::cxxanyargs::rb_rescue(VALUE (*)(...), VALUE, VALUE (*)(...), 
> VALUE)’ is deprecated: Use of ANYARGS in this function is deprecated 
> [-Wdeprecated-declarations]
>  4504 |     if (rb_rescue(RUBY_METHOD_FUNC(SWIG_AUX_NUM2DBL), (VALUE)a, 
> RUBY_METHOD_FUNC(SWIG_ruby_failed), 0) != Qnil) {
>       |                                                                       
>                                ^
> In file included from /usr/include/ruby-2.7.0/ruby/ruby.h:2863,
>                  from /usr/include/ruby-2.7.0/ruby.h:33,
>                  from Prelude.cxx:879:
> /usr/include/ruby-2.7.0/ruby/backward/cxxanyargs.hpp:198:1: note: declared 
> here
>   198 | rb_rescue(type *q, VALUE w, type *e, VALUE r)
>       | ^~~~~~~~~
> make[5]: *** [Makefile:1606: Prelude_la-Prelude.lo] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/03/21/libprelude_5.1.1-4_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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: libprelude
Source-Version: 5.1.1-5
Done: Thomas Andrejak <thomas.andre...@gmail.com>

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

Debian distribution maintenance software
pp.
Thomas Andrejak <thomas.andre...@gmail.com> (supplier of updated libprelude 
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, 23 Mar 2020 12:07:24 +0200
Source: libprelude
Architecture: source
Version: 5.1.1-5
Distribution: unstable
Urgency: medium
Maintainer: Pierre Chifflier <pol...@debian.org>
Changed-By: Thomas Andrejak <thomas.andre...@gmail.com>
Closes: 954550 954785
Changes:
 libprelude (5.1.1-5) unstable; urgency=medium
 .
   * d/patches
     - Add 020-ruby27.patch (Closes: #954785, #954550)
       Avoid ambiguity in rb_define_virtual_variable call.
   * d/control
     - Bump to Standards-Version 4.5.0
Checksums-Sha1:
 a83005c5f7ac992fe142e383b55043063b87995b 3066 libprelude_5.1.1-5.dsc
 36ad99620c71f4485a97504fcb94600d04b411fa 24904 libprelude_5.1.1-5.debian.tar.xz
 360b8868f33ffa282c9edd6c0aedcde672daed04 15119 
libprelude_5.1.1-5_amd64.buildinfo
Checksums-Sha256:
 9e86eef9bcfa63129fae1df3bda3be97bced814fadc06ba516a0a0bb772b0fe9 3066 
libprelude_5.1.1-5.dsc
 6a00dbed4f2d1a0d3d2b0b2124f76e9042c9efdb434ae20f5878ee2b0dbff061 24904 
libprelude_5.1.1-5.debian.tar.xz
 520d58a4b7b9b7705c3dfb104769fd890d993becb9f1adecfa87693f2f75835a 15119 
libprelude_5.1.1-5_amd64.buildinfo
Files:
 1acb42301563fb69a25369991feaa3b0 3066 libs optional libprelude_5.1.1-5.dsc
 1d68f12c4b0f5b904e88754d2ee8b507 24904 libs optional 
libprelude_5.1.1-5.debian.tar.xz
 886ed2367cfd5bc091734f925f6b62fe 15119 libs optional 
libprelude_5.1.1-5_amd64.buildinfo

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

iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAl56KjsACgkQCBa54Yx2
K61KYQ//UbbKIfGOpGvZfOuUuwIMymUz+td7p5u5zEEX3l/RKZ47gRYuYPKuZbM/
uaEfGW+LIZTGV7rPvcfah75tTGeAU6S2aObYbHjKp0tC8lAhZ2Uz2cfga2eHqp04
HZFcgIAqqlvbjvEmgCSD7PF7Q4/SEu7/RDHQYUcVcI5uCXH1++DMrgsfkX8pIeAa
rA0rCbGjB9MuH5okCuIqHk2DnzBFohuLVWTkw4ISyCxRV0N6TLhspdFAeNDsCoo1
1wu0G156heIUVMmXMNxX3Jdy/vUN2I7OKdSrcLOMOCMIxpnXVOXO5d7mOpzQssea
MT9UNkpUEZqsUDeh8GXI67go6x2PRjhEmIL45BvvmcIMPqJi0HdlV62cAhRhbYt0
8N0jtoxmsEH38tEMVQMJwOu0OibEUY7NlWZyXDbjptxKSWiA5NPExaWhcmTalja0
3GO9HZnxqnu2nw/BHJCqEoPg1EJ09u8ItqQIe9fhURVAKNykTWmG9gFaAH5vWfrB
d1IWW9BaciSGzLMPW08LlqnrAKIGModdqalKBeRJAD/3sD5q453uOQjeTU60RQv3
b1jqDHieUB5pFkzjJQQle56vZZ2Si0LvgPgGibNPxcGYu6a9mIvQFkI7pa1E/KtO
qNpKRE5mLX+FYvvGwWnXiuifO1phUDsTG6olmt638iOkAssXy/Q=
=VqRZ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to