[DRE-maint] gem2deb: debian/ruby-test-files.yaml is encoded with base64
Hideki Yamane
henrich at debian.or.jp
Thu Jan 3 02:39:40 UTC 2013
Hi,
I'm new to gem2deb, and have a question for it.
Converting from gem, then it produced debian/ruby-test-files.yaml, however,
that file was encoded with base64 somehow. I can get text by decoding as below.
----------------------------------------------------------------------
$ for text in `sed -e s/\-\ \!binary\ \|\-// ruby-test-files.yaml`; do echo $text | base64 -d; echo ""; done
base64: 無効な入力
features/before_cmd_hooks.feature
features/exit_statuses.feature
features/file_system_commands.feature
features/flushing.feature
features/interactive.feature
features/no_clobber.feature
features/output.feature
features/step_definitions/aruba_dev_steps.rb
features/support/env.rb
features/support/jruby.rb
spec/aruba/api_spec.rb
spec/aruba/hooks_spec.rb
spec/aruba/jruby_spec.rb
spec/aruba/process_spec.rb
spec/spec_helper.rb
----------------------------------------------------------------------
Is is expected behavior?
--
Regards,
Hideki Yamane henrich @ debian.or.jp/org
http://wiki.debian.org/HidekiYamane
More information about the Pkg-ruby-extras-maintainers
mailing list