~ubuntu-branches/ubuntu/quantal/ruby-netcdf/quantal

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Youhei SASAKI
  • Date: 2011-04-28 20:57:04 UTC
  • Revision ID: james.westby@ubuntu.com-20110428205704-214rejrbw9flk17z
Tags: 0.6.5-2
* Bump standard-version: 3.9.2
* Update with files generated by dh-make-ruby:
  - debian/rules
  - debian/watch
* Updating the package as for the new Ruby practices
  - Renaming binary package to ruby-netcdf, ruby-netcdf-dbg
  - Migrate to gem2deb
    - removed build dependency on cdbs and ruby-pkg-tools
  - Added XS-Ruby-Versions field to debian/control
* debian/source/format: using '3.0 (quilt)'
* Added transitional packages in debian/control to allow smooth upgrades
  from Squeeze.
  - ruby-netcdf Provides, Replaces and Conflicts with past packages
    - netcdf-ruby, netcdf-ruby1.8, netcdf-ruby1.9.1
      netcdf-ruby1.8-dbg, netcdf-ruby1.9.1-dbg

Show diffs side-by-side

added added

removed removed

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