Skip to content

Commit 14457d8

Browse files
committed
Merge branch 'master-2.3' into dist/2.3/trusty
2 parents 697d69b + c6a8969 commit 14457d8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

debian/changelog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
ruby2.3 (2.3.1-5nkmi3) UNRELEASED; urgency=medium
2+
3+
* remove rake dep
4+
* fix typo (couldn't build on xenial)
5+
6+
-- Sorah Fukumori <[email protected]> Tue, 12 Jul 2016 12:41:45 +0000
7+
18
ruby2.3 (2.3.1-5nkmi2~trusty) trusty; urgency=medium
29

310
* Backported trunk tool/downloader.rb to build on trusty
@@ -6,7 +13,6 @@ ruby2.3 (2.3.1-5nkmi2~trusty) trusty; urgency=medium
613
-- Sorah Fukumori <[email protected]> Tue, 12 Jul 2016 17:09:19 +0000
714

815
ruby2.3 (2.3.1-5nkmi1~trusty) trusty; urgency=medium
9-
1016
* init from sorah (nkmi)
1117
* remove tcltk
1218
* ruby2.3-gems package for bundled gems

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export RUBY_VERSION := $(patsubst ruby%,%,$(SOURCE))
1717
export RUBY_API_VERSION := $(RUBY_VERSION).0
1818

1919
# Gem::Security is required, so use ruby 2.0 or later
20-
baseruby=$(shell test -x /usr/bin/ruby && ruby -rgem/security -e0 2>/dev/null && echo /usr/bin/ruby || echo /usr/bin/ruby2.0)
20+
baseruby=$(shell test -x /usr/bin/ruby && ruby -rrubygems/security -e0 2>/dev/null && echo /usr/bin/ruby || echo /usr/bin/ruby2.0)
2121

2222
configure_options += --enable-multiarch
2323
configure_options += --target=$(DEB_HOST_MULTIARCH)

0 commit comments

Comments
 (0)