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
|
Source: ruby-pgplot
Section: contrib/ruby
Priority: optional
Maintainer: Youhei SASAKI <uwabami@gfd-dennou.org>
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
DM-Upload-Allowed: yes
Build-Depends:
debhelper (>= 7.0.50~),
gem2deb,
ruby-narray,
pgplot5,
gfortran,
libx11-dev,
libpng12-dev,
gfortran-4.6
Standards-Version: 3.9.3
Homepage: http://pgplot.rubyforge.org/
XS-Ruby-Versions: all
Vcs-Git: git://git.debian.org/pkg-ruby-extras/libpgplot-ruby.git
Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extas/ruby-pgplot.git;a=summary
Package: ruby-pgplot
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby-narray
Description: Ruby interface to the PGPLOT graphics library
Ruby/PGPLOT is the Ruby interface to the PGPLOT graphics library.
PGPLOT is a FORTRAN library to draw line/scatter/histogram plot, error
bar, contour/image/vector map, etc. Supports various output devices
including Postscript, PNG, X-Window, etc.
Package: ruby-pgplot-dbg
Section: contrib/debug
Priority: extra
Architecture: any
Depends: ${misc:Depends}, ruby-pgplot (=${binary:Version})
Description: Ruby-PGPLOT debugging symbols
Ruby/PGPLOT is the Ruby interface to the PGPLOT graphics library.
PGPLOT is a FORTRAN library to draw line/scatter/histogram plot, error
bar, contour/image/vector map, etc. Supports various output devices
including Postscript, PNG, X-Window, etc.
.
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.
|