1- Source: ruby3.1
1+ Source: ruby3.2
22Section: ruby
33Priority: optional
44Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
@@ -20,7 +20,7 @@ Build-Depends: bison,
2020 netbase <!nocheck>,
2121 openssl <!nocheck>,
2222 procps <!nocheck>,
23- ruby3.1 :native <cross>,
23+ ruby3.2 :native <cross>,
2424 rubygems-integration (>= 1.6) <!nocheck>,
2525 systemtap-sdt-dev [linux-any],
2626 tzdata,
@@ -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.1
34+ Package: ruby3.2
3535Multi-Arch: allowed
3636Architecture: any
3737Depends: rubygems-integration (>= 1.17.1~),
@@ -45,60 +45,60 @@ 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.1 ' indicates the Ruby library compatibility
49- version. This package currently provides the `3.1 .x' branch of Ruby.
48+ In the name of this package, `3.2 ' indicates the Ruby library compatibility
49+ version. This package currently provides the `3.2 .x' branch of Ruby.
5050
51- Package: libruby3.1
51+ Package: libruby3.2
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.1 .8~),
60- ruby-xmlrpc (>= 0.3.1 ~),
59+ ruby-test-unit (>= 3.2 .8~),
60+ ruby-xmlrpc (>= 0.3.2 ~),
6161 ruby-webrick (>= 1.7.0-4~),
6262 ruby-sdbm (>= 1.0.0-3~),
6363 ${misc:Depends},
6464 ${shlibs:Depends}
6565Provides: ${libruby:Provides}
66- Description: Libraries necessary to run Ruby 3.1
66+ Description: Libraries necessary to run Ruby 3.2
6767 Ruby is the interpreted scripting language for quick and easy
6868 object-oriented programming. It has many features to process text
6969 files and to do system management tasks (as in perl). It is simple,
7070 straight-forward, and extensible.
7171 .
72- This package includes the 'libruby-3.1 ' library, necessary to run Ruby 3.1 .
73- (API version 3.1 .0)
72+ This package includes the 'libruby-3.2 ' library, necessary to run Ruby 3.2 .
73+ (API version 3.2 .0)
7474
75- Package: ruby3.1 -dev
75+ Package: ruby3.2 -dev
7676Multi-Arch: same
7777Architecture: any
7878Depends: libgmp-dev,
79- libruby3.1 (= ${binary:Version}),
79+ libruby3.2 (= ${binary:Version}),
8080 ${misc:Depends},
8181 ${shlibs:Depends}
82- Recommends: ruby3.1 -doc
83- Description: Header files for compiling extension modules for the Ruby 3.1
82+ Recommends: ruby3.2 -doc
83+ Description: Header files for compiling extension modules for the Ruby 3.2
8484 Ruby is the interpreted scripting language for quick and easy
8585 object-oriented programming. It has many features to process text
8686 files and to do system management tasks (as in perl). It is simple,
8787 straight-forward, and extensible.
8888 .
8989 This package contains the header files and the mkmf library, necessary
90- to make extension library for Ruby 3.1 . It is also required to build
90+ to make extension library for Ruby 3.2 . It is also required to build
9191 many gems.
9292
93- Package: ruby3.1 -doc
93+ Package: ruby3.2 -doc
9494Multi-Arch: foreign
9595Section: doc
9696Architecture: all
9797Depends: ${misc:Depends}
98- Description: Documentation for Ruby 3.1
98+ Description: Documentation for Ruby 3.2
9999 Ruby is the interpreted scripting language for quick and easy
100100 object-oriented programming. It has many features to process text
101101 files and to do system management tasks (as in perl). It is simple,
102102 straight-forward, and extensible.
103103 .
104- This package contains the autogenerated documentation for Ruby 3.1 .
104+ This package contains the autogenerated documentation for Ruby 3.2 .
0 commit comments