Skip to content

Commit c2bc86a

Browse files
committed
Merge branch 'topic/ruby2.4'
2 parents 3a8917d + 24db680 commit c2bc86a

27 files changed

+688
-308
lines changed

debian/README.source

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
Upstream tarballs
2-
=================
3-
4-
Ruby released tarballs will modify/remove files during the clean target, what
5-
would force the maintainers to shuffle those files around to make sure the
6-
source directory matches the upstream tarball after `debian/rules clean`.
7-
Because of this, and since we are already using dh_autoreconf anyway, the orig
8-
tarballs used in this package come from the git repository at
9-
https://github.com/ruby/ruby (see debian/watch).
10-
11-
After downloading with uscan, it's usually a good idea to recompress with xz as
12-
it makes the tarball a lot smaller.
13-
141
Additional sources
152
==================
163

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
ruby2.4 (2.4.0-0nkmi1) unstable; urgency=medium
2+
3+
* Ruby 2.4!
4+
* Removed --dbgsym-migration from dh_strip
5+
6+
-- Sorah Fukumori <[email protected]> Tue, 22 Nov 2016 18:23:16 +0000
7+
18
ruby2.3 (2.3.3-0nkmi1) unstable; urgency=medium
29

310
* new upstream version

debian/control

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Source: ruby2.3
1+
Source: ruby2.4
22
Section: ruby
33
Priority: optional
44
Maintainer: Sorah Fukumori <[email protected]>
@@ -30,7 +30,7 @@ Vcs-Git: https://anonscm.debian.org/git/collab-maint/ruby.git
3030
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/ruby.git
3131
Testsuite: autopkgtest
3232

33-
Package: ruby2.3
33+
Package: ruby2.4
3434
Multi-Arch: allowed
3535
Architecture: any
3636
Depends: 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
5151
Section: libs
5252
Multi-Arch: same
5353
Architecture: 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
6767
Section: libs
6868
Multi-Arch: same
6969
Architecture: any
7070
Depends: ${misc:Depends}, ${shlibs:Depends}
7171
Description: Bundled gems
7272

73-
Package: ruby2.3-dev
73+
Package: ruby2.4-dev
7474
Multi-Arch: same
7575
Architecture: any
7676
Depends: 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
9191
Section: doc
9292
Architecture: all
9393
Depends: ${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.

debian/copyright

Lines changed: 331 additions & 0 deletions
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.
File renamed without changes.

debian/manpages/gem2.3.1

Lines changed: 0 additions & 42 deletions
This file was deleted.

debian/manpages/gem2.3.rd

Lines changed: 0 additions & 41 deletions
This file was deleted.

debian/manpages/gem2.4.1

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
.\" DO NOT MODIFY THIS FILE! it was generated by rd2
2+
.TH GEM.4 1 "July 2014"
3+
.SH NAME
4+
.PP
5+
gem.4 \- frontend to RubyGems, the Ruby package manager
6+
.SH SYNOPSIS
7+
.PP
8+
gem.4 command [arguments...] [options...]
9+
.SH DESCRIPTION
10+
.PP
11+
gem.4 is the frontend to RubyGems, the standard package manager for Ruby.
12+
This is a basic help message containing pointers to more information.
13+
.PP
14+
Further help:
15+
.TP
16+
.fi
17+
.B
18+
gem.4 help commands
19+
list all gem.4 commands
20+
.TP
21+
.fi
22+
.B
23+
gem.4 help examples
24+
shows some examples of usage
25+
.TP
26+
.fi
27+
.B
28+
gem.4 help COMMAND
29+
show help on COMMAND, (e.g. 'gem.4 help install')
30+
.SH LINKS
31+
.PP
32+
http://rubygems.org/
33+
.SH EXAMPLES
34+
.PP
35+
gem.4 install rake
36+
gem.4 list \-\-local
37+
gem.4 build package.gemspec
38+
gem.4 help install
39+
.SH SEE ALSO
40+
.PP
41+
bundle(1)
42+

0 commit comments

Comments
 (0)