1- Source: ruby2.3
1+ Source: ruby2.4
22Section: ruby
33Priority: optional
44Maintainer: Sorah Fukumori <
[email protected] >
@@ -30,7 +30,7 @@ Vcs-Git: https://anonscm.debian.org/git/collab-maint/ruby.git
3030Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/ruby.git
3131Testsuite: autopkgtest
3232
33- Package: ruby2.3
33+ Package: ruby2.4
3434Multi-Arch: allowed
3535Architecture: any
3636Depends: rubygems-integration (>= 1.8),
@@ -44,57 +44,57 @@ Description: Interpreter of object-oriented scripting language Ruby
4444 files and to do system management tasks (as in perl). It is simple,
4545 straight-forward, and extensible.
4646 .
47- In the name of this package, `2.3 ' indicates the Ruby library compatibility
48- version. This package currently provides the `2.3 .x' branch of Ruby.
47+ In the name of this package, `2.4 ' indicates the Ruby library compatibility
48+ version. This package currently provides the `2.4 .x' branch of Ruby.
4949
50- Package: libruby2.3
50+ Package: libruby2.4
5151Section: libs
5252Multi-Arch: same
5353Architecture: any
54- Depends: ruby2.3 -gems (= ${binary:Version}),
54+ Depends: ruby2.4 -gems (= ${binary:Version}),
5555 ${misc:Depends},
5656 ${shlibs:Depends}
57- Description: Libraries necessary to run Ruby 2.3
57+ Description: Libraries necessary to run Ruby 2.4
5858 Ruby is the interpreted scripting language for quick and easy
5959 object-oriented programming. It has many features to process text
6060 files and to do system management tasks (as in perl). It is simple,
6161 straight-forward, and extensible.
6262 .
63- This package includes the 'libruby-2.3 ' library, necessary to run Ruby 2.3 .
64- (API version 2.3 .0)
63+ This package includes the 'libruby-2.4 ' library, necessary to run Ruby 2.4 .
64+ (API version 2.4 .0)
6565
66- Package: ruby2.3 -gems
66+ Package: ruby2.4 -gems
6767Section: libs
6868Multi-Arch: same
6969Architecture: any
7070Depends: ${misc:Depends}, ${shlibs:Depends}
7171Description: Bundled gems
7272
73- Package: ruby2.3 -dev
73+ Package: ruby2.4 -dev
7474Multi-Arch: same
7575Architecture: any
7676Depends: libgmp-dev,
77- libruby2.3 (= ${binary:Version}),
77+ libruby2.4 (= ${binary:Version}),
7878 ${misc:Depends},
7979 ${shlibs:Depends}
80- Description: Header files for compiling extension modules for the Ruby 2.3
80+ Description: Header files for compiling extension modules for the Ruby 2.4
8181 Ruby is the interpreted scripting language for quick and easy
8282 object-oriented programming. It has many features to process text
8383 files and to do system management tasks (as in perl). It is simple,
8484 straight-forward, and extensible.
8585 .
8686 This package contains the header files and the mkmf library, necessary
87- to make extension library for Ruby 2.3 . It is also required to build
87+ to make extension library for Ruby 2.4 . It is also required to build
8888 many gems.
8989
90- Package: ruby2.3 -doc
90+ Package: ruby2.4 -doc
9191Section: doc
9292Architecture: all
9393Depends: ${misc:Depends}
94- Description: Documentation for Ruby 2.3
94+ Description: Documentation for Ruby 2.4
9595 Ruby is the interpreted scripting language for quick and easy
9696 object-oriented programming. It has many features to process text
9797 files and to do system management tasks (as in perl). It is simple,
9898 straight-forward, and extensible.
9999 .
100- This package contains the autogenerated documentation for Ruby 2.3 .
100+ This package contains the autogenerated documentation for Ruby 2.4 .
0 commit comments