1- Source: ruby3.3
1+ Source: ruby3.4
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.3 :native <cross>,
23+ ruby3.4 :native <cross>,
2424 rubygems-integration (>= 1.6) <!nocheck>,
2525 rustc,
2626 systemtap-sdt-dev [linux-any],
@@ -32,7 +32,7 @@ Vcs-Git: https://salsa.debian.org/ruby-team/ruby.git
3232Vcs-Browser: https://salsa.debian.org/ruby-team/ruby
3333Rules-Requires-Root: no
3434
35- Package: ruby3.3
35+ Package: ruby3.4
3636Multi-Arch: allowed
3737Architecture: any
3838Provides: ruby
@@ -47,10 +47,10 @@ Description: Interpreter of object-oriented scripting language Ruby
4747 files and to do system management tasks (as in perl). It is simple,
4848 straight-forward, and extensible.
4949 .
50- In the name of this package, `3.3 ' indicates the Ruby library compatibility
51- version. This package currently provides the `3.3 .x' branch of Ruby.
50+ In the name of this package, `3.4 ' indicates the Ruby library compatibility
51+ version. This package currently provides the `3.4 .x' branch of Ruby.
5252
53- Package: libruby3.3
53+ Package: libruby3.4
5454Section: libs
5555Multi-Arch: same
5656Architecture: any
@@ -63,42 +63,42 @@ Depends: rake (>= 10.4.2),
6363 ${misc:Depends},
6464 ${shlibs:Depends}
6565Provides: ${libruby:Provides}
66- Description: Libraries necessary to run Ruby 3.3
66+ Description: Libraries necessary to run Ruby 3.4
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.3 ' library, necessary to run Ruby 3.3 .
73- (API version 3.3 .0)
72+ This package includes the 'libruby-3.4 ' library, necessary to run Ruby 3.4 .
73+ (API version 3.4 .0)
7474
75- Package: ruby3.3 -dev
75+ Package: ruby3.4 -dev
7676Multi-Arch: same
7777Architecture: any
7878Depends: libgmp-dev,
79- libruby3.3 (= ${binary:Version}),
79+ libruby3.4 (= ${binary:Version}),
8080 ${misc:Depends},
8181 ${shlibs:Depends}
82- Recommends: ruby3.3 -doc
83- Description: Header files for compiling extension modules for the Ruby 3.3
82+ Recommends: ruby3.4 -doc
83+ Description: Header files for compiling extension modules for the Ruby 3.4
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.3 . It is also required to build
90+ to make extension library for Ruby 3.4 . It is also required to build
9191 many gems.
9292
93- Package: ruby3.3 -doc
93+ Package: ruby3.4 -doc
9494Multi-Arch: foreign
9595Section: doc
9696Architecture: all
9797Depends: ${misc:Depends}
98- Description: Documentation for Ruby 3.3
98+ Description: Documentation for Ruby 3.4
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.3 .
104+ This package contains the autogenerated documentation for Ruby 3.4 .
0 commit comments