Codebase list ruby-defaults / 7a51f56
Add workaround for Multi-Arch interpreter problem Change ruby-all-dev to be an arch native package, so it can be used in Build-Depends without losing Architecture information, and have it depend on rubyN.M:any so the default ruby can still be used to run ruby. Git-Dch: full Christian Hofstaedtler 8 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
5050
5151 Package: ruby-all-dev
5252 Section: devel
53 Architecture: all
53 Architecture: any
5454 Depends: ${ruby-all-dev:Depends}, ${misc:Depends}
5555 Description: Ruby development environment (all versions supported in Debian)
5656 Ruby is the interpreted scripting language for quick and easy
00 #!/bin/sh
11
2 dependencies=$(sed -n -e "s/\s*has_support_for\s*'\(.*\)'.*/\1, \1-dev,/ p" ruby_debian_dev.rb)
2 dependencies=$(sed -n -e "s/\s*has_support_for\s*'\(.*\)'.*/\1:any, \1-dev,/ p" ruby_debian_dev.rb)
33
44 printf 'ruby-all-dev:Depends='
55 for d in $dependencies; do