1
- Source: ruby3.3
1
+ Source: ruby3.4
2
2
Section: ruby
3
3
Priority: optional
4
4
Maintainer: Sorah Fukumori <
[email protected] >
@@ -18,7 +18,7 @@ Build-Depends: bison,
18
18
openssl <!nocheck>,
19
19
pkg-config,
20
20
procps <!nocheck>,
21
- ruby3.3 :native <cross>,
21
+ ruby3.4 :native <cross>,
22
22
rubygems-integration (>= 1.6) <!nocheck>,
23
23
systemtap-sdt-dev [linux-any],
24
24
tzdata,
@@ -29,7 +29,7 @@ Vcs-Git: https://github.com/sorah-rbpkg/ruby
29
29
Vcs-Browser: https://github.com/sorah-rbpkg/ruby
30
30
Rules-Requires-Root: no
31
31
32
- Package: ruby3.3
32
+ Package: ruby3.4
33
33
Multi-Arch: allowed
34
34
Architecture: any
35
35
Depends: rubygems-integration (>= 1.17.1~),
@@ -42,60 +42,60 @@ Description: Interpreter of object-oriented scripting language Ruby
42
42
files and to do system management tasks (as in perl). It is simple,
43
43
straight-forward, and extensible.
44
44
.
45
- In the name of this package, `3.3 ' indicates the Ruby library compatibility
46
- version. This package currently provides the `3.3 .x' branch of Ruby.
45
+ In the name of this package, `3.4 ' indicates the Ruby library compatibility
46
+ version. This package currently provides the `3.4 .x' branch of Ruby.
47
47
48
- Package: libruby3.3
48
+ Package: libruby3.4
49
49
Section: libs
50
50
Multi-Arch: same
51
51
Architecture: any
52
- Depends: ruby3.3 -gems (= ${binary:Version}),
52
+ Depends: ruby3.4 -gems (= ${binary:Version}),
53
53
${misc:Depends},
54
54
${shlibs:Depends}
55
55
Provides: ${libruby:Provides}
56
- Description: Libraries necessary to run Ruby 3.3
56
+ Description: Libraries necessary to run Ruby 3.4
57
57
Ruby is the interpreted scripting language for quick and easy
58
58
object-oriented programming. It has many features to process text
59
59
files and to do system management tasks (as in perl). It is simple,
60
60
straight-forward, and extensible.
61
61
.
62
- This package includes the 'libruby-3.3 ' library, necessary to run Ruby 3.3 .
63
- (API version 3.3 .0)
62
+ This package includes the 'libruby-3.4 ' library, necessary to run Ruby 3.4 .
63
+ (API version 3.4 .0)
64
64
65
- Package: ruby3.3 -gems
65
+ Package: ruby3.4 -gems
66
66
Section: libs
67
67
Multi-Arch: same
68
68
Architecture: any
69
69
Depends: ${misc:Depends}, ${shlibs:Depends}
70
70
Description: Bundled gems
71
71
72
- Package: ruby3.3 -dev
72
+ Package: ruby3.4 -dev
73
73
Multi-Arch: same
74
74
Architecture: any
75
75
Depends: libgmp-dev,
76
- libruby3.3 (= ${binary:Version}),
76
+ libruby3.4 (= ${binary:Version}),
77
77
${misc:Depends},
78
78
${shlibs:Depends}
79
- Recommends: ruby3.3 -doc
80
- Description: Header files for compiling extension modules for the Ruby 3.3
79
+ Recommends: ruby3.4 -doc
80
+ Description: Header files for compiling extension modules for the Ruby 3.4
81
81
Ruby is the interpreted scripting language for quick and easy
82
82
object-oriented programming. It has many features to process text
83
83
files and to do system management tasks (as in perl). It is simple,
84
84
straight-forward, and extensible.
85
85
.
86
86
This package contains the header files and the mkmf library, necessary
87
- to make extension library for Ruby 3.3 . It is also required to build
87
+ to make extension library for Ruby 3.4 . It is also required to build
88
88
many gems.
89
89
90
- Package: ruby3.3 -doc
90
+ Package: ruby3.4 -doc
91
91
Multi-Arch: foreign
92
92
Section: doc
93
93
Architecture: all
94
94
Depends: ${misc:Depends}
95
- Description: Documentation for Ruby 3.3
95
+ Description: Documentation for Ruby 3.4
96
96
Ruby is the interpreted scripting language for quick and easy
97
97
object-oriented programming. It has many features to process text
98
98
files and to do system management tasks (as in perl). It is simple,
99
99
straight-forward, and extensible.
100
100
.
101
- This package contains the autogenerated documentation for Ruby 3.3 .
101
+ This package contains the autogenerated documentation for Ruby 3.4 .
0 commit comments