1- Source: ruby3.0
1+ Source: ruby3.1
22Section: ruby
33Priority: optional
44Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
@@ -31,7 +31,7 @@ Vcs-Git: https://salsa.debian.org/ruby-team/ruby.git
3131Vcs-Browser: https://salsa.debian.org/ruby-team/ruby
3232Rules-Requires-Root: no
3333
34- Package: ruby3.0
34+ Package: ruby3.1
3535Multi-Arch: allowed
3636Architecture: any
3737Depends: rubygems-integration (>= 1.17.1~),
@@ -45,58 +45,58 @@ Description: Interpreter of object-oriented scripting language Ruby
4545 files and to do system management tasks (as in perl). It is simple,
4646 straight-forward, and extensible.
4747 .
48- In the name of this package, `3.0 ' indicates the Ruby library compatibility
49- version. This package currently provides the `3.0 .x' branch of Ruby.
48+ In the name of this package, `3.1 ' indicates the Ruby library compatibility
49+ version. This package currently provides the `3.1 .x' branch of Ruby.
5050
51- Package: libruby3.0
51+ Package: libruby3.1
5252Section: libs
5353Multi-Arch: same
5454Architecture: any
5555Depends: rake (>= 10.4.2),
5656 ruby-did-you-mean (>= 1.0),
5757 ruby-minitest (>= 5.4),
5858 ruby-net-telnet (>= 0.1.1),
59- ruby-test-unit (>= 3.0 .8~),
60- ruby-xmlrpc (>= 0.3.0 ~),
59+ ruby-test-unit (>= 3.1 .8~),
60+ ruby-xmlrpc (>= 0.3.1 ~),
6161 ${misc:Depends},
6262 ${shlibs:Depends}
6363Provides: ${libruby:Provides}
64- Description: Libraries necessary to run Ruby 3.0
64+ Description: Libraries necessary to run Ruby 3.1
6565 Ruby is the interpreted scripting language for quick and easy
6666 object-oriented programming. It has many features to process text
6767 files and to do system management tasks (as in perl). It is simple,
6868 straight-forward, and extensible.
6969 .
70- This package includes the 'libruby-3.0 ' library, necessary to run Ruby 3.0 .
71- (API version 3.0 .0)
70+ This package includes the 'libruby-3.1 ' library, necessary to run Ruby 3.1 .
71+ (API version 3.1 .0)
7272
73- Package: ruby3.0 -dev
73+ Package: ruby3.1 -dev
7474Multi-Arch: same
7575Architecture: any
7676Depends: libgmp-dev,
77- libruby3.0 (= ${binary:Version}),
77+ libruby3.1 (= ${binary:Version}),
7878 ${misc:Depends},
7979 ${shlibs:Depends}
80- Recommends: ruby3.0 -doc
81- Description: Header files for compiling extension modules for the Ruby 3.0
80+ Recommends: ruby3.1 -doc
81+ Description: Header files for compiling extension modules for the Ruby 3.1
8282 Ruby is the interpreted scripting language for quick and easy
8383 object-oriented programming. It has many features to process text
8484 files and to do system management tasks (as in perl). It is simple,
8585 straight-forward, and extensible.
8686 .
8787 This package contains the header files and the mkmf library, necessary
88- to make extension library for Ruby 3.0 . It is also required to build
88+ to make extension library for Ruby 3.1 . It is also required to build
8989 many gems.
9090
91- Package: ruby3.0 -doc
91+ Package: ruby3.1 -doc
9292Multi-Arch: foreign
9393Section: doc
9494Architecture: all
9595Depends: ${misc:Depends}
96- Description: Documentation for Ruby 3.0
96+ Description: Documentation for Ruby 3.1
9797 Ruby is the interpreted scripting language for quick and easy
9898 object-oriented programming. It has many features to process text
9999 files and to do system management tasks (as in perl). It is simple,
100100 straight-forward, and extensible.
101101 .
102- This package contains the autogenerated documentation for Ruby 3.0 .
102+ This package contains the autogenerated documentation for Ruby 3.1 .
0 commit comments