Skip to content

Commit 8e4ced6

Browse files
committed
Switch to ruby3.1
1 parent 49854d8 commit 8e4ced6

24 files changed

Lines changed: 1864 additions & 1858 deletions

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
ruby3.1 (3.1.0-1) UNRELEASED; urgency=medium
2+
3+
* Ruby 3.1
4+
5+
-- Antonio Terceiro <terceiro@debian.org> Thu, 21 Apr 2022 18:23:55 -0300
6+
17
ruby3.0 (3.0.4-1) unstable; urgency=medium
28

39
[ John Paul Adrian Glaubitz ]

debian/control

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

34-
Package: ruby3.0
34+
Package: ruby3.1
3535
Multi-Arch: allowed
3636
Architecture: any
3737
Depends: 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
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.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}
6363
Provides: ${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
7474
Multi-Arch: same
7575
Architecture: any
7676
Depends: 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
9292
Multi-Arch: foreign
9393
Section: doc
9494
Architecture: all
9595
Depends: ${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

Comments
 (0)