1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
Source: ruby-netcdf
Section: ruby
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami@gfd-dennou.org>
Build-Depends: debhelper (>= 7.0.50~ ), gem2deb, rake,
ruby-narray, ruby-narray-miss, libnetcdf-dev,
Standards-Version: 3.9.3
DM-Upload-Allowed: yes
XS-Ruby-Versions: all
Vcs-Git: git://git.debian.org/pkg-grass/ruby-netcdf.git
Vcs-Browser: http://git.debian.org/?p=pkg-grass/ruby-netcdf.git
Homepage: http://ruby.gfd-dennou.org/products/ruby-netcdf
Package: ruby-netcdf
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby-narray, ruby-narray-miss
Replaces: netcdf-ruby (<< 0.6.5-2~), netcdf-ruby1.8 (<< 0.6.5-2~), netcdf-ruby1.9.1 (<< 0.6.5-2~)
Breaks: netcdf-ruby (<< 0.6.5-2~), netcdf-ruby1.8 (<< 0.6.5-2~), netcdf-ruby1.9.1 (<< 0.6.5-2~)
Provides: netcdf-ruby, netcdf-ruby1.8, netcdf-ruby1.9.1
Description: Ruby interface of netCDF library
RubyNetCDF is a Ruby interface of netCDF library built on the NArray
library, which is an efficient multi-dimensional numeric array class
for Ruby.
Package: ruby-netcdf-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ruby-netcdf ( =${binary:Version}), ${misc:Depends}
Replaces: netcdf-ruby1.8-dbg (<< 0.6.5-2~), netcdf-ruby1.9.1-dbg (<< 0.6.5-2~)
Breaks: netcdf-ruby1.8-dbg (<< 0.6.5-2~), netcdf-ruby1.9.1-dbg (<< 0.6.5-2~)
Provides: netcdf-ruby, netcdf-ruby1.8, netcdf-ruby1.9.1
Description: Ruby-NetCDF debug symbols
RubyNetCDF is a Ruby interface of netCDF library built on the NArray
library, which is an efficient multi-dimensional numeric array class
for Ruby.
.
This package is provided primarily to provide a backtrace with names
in a debugger, this makes it somewhat easier to interpret core
dumps. Most people will not need this package.
Package: netcdf-ruby
Architecture: all
Section: oldlibs
Priority: extra
Depends: ruby-netcdf, ${misc:Depends}
Description: Transitional package for ruby-netcdf
This is a transitional package to ease upgrades to the ruby-netcdf
package. It can safely be removed.
Package: netcdf-ruby1.8
Architecture: all
Section: oldlibs
Priority: extra
Depends: ruby-netcdf, ${misc:Depends}
Description: Transitional package for ruby-netcdf
This is a transitional package to ease upgrades to the ruby-netcdf
package. It can safely be removed.
Package: netcdf-ruby1.8-dbg
Architecture: all
Section: oldlibs
Priority: extra
Depends: ruby-netcdf-dbg, ${misc:Depends}
Description: Transitional package for ruby-netcdf-dbg
This is a transitional package to ease upgrades to the ruby-netcdf-dbg
package. It can safely be removed.
Package: netcdf-ruby1.9.1
Architecture: all
Section: oldlibs
Priority: extra
Depends: ruby-netcdf, ${misc:Depends}
Description: Transitional package for ruby-netcdf
This is a transitional package to ease upgrades to the ruby-netcdf
package. It can safely be removed.
Package: netcdf-ruby1.9.1-dbg
Architecture: all
Section: oldlibs
Priority: extra
Depends: ruby-netcdf-dbg, ${misc:Depends}
Description: Transitional package for ruby-netcdf-dbg
This is a transitional package to ease upgrades to the ruby-netcdf-dbg
package. It can safely be removed.
|