Skip to content

Commit 6b9e551

Browse files
committed
Switch to ruby3.2
1 parent fe6126f commit 6b9e551

24 files changed

Lines changed: 1946 additions & 1940 deletions

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
ruby3.2 (3.2.0~placeholder-1) UNRELEASED; urgency=medium
2+
3+
* Ruby 3.2
4+
5+
-- Ubuntu <ubuntu@focal> Wed, 11 Jan 2023 19:06:37 -0600
6+
17
ruby3.1 (3.1.2-3) unstable; urgency=medium
28

39
[ Antonio Terceiro ]

debian/control

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Source: ruby3.1
1+
Source: ruby3.2
22
Section: ruby
33
Priority: optional
44
Maintainer: 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
3131
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby
3232
Rules-Requires-Root: no
3333

34-
Package: ruby3.1
34+
Package: ruby3.2
3535
Multi-Arch: allowed
3636
Architecture: any
3737
Depends: 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
5252
Section: libs
5353
Multi-Arch: same
5454
Architecture: any
5555
Depends: 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}
6565
Provides: ${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
7676
Multi-Arch: same
7777
Architecture: any
7878
Depends: 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
9494
Multi-Arch: foreign
9595
Section: doc
9696
Architecture: all
9797
Depends: ${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

Comments
 (0)