Hello, I have checked your package for Ruby 1.9 / 2.0. On both Ruby versions your package fails on test-all.rb. Please contact upstream to make that library compatible to newer Ruby version. If upstream is dead you should consider to remove libwebapp-ruby* from the debian archive.
Thanks, Jonas ==== test log Ruby 2.0 ruby2.0 -I. test-all.rb /tmp/ruby-webapp/webapp.rb:212: warning: assigned but unused variable - mtime /usr/lib/ruby/vendor_ruby/htree/parse.rb:126: warning: assigned but unused variable - elem /usr/lib/ruby/vendor_ruby/htree/scan.rb:142: warning: assigned but unused variable - stag /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:53:in `require': /tmp/ruby-webapp/webapp/manager.rb:159: invalid multibyte escape: /\A\211PNG\r\n\032\n/ (SyntaxError) invalid multibyte escape: /\A\037\213/ from /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:53:in `require' from /tmp/ruby-webapp/webapp.rb:115:in `<top (required)>' from /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:53:in `require' from /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:53:in `require' from /tmp/ruby-webapp/test/test-query.rb:2:in `<top (required)>' from test-all.rb:4:in `load' from test-all.rb:4:in `block in <main>' from test-all.rb:3:in `glob' from test-all.rb:3:in `<main>' ==== test log Ruby 1.9 ruby1.9.1 -I. test-all.rb /tmp/ruby-webapp/webapp.rb:212: warning: assigned but unused variable - mtime /usr/lib/ruby/vendor_ruby/htree/parse.rb:126: warning: assigned but unused variable - elem /usr/lib/ruby/vendor_ruby/htree/scan.rb:142: warning: assigned but unused variable - stag /tmp/ruby-webapp/webapp/message.rb:77: warning: shadowing outer local variable - field_name /tmp/ruby-webapp/webapp/message.rb:86: warning: shadowing outer local variable - field_name /tmp/ruby-webapp/webapp/htmlform.rb:351: warning: assigned but unused variable - select_id Run options: # Running tests: ...EFEEFFEF...EEEEEEEEEEEEEEEEEEEE...................EEEEEEEEEEEEEEEEE......................EE...EEEE Finished tests in 0.033556s, 3009.9302 tests/s, 2831.1225 assertions/s. 1) Error: test_html_form_validation_checkbox(HTMLFormQueryTest): TypeError: wrong argument type Proc (expected Binding) /tmp/ruby-webapp/webapp/manager.rb:38:in `eval' /tmp/ruby-webapp/webapp/manager.rb:38:in `initialize' /tmp/ruby-webapp/test/test-query.rb:6:in `new' /tmp/ruby-webapp/test/test-query.rb:6:in `webapp_test' /tmp/ruby-webapp/test/test-query.rb:142:in `query_string_test' /tmp/ruby-webapp/test/test-query.rb:147:in `validate' /tmp/ruby-webapp/test/test-query.rb:186:in `test_html_form_validation_checkbox' 2) Failure: test_html_form_validation_hidden(HTMLFormQueryTest) [/tmp/ruby-webapp/test/test-query.rb:293]: [WebApp::QueryValidationFailure] exception expected, not Class: <TypeError> Message: <"wrong argument type Proc (expected Binding)"> ---Backtrace--- /tmp/ruby-webapp/webapp/manager.rb:38:in `eval' /tmp/ruby-webapp/webapp/manager.rb:38:in `initialize' /tmp/ruby-webapp/test/test-query.rb:6:in `new' /tmp/ruby-webapp/test/test-query.rb:6:in `webapp_test' /tmp/ruby-webapp/test/test-query.rb:142:in `query_string_test' /tmp/ruby-webapp/test/test-query.rb:147:in `validate' /tmp/ruby-webapp/test/test-query.rb:293:in `block in test_html_form_validation_hidden' --------------- 3) Error: test_html_form_validation_radio(HTMLFormQueryTest): TypeError: wrong argument type Proc (expected Binding) /tmp/ruby-webapp/webapp/manager.rb:38:in `eval' /tmp/ruby-webapp/webapp/manager.rb:38:in `initialize' /tmp/ruby-webapp/test/test-query.rb:6:in `new' /tmp/ruby-webapp/test/test-query.rb:6:in `webapp_test' /tmp/ruby-webapp/test/test-query.rb:142:in `query_string_test' /tmp/ruby-webapp/test/test-query.rb:147:in `validate' /tmp/ruby-webapp/test/test-query.rb:216:in `test_html_form_validation_radio' 4) Error: test_html_form_validation_reset(HTMLFormQueryTest): TypeError: wrong argument type Proc (expected Binding) /tmp/ruby-webapp/webapp/manager.rb:38:in `eval' /tmp/ruby-webapp/webapp/manager.rb:38:in `initialize' /tmp/ruby-webapp/test/test-query.rb:6:in `new' /tmp/ruby-webapp/test/test-query.rb:6:in `webapp_test' /tmp/ruby-webapp/test/test-query.rb:142:in `query_string_test' /tmp/ruby-webapp/test/test-query.rb:147:in `validate' /tmp/ruby-webapp/test/test-query.rb:283:in `test_html_form_validation_reset' 5) Failure: test_html_form_validation_select(HTMLFormQueryTest) [/tmp/ruby-webapp/test/test-query.rb:312]: [WebApp::QueryValidationFailure] exception expected, not Class: <TypeError> Message: <"wrong argument type Proc (expected Binding)"> ---Backtrace--- /tmp/ruby-webapp/webapp/manager.rb:38:in `eval' /tmp/ruby-webapp/webapp/manager.rb:38:in `initialize' /tmp/ruby-webapp/test/test-query.rb:6:in `new' /tmp/ruby-webapp/test/test-query.rb:6:in `webapp_test' /tmp/ruby-webapp/test/test-query.rb:142:in `query_string_test' /tmp/ruby-webapp/test/test-query.rb:147:in `validate' /tmp/ruby-webapp/test/test-query.rb:312:in `block in test_html_form_validation_select' --------------- 6) Failure: test_html_form_validation_submit(HTMLFormQueryTest) [/tmp/ruby-webapp/test/test-query.rb:253]: [WebApp::QueryValidationFailure] exception expected, not Class: <TypeError> Message: <"wrong argument type Proc (expected Binding)"> ---Backtrace--- /tmp/ruby-webapp/webapp/manager.rb:38:in `eval' /tmp/ruby-webapp/webapp/manager.rb:38:in `initialize' /tmp/ruby-webapp/test/test-query.rb:6:in `new' /tmp/ruby-webapp/test/test-query.rb:6:in `webapp_test' /tmp/ruby-webapp/test/test-query.rb:142:in `query_string_test' /tmp/ruby-webapp/test/test-query.rb:147:in `validate' /tmp/ruby-webapp/test/test-query.rb:253:in `block in test_html_form_validation_submit' --------------- 7) Error: test_html_form_validation_text(HTMLFormQueryTest): TypeError: wrong argument type Proc (expected Binding) /tmp/ruby-webapp/webapp/manager.rb:38:in `eval' /tmp/ruby-webapp/webapp/manager.rb:38:in `initialize' /tmp/ruby-webapp/test/test-query.rb:6:in `new' /tmp/ruby-webapp/test/test-query.rb:6:in `webapp_test' /tmp/ruby-webapp/test/test-query.rb:142:in `query_string_test' /tmp/ruby-webapp/test/test-query.rb:147:in `validate' /tmp/ruby-webapp/test/test-query.rb:161:in `test_html_form_validation_text' 8) Failure: test_html_form_validation_textarea(HTMLFormQueryTest) [/tmp/ruby-webapp/test/test-query.rb:337]: [WebApp::QueryValidationFailure] exception expected, not Class: <TypeError> Message: <"wrong argument type Proc (expected Binding)"> ---Backtrace--- /tmp/ruby-webapp/webapp/manager.rb:38:in `eval' /tmp/ruby-webapp/webapp/manager.rb:38:in `initialize' /tmp/ruby-webapp/test/test-query.rb:6:in `new' /tmp/ruby-webapp/test/test-query.rb:6:in `webapp_test' /tmp/ruby-webapp/test/test-query.rb:142:in `query_string_test' /tmp/ruby-webapp/test/test-query.rb:147:in `validate' /tmp/ruby-webapp/test/test-query.rb:337:in `block in test_html_form_validation_textarea' --------------- 9) Error: test_form_key_value_escape_1(URIGenTest): ArgumentError: invalid value for Integer(): "&" /tmp/ruby-webapp/test/test-urigen.rb:101:in `sprintf' /tmp/ruby-webapp/test/test-urigen.rb:101:in `block (2 levels) in deftest_form_key_value_escape' 10) Error: -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org