Your message dated Tue, 19 Jul 2016 12:35:22 +0000
with message-id <e1bpuf8-0003ri...@franck.debian.org>
and subject line Bug#827835: fixed in ruby-xmlparser 0.7.3-3
has caused the Debian Bug report #827835,
regarding ruby-xmlparser: FTBFS: xmlparser.so: undefined symbol: 
ENC_TO_ENCINDEX - 
[..]/ruby-xmlparser/ruby-xmlparser-0.7.3/debian/ruby-xmlparser/usr/lib/x86_64-linux-gnu/ruby/vendor_ruby/2.3.0/xmlparser.so
 (LoadError)
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.)


-- 
827835: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=827835
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-xmlparser
Version: 0.7.3-2
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

ruby-xmlparser fails to build from source in unstable/amd64:

  [..]

     GET_PARSER(recv, parser);
                ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1205:41: note: in definition of macro 
'Data_Get_Struct'
       ((sval) = (type*)rb_data_object_get(obj))
                                           ^
  xmlparser.c:748:3: note: in expansion of macro 'GET_PARSER'
     GET_PARSER(recv, parser);
     ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1397:1: note: expected 'VALUE {aka long 
unsigned int}' but argument is of type 'void *'
   rb_data_object_get(VALUE obj)
   ^
  xmlparser.c: In function 'myProcessingInstructionHandler':
  xmlparser.c:759:14: warning: passing argument 1 of 'rb_data_object_get' makes 
integer from pointer without a cast [-Wint-conversion]
     GET_PARSER(recv, parser);
                ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1205:41: note: in definition of macro 
'Data_Get_Struct'
       ((sval) = (type*)rb_data_object_get(obj))
                                           ^
  xmlparser.c:759:3: note: in expansion of macro 'GET_PARSER'
     GET_PARSER(recv, parser);
     ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1397:1: note: expected 'VALUE {aka long 
unsigned int}' but argument is of type 'void *'
   rb_data_object_get(VALUE obj)
   ^
  xmlparser.c: In function 'myDefaultHandler':
  xmlparser.c:771:14: warning: passing argument 1 of 'rb_data_object_get' makes 
integer from pointer without a cast [-Wint-conversion]
     GET_PARSER(recv, parser);
                ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1205:41: note: in definition of macro 
'Data_Get_Struct'
       ((sval) = (type*)rb_data_object_get(obj))
                                           ^
  xmlparser.c:771:3: note: in expansion of macro 'GET_PARSER'
     GET_PARSER(recv, parser);
     ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1397:1: note: expected 'VALUE {aka long 
unsigned int}' but argument is of type 'void *'
   rb_data_object_get(VALUE obj)
   ^
  xmlparser.c: In function 'myDefaultExpandHandler':
  xmlparser.c:783:14: warning: passing argument 1 of 'rb_data_object_get' makes 
integer from pointer without a cast [-Wint-conversion]
     GET_PARSER(recv, parser);
                ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1205:41: note: in definition of macro 
'Data_Get_Struct'
       ((sval) = (type*)rb_data_object_get(obj))
                                           ^
  xmlparser.c:783:3: note: in expansion of macro 'GET_PARSER'
     GET_PARSER(recv, parser);
     ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1397:1: note: expected 'VALUE {aka long 
unsigned int}' but argument is of type 'void *'
   rb_data_object_get(VALUE obj)
   ^
  xmlparser.c: In function 'myUnparsedEntityDeclHandler':
  xmlparser.c:798:14: warning: passing argument 1 of 'rb_data_object_get' makes 
integer from pointer without a cast [-Wint-conversion]
     GET_PARSER(recv, parser);
                ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1205:41: note: in definition of macro 
'Data_Get_Struct'
       ((sval) = (type*)rb_data_object_get(obj))
                                           ^
  xmlparser.c:798:3: note: in expansion of macro 'GET_PARSER'
     GET_PARSER(recv, parser);
     ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1397:1: note: expected 'VALUE {aka long 
unsigned int}' but argument is of type 'void *'
   rb_data_object_get(VALUE obj)
   ^
  xmlparser.c: In function 'myNotationDeclHandler':
  xmlparser.c:815:14: warning: passing argument 1 of 'rb_data_object_get' makes 
integer from pointer without a cast [-Wint-conversion]
     GET_PARSER(recv, parser);
                ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1205:41: note: in definition of macro 
'Data_Get_Struct'
       ((sval) = (type*)rb_data_object_get(obj))
                                           ^
  xmlparser.c:815:3: note: in expansion of macro 'GET_PARSER'
     GET_PARSER(recv, parser);
     ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1397:1: note: expected 'VALUE {aka long 
unsigned int}' but argument is of type 'void *'
   rb_data_object_get(VALUE obj)
   ^
  xmlparser.c: In function 'myCommentHandler':
  xmlparser.c:852:14: warning: passing argument 1 of 'rb_data_object_get' makes 
integer from pointer without a cast [-Wint-conversion]
     GET_PARSER(recv, parser);
                ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1205:41: note: in definition of macro 
'Data_Get_Struct'
       ((sval) = (type*)rb_data_object_get(obj))
                                           ^
  xmlparser.c:852:3: note: in expansion of macro 'GET_PARSER'
     GET_PARSER(recv, parser);
     ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1397:1: note: expected 'VALUE {aka long 
unsigned int}' but argument is of type 'void *'
   rb_data_object_get(VALUE obj)
   ^
  xmlparser.c: In function 'myStartCdataSectionHandler':
  xmlparser.c:861:14: warning: passing argument 1 of 'rb_data_object_get' makes 
integer from pointer without a cast [-Wint-conversion]
     GET_PARSER(recv, parser);
                ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1205:41: note: in definition of macro 
'Data_Get_Struct'
       ((sval) = (type*)rb_data_object_get(obj))
                                           ^
  xmlparser.c:861:3: note: in expansion of macro 'GET_PARSER'
     GET_PARSER(recv, parser);
     ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1397:1: note: expected 'VALUE {aka long 
unsigned int}' but argument is of type 'void *'
   rb_data_object_get(VALUE obj)
   ^
  xmlparser.c: In function 'myEndCdataSectionHandler':
  xmlparser.c:869:14: warning: passing argument 1 of 'rb_data_object_get' makes 
integer from pointer without a cast [-Wint-conversion]
     GET_PARSER(recv, parser);
                ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1205:41: note: in definition of macro 
'Data_Get_Struct'
       ((sval) = (type*)rb_data_object_get(obj))
                                           ^
  xmlparser.c:869:3: note: in expansion of macro 'GET_PARSER'
     GET_PARSER(recv, parser);
     ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1397:1: note: expected 'VALUE {aka long 
unsigned int}' but argument is of type 'void *'
   rb_data_object_get(VALUE obj)
   ^
  xmlparser.c: In function 'myStartNamespaceDeclHandler':
  xmlparser.c:879:14: warning: passing argument 1 of 'rb_data_object_get' makes 
integer from pointer without a cast [-Wint-conversion]
     GET_PARSER(recv, parser);
                ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1205:41: note: in definition of macro 
'Data_Get_Struct'
       ((sval) = (type*)rb_data_object_get(obj))
                                           ^
  xmlparser.c:879:3: note: in expansion of macro 'GET_PARSER'
     GET_PARSER(recv, parser);
     ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1397:1: note: expected 'VALUE {aka long 
unsigned int}' but argument is of type 'void *'
   rb_data_object_get(VALUE obj)
   ^
  xmlparser.c: In function 'myEndNamespaceDeclHandler':
  xmlparser.c:890:14: warning: passing argument 1 of 'rb_data_object_get' makes 
integer from pointer without a cast [-Wint-conversion]
     GET_PARSER(recv, parser);
                ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1205:41: note: in definition of macro 
'Data_Get_Struct'
       ((sval) = (type*)rb_data_object_get(obj))
                                           ^
  xmlparser.c:890:3: note: in expansion of macro 'GET_PARSER'
     GET_PARSER(recv, parser);
     ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1397:1: note: expected 'VALUE {aka long 
unsigned int}' but argument is of type 'void *'
   rb_data_object_get(VALUE obj)
   ^
  xmlparser.c: In function 'myNotStandaloneHandler':
  xmlparser.c:901:14: warning: passing argument 1 of 'rb_data_object_get' makes 
integer from pointer without a cast [-Wint-conversion]
     GET_PARSER(recv, parser);
                ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1205:41: note: in definition of macro 
'Data_Get_Struct'
       ((sval) = (type*)rb_data_object_get(obj))
                                           ^
  xmlparser.c:901:3: note: in expansion of macro 'GET_PARSER'
     GET_PARSER(recv, parser);
     ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1397:1: note: expected 'VALUE {aka long 
unsigned int}' but argument is of type 'void *'
   rb_data_object_get(VALUE obj)
   ^
  xmlparser.c: In function 'myStartDoctypeDeclHandler':
  xmlparser.c:922:14: warning: passing argument 1 of 'rb_data_object_get' makes 
integer from pointer without a cast [-Wint-conversion]
     GET_PARSER(recv, parser);
                ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1205:41: note: in definition of macro 
'Data_Get_Struct'
       ((sval) = (type*)rb_data_object_get(obj))
                                           ^
  xmlparser.c:922:3: note: in expansion of macro 'GET_PARSER'
     GET_PARSER(recv, parser);
     ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1397:1: note: expected 'VALUE {aka long 
unsigned int}' but argument is of type 'void *'
   rb_data_object_get(VALUE obj)
   ^
  xmlparser.c: In function 'myEndDoctypeDeclHandler':
  xmlparser.c:940:14: warning: passing argument 1 of 'rb_data_object_get' makes 
integer from pointer without a cast [-Wint-conversion]
     GET_PARSER(recv, parser);
                ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1205:41: note: in definition of macro 
'Data_Get_Struct'
       ((sval) = (type*)rb_data_object_get(obj))
                                           ^
  xmlparser.c:940:3: note: in expansion of macro 'GET_PARSER'
     GET_PARSER(recv, parser);
     ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1397:1: note: expected 'VALUE {aka long 
unsigned int}' but argument is of type 'void *'
   rb_data_object_get(VALUE obj)
   ^
  xmlparser.c: In function 'myElementDeclHandler':
  xmlparser.c:955:14: warning: passing argument 1 of 'rb_data_object_get' makes 
integer from pointer without a cast [-Wint-conversion]
     GET_PARSER(recv, parser);
                ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1205:41: note: in definition of macro 
'Data_Get_Struct'
       ((sval) = (type*)rb_data_object_get(obj))
                                           ^
  xmlparser.c:955:3: note: in expansion of macro 'GET_PARSER'
     GET_PARSER(recv, parser);
     ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1397:1: note: expected 'VALUE {aka long 
unsigned int}' but argument is of type 'void *'
   rb_data_object_get(VALUE obj)
   ^
  xmlparser.c: In function 'myAttlistDeclHandler':
  xmlparser.c:970:14: warning: passing argument 1 of 'rb_data_object_get' makes 
integer from pointer without a cast [-Wint-conversion]
     GET_PARSER(recv, parser);
                ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1205:41: note: in definition of macro 
'Data_Get_Struct'
       ((sval) = (type*)rb_data_object_get(obj))
                                           ^
  xmlparser.c:970:3: note: in expansion of macro 'GET_PARSER'
     GET_PARSER(recv, parser);
     ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1397:1: note: expected 'VALUE {aka long 
unsigned int}' but argument is of type 'void *'
   rb_data_object_get(VALUE obj)
   ^
  xmlparser.c: In function 'myXmlDeclHandler':
  xmlparser.c:986:14: warning: passing argument 1 of 'rb_data_object_get' makes 
integer from pointer without a cast [-Wint-conversion]
     GET_PARSER(recv, parser);
                ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1205:41: note: in definition of macro 
'Data_Get_Struct'
       ((sval) = (type*)rb_data_object_get(obj))
                                           ^
  xmlparser.c:986:3: note: in expansion of macro 'GET_PARSER'
     GET_PARSER(recv, parser);
     ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1397:1: note: expected 'VALUE {aka long 
unsigned int}' but argument is of type 'void *'
   rb_data_object_get(VALUE obj)
   ^
  xmlparser.c: In function 'myEntityDeclHandler':
  xmlparser.c:1005:14: warning: passing argument 1 of 'rb_data_object_get' 
makes integer from pointer without a cast [-Wint-conversion]
     GET_PARSER(recv, parser);
                ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1205:41: note: in definition of macro 
'Data_Get_Struct'
       ((sval) = (type*)rb_data_object_get(obj))
                                           ^
  xmlparser.c:1005:3: note: in expansion of macro 'GET_PARSER'
     GET_PARSER(recv, parser);
     ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1397:1: note: expected 'VALUE {aka long 
unsigned int}' but argument is of type 'void *'
   rb_data_object_get(VALUE obj)
   ^
  xmlparser.c: In function 'myUnknownEncodingHandler':
  xmlparser.c:1299:14: warning: passing argument 1 of 'rb_data_object_get' 
makes integer from pointer without a cast [-Wint-conversion]
     GET_PARSER(recv, parser);
                ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1205:41: note: in definition of macro 
'Data_Get_Struct'
       ((sval) = (type*)rb_data_object_get(obj))
                                           ^
  xmlparser.c:1299:3: note: in expansion of macro 'GET_PARSER'
     GET_PARSER(recv, parser);
     ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1397:1: note: expected 'VALUE {aka long 
unsigned int}' but argument is of type 'void *'
   rb_data_object_get(VALUE obj)
   ^
  xmlparser.c: In function 'mySkippedEntityHandler':
  xmlparser.c:1355:14: warning: passing argument 1 of 'rb_data_object_get' 
makes integer from pointer without a cast [-Wint-conversion]
     GET_PARSER(recv, parser);
                ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1205:41: note: in definition of macro 
'Data_Get_Struct'
       ((sval) = (type*)rb_data_object_get(obj))
                                           ^
  xmlparser.c:1355:3: note: in expansion of macro 'GET_PARSER'
     GET_PARSER(recv, parser);
     ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1397:1: note: expected 'VALUE {aka long 
unsigned int}' but argument is of type 'void *'
   rb_data_object_get(VALUE obj)
   ^
  xmlparser.c: In function 'XMLParser_parse':
  xmlparser.c:1806:16: warning: implicit declaration of function 
'ENC_TO_ENCINDEX' [-Wimplicit-function-declaration]
         if ((int)ENC_TO_ENCINDEX(enc) != rb_ascii8bit_encindex()) {
                  ^
  rm -f xmlparser.so
  gcc -shared -o xmlparser.so xmlparser.o -L. -L/usr/lib/x86_64-linux-gnu -L. 
-Wl,-z,relro -Wl,-z,now -fstack-protector -rdynamic -Wl,-export-dynamic    
-lruby-2.3 -lexpat  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  make[2]: Leaving directory 
'/home/lamby/temp/cdt.20160621160805.waMuOdADJH.ruby-xmlparser/ruby-xmlparser-0.7.3/ext'
  current directory: 
/home/lamby/temp/cdt.20160621160805.waMuOdADJH.ruby-xmlparser/ruby-xmlparser-0.7.3/ext
  make V=1 "DESTDIR=" install
  make[2]: Entering directory 
'/home/lamby/temp/cdt.20160621160805.waMuOdADJH.ruby-xmlparser/ruby-xmlparser-0.7.3/ext'
  /bin/mkdir -p . ./.gem.20160621-4068-3dd2un
  exit > .RUBYARCHDIR.time
  /usr/bin/install -c -m 0755 xmlparser.so ./.gem.20160621-4068-3dd2un
  make[2]: Leaving directory 
'/home/lamby/temp/cdt.20160621160805.waMuOdADJH.ruby-xmlparser/ruby-xmlparser-0.7.3/ext'
  To see why this extension failed to compile, please check the mkmf.log which 
can be found here:
    
/home/lamby/temp/cdt.20160621160805.waMuOdADJH.ruby-xmlparser/ruby-xmlparser-0.7.3/debian/ruby-xmlparser/usr/lib/x86_64-linux-gnu/ruby/vendor_ruby/2.3.0/mkmf.log
  rm -f 
/home/lamby/temp/cdt.20160621160805.waMuOdADJH.ruby-xmlparser/ruby-xmlparser-0.7.3/debian/ruby-xmlparser/usr/lib/x86_64-linux-gnu/ruby/vendor_ruby/2.3.0/mkmf.log
  
  
┌──────────────────────────────────────────────────────────────────────────────┐
  │ Install Rubygems integration metadata                                       
 │
  
└──────────────────────────────────────────────────────────────────────────────┘
  
  /usr/bin/ruby2.3 /usr/bin/gem2deb-test-runner
  
  
┌──────────────────────────────────────────────────────────────────────────────┐
  │ Run tests for ruby2.3 from debian/ruby-tests.rb                             
 │
  
└──────────────────────────────────────────────────────────────────────────────┘
  
  
RUBYLIB=/home/lamby/temp/cdt.20160621160805.waMuOdADJH.ruby-xmlparser/ruby-xmlparser-0.7.3/debian/ruby-xmlparser/usr/lib/x86_64-linux-gnu/ruby/vendor_ruby/2.3.0:/home/lamby/temp/cdt.20160621160805.waMuOdADJH.ruby-xmlparser/ruby-xmlparser-0.7.3/debian/ruby-xmlparser/usr/lib/ruby/vendor_ruby:.
 
GEM_PATH=/home/lamby/.gem/ruby/2.3.0:/var/lib/gems/2.3.0:/usr/lib/x86_64-linux-gnu/rubygems-integration/2.3.0:/usr/share/rubygems-integration/2.3.0:/usr/share/rubygems-integration/all
 ruby2.3 debian/ruby-tests.rb
  /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require': 
/home/lamby/temp/cdt.20160621160805.waMuOdADJH.ruby-xmlparser/ruby-xmlparser-0.7.3/debian/ruby-xmlparser/usr/lib/x86_64-linux-gnu/ruby/vendor_ruby/2.3.0/xmlparser.so:
 undefined symbol: ENC_TO_ENCINDEX - 
/home/lamby/temp/cdt.20160621160805.waMuOdADJH.ruby-xmlparser/ruby-xmlparser-0.7.3/debian/ruby-xmlparser/usr/lib/x86_64-linux-gnu/ruby/vendor_ruby/2.3.0/xmlparser.so
 (LoadError)
        from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in 
`require'
        from 
/home/lamby/temp/cdt.20160621160805.waMuOdADJH.ruby-xmlparser/ruby-xmlparser-0.7.3/debian/ruby-xmlparser/usr/lib/ruby/vendor_ruby/xml/parser.rb:5:in
 `<top (required)>'
        from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in 
`require'
        from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in 
`require'
        from debian/ruby-tests.rb:1:in `<main>'
  ERROR: Test "ruby2.3" failed. Exiting.
  dh_auto_install: dh_ruby --install 
/home/lamby/temp/cdt.20160621160805.waMuOdADJH.ruby-xmlparser/ruby-xmlparser-0.7.3/debian/ruby-xmlparser
 returned exit code 1
  debian/rules:18: recipe for target 'override_dh_auto_install' failed
  make[1]: *** [override_dh_auto_install] Error 1
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20160621160805.waMuOdADJH.ruby-xmlparser/ruby-xmlparser-0.7.3'
  debian/rules:15: recipe for target 'binary' failed
  make: *** [binary] Error 2

  [..]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Attachment: ruby-xmlparser.0.7.3-2.unstable.amd64.log.txt.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: ruby-xmlparser
Source-Version: 0.7.3-3

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

Debian distribution maintenance software
pp.
Antonio Terceiro <terce...@debian.org> (supplier of updated ruby-xmlparser 
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: Tue, 19 Jul 2016 09:03:37 -0300
Source: ruby-xmlparser
Binary: ruby-xmlparser
Architecture: source
Version: 0.7.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
<pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Changed-By: Antonio Terceiro <terce...@debian.org>
Description:
 ruby-xmlparser - Ruby interface for the expat XML parser toolkit
Closes: 827835
Changes:
 ruby-xmlparser (0.7.3-3) unstable; urgency=medium
 .
   * Replace reference to ENC_TO_ENCINDEX(enc), which was made private in the
     RubyAPI, rb_enc_to_index, which is the corresponding public function.
     (Closes: #827835)
Checksums-Sha1:
 0fac64332bd0f3f677d9063f12267617ff4eb249 2115 ruby-xmlparser_0.7.3-3.dsc
 1aa2b5dc30cd021e766d8055cd2b4285fdcb6add 5448 
ruby-xmlparser_0.7.3-3.debian.tar.xz
Checksums-Sha256:
 d4fb47c014aa5db3033a45a366f944a282700acde4fca3dd0ad3cccf78e17fcf 2115 
ruby-xmlparser_0.7.3-3.dsc
 1a2f8844ca20ddb2e7a9c13d4bbbf91a1de664eb45cd8e0d337243486824df39 5448 
ruby-xmlparser_0.7.3-3.debian.tar.xz
Files:
 cdb61ac9bcc92e1c9a732ce6ae6499d5 2115 ruby optional ruby-xmlparser_0.7.3-3.dsc
 d190a0c4d8e1f7f76d66142ea9b001d9 5448 ruby optional 
ruby-xmlparser_0.7.3-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJXjhsdAAoJEPwNsbvNRgveUe8P/jelmEGeJ5jupRd+WCFt0Y8T
CthrBoT0bnGGp5N6sUuYny0rXfy6SU05P3+o3OloG4pR9yI70T1WHB+6UmXGRNrq
tZP2otcrrjDmJaOPGaC9VrW3CwRcNSUSIchuHf3Ee+Epuenq7G2XFwpQLJOm3kLE
eWyebCLgPs5HtzdQRvVpfPszkS+tCSO7jtbCphF2SIf2L1qtj5aqEjC5Qj18FIs2
LO44hBj0OmcA+FPAhLIEmoCatzlJRa2xXbR5rE3X5UZ61scyT7I2AeGf2FvWTFp2
yhNUpXLp4twIkXAtLgnv2H+Gj7+vvSZpugxmp6sznW6RlQ4ia+ITHXllYe9PoI9p
IRh0f+HJQxkG21lM76QKCXnB3T/NaRtrPD1uMhg8BSocru5sxrLd3x1RyScwUaLf
ReBTmrzpaTePk+Y8UFOc5e4WR72qQe9iCcxeiC5MobCtot6LvVMeKsQVahCPT2LM
UaoWnHYK/IBSuBrb9Hdky7uO/4Gi8jP9IIYigRxs7gpuw22tVam0g/3lCdsowhYb
D3iAnWhWmfgzKjwX2gAsL3Zcj22sLz4NUITdZGHkmPgOO8hKab+rzZxx02YSsGqa
Z2wvRbcJldrWDjmDbk7yOjZeV1+JFt0WdSCwZE+mvPJs3CkxKI4lyObJFtHqWFwH
Fn6g1jnCfra9qt+9WpgD
=TJrf
-----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