rubygems (3.4.20-1) unstable; urgency=medium * Upload to unstable -- Antonio Terceiro Thu, 19 Oct 2023 18:46:05 -0300 rubygems (3.4.20-1~0) experimental; urgency=medium * New upstream version 3.4.20 * debian/ruby-tests.skip: add 2 new tests * Refresh patch * Gem::Platform: emulate 3.3.15 behavior on Ruby 3.1 rubygems 3.4 calls a Linux platform something like aarch64-linux-gnu, where 3.3 called it just aarch64-linux. Given all the existing native extensions for Ruby 3.1 in the Debian archive had been built using rubygems 3.3, let's keep the old behavior on Ruby 3.1 as to not immediately break all the existing extensions. * debian/ruby-tests.rake: skip Gem::Platform tests under ruby 3.1 * debian/ruby-tests.rake: don't load upstream Rakefile * debian/rules: adapt path to `gem` executable to the current upstream release * autopkgtest: rename test `testsuite` to `bundle-install-rails` * autopkgtest: bundle-install-rails: depend on libyaml-dev -- Antonio Terceiro Mon, 16 Oct 2023 16:39:46 -0300 rubygems (3.3.15-2) unstable; urgency=medium * Team upload * Fix debian/watch -- Lucas Nussbaum Sun, 01 Jan 2023 09:50:51 +0100 rubygems (3.3.15-1) unstable; urgency=medium * New upstream release. * Add ruby-test-unit (>= 3.3.9~) as b-d (Closes: 1008361) (LP: #1976264) * d/ruby-tests.skip: add more tests trying to execute commands on the system * Declare compliance with Debian Policy 4.6.1 -- Lucas Kanashiro Thu, 02 Jun 2022 16:23:32 -0300 rubygems (3.3.5-2) unstable; urgency=medium * Don't consider gems provided by Debian packages as deleted (Closes: #1004195) -- Antonio Terceiro Fri, 28 Jan 2022 11:53:50 -0300 rubygems (3.3.5-1) unstable; urgency=medium * New upstream release (LP: #1946190). * Remove patch, already applied by upstream * d/ruby-tests.skip: add tests trying to write in /var/lib/gems -- Lucas Kanashiro Fri, 21 Jan 2022 12:06:47 -0300 rubygems (3.2.27-3) unstable; urgency=medium * Team upload. * d/bundler.docs: Add bundler/UPGRADING.md. * d/control (Standards-Version): Don't use the minor patch level. (Build-Depends): Add ruby-webrick (closes: #996526). * d/copyright: Add bundler copyright and license information. (Copyright): Update and add team. * d/watch: Update file. -- Daniel Leidert Tue, 23 Nov 2021 23:36:03 +0100 rubygems (3.2.27-2) unstable; urgency=medium * ruby-rubygems: make package installable when cross building. Change dependency from ruby to ruby:any -- Antonio Terceiro Sun, 17 Oct 2021 13:17:21 -0300 rubygems (3.2.27-1) unstable; urgency=medium [ Lucas Kanashiro ] * New upstream release. * Remove patches, all applied by upstream \o/ [ Antonio Terceiro ] * debian/ruby-tests.rake: follow changes in upstream test suite [ Lucas Kanashiro ] * d/ruby-tests.skip: skip some tests - Add tests which rely on running system commands - Add test which tries to build a gem native extension * d/p/0001-Use-pend-instead-of-skip-in-test-helper.patch: fix tests relying on git. * d/control: use ${ruby:Depends} instead of depending directly on ruby * Declare compliance with Debian Policy 4.6.0.1 -- Lucas Kanashiro Thu, 23 Sep 2021 16:46:14 -0300 rubygems (3.2.5-2) unstable; urgency=medium [ Antonio Terceiro ] * Skip tests that fail if Gem.disable_system_update_message is set -- Lucas Kanashiro Wed, 13 Jan 2021 16:45:32 -0300 rubygems (3.2.5-1) unstable; urgency=medium * New upstream release. -- Lucas Kanashiro Tue, 12 Jan 2021 09:31:00 -0300 rubygems (3.2.4-2) unstable; urgency=medium * d/p/0003-Gem-Ext-Builder-accept-custom-make-command-with-extr.patch: make extension builder accept custom make command. * d/ruby-tests.skip: re-enable some tests and skip new ones. The new patch applied makes some tests pass again but there still are some escape issues. -- Lucas Kanashiro Mon, 11 Jan 2021 17:23:29 -0300 rubygems (3.2.4-1) unstable; urgency=medium * New upstream release. * d/ruby-tests.skip: add the failing tests related to native extensions. There is an issue on how those tests are set up to build native extensions, needs further investigation. * d/ruby-bundler.manpages: update path of the manpages changed by upstream. * Declare compliance with Debian Policy 4.5.1. -- Lucas Kanashiro Fri, 08 Jan 2021 17:49:46 -0300 rubygems (3.2.0~rc.2-6) unstable; urgency=medium * debian/control: fix installability issue on i386. - Make ruby-rubygems depend on ruby:any. - Mark ruby-rubygems as Multi-Arch: foreign. -- Lucas Kanashiro Thu, 07 Jan 2021 09:26:56 -0300 rubygems (3.2.0~rc.2-5) unstable; urgency=medium * d/t/autopkgtest-pkg-ruby.conf: add dependency on build-essential. The DEP-8 test generated by autodep8 requires build-essential to build a native gem. -- Lucas Kanashiro Mon, 07 Dec 2020 18:46:19 -0300 rubygems (3.2.0~rc.2-4) unstable; urgency=medium * d/t/testsuite: do not create a predictable tmp dir, it might exist already. * d/ruby-tests.rake: set the test dir when executed with autopkgtest. * d/ruby-tests.skip: add tests failing with autopkgtest. Those are harmless tests, they fail due to rubygems-integration changes. * d/t/control: - Split the tests in different paragraphs. We can have a tighter definition of restrictions and dependencies for each test. - Add needs-internet restriction to testsuite. - Make testsuite build depend on build dependencies. * d/control: - Add b-d on ruby-dev. - Remove unneeded build and runtime dependencies. They are ruby-molinillo, ruby-thor, ruby-net-http-persistent. They are shipped as vendor code. -- Lucas Kanashiro Fri, 27 Nov 2020 15:11:02 -0300 rubygems (3.2.0~rc.2-3) unstable; urgency=medium * Remove d/p/0001-Replace-bundled-libraries-with-system-versions.patch. bundler has some custom code on top of the bundled libraries which is needed to make it work properly. Due to that is not possible to use external code at the moment. * d/t/testsuite: properly set local path according to bundler 2. The --path option in the bundle call is deprecated. -- Lucas Kanashiro Thu, 26 Nov 2020 11:14:41 -0300 rubygems (3.2.0~rc.2-2) unstable; urgency=medium * Skip tests which require Internet connection (Closes: #974102) -- Lucas Kanashiro Wed, 18 Nov 2020 15:07:01 -0300 rubygems (3.2.0~rc.2-1) unstable; urgency=medium * Update Net::HTTP::Persistent path in the patch to use the system version. * New upstream version 3.2.0~rc.2 -- Lucas Kanashiro Mon, 09 Nov 2020 10:32:00 -0300 rubygems (3.2.0~rc.1-3) unstable; urgency=medium * d/p/0001-Replace-bundled-libraries-with-system-versions.patch: make bundler use libraries from the system. * Add b-d on ruby-molinillo and ruby-thor. * Add patches to make bundler better handle temporary directories: - d/p/0002-Don-t-use-insecure-temporary-directory-as-home-direc.patch - d/p/0003-Remove-temporary-home-directories.patch * Add debian revision to bundler version string (Closes: #972490) -- Lucas Kanashiro Thu, 05 Nov 2020 16:09:55 -0300 rubygems (3.2.0~rc.1-2) unstable; urgency=medium [ Cédric Boutillier ] * Update team name * Add .gitattributes to keep unwanted files out of the source package -- Lucas Kanashiro Sun, 18 Oct 2020 23:41:21 -0300 rubygems (3.2.0~rc.1-1) unstable; urgency=medium * Initial release. - Upstream bundler source code is now hosted in the same git repository as rubygems, due to that this new source package is introduced and it will provide the binaries previously provided by src:bundler (ruby-bundler and bundler). src:bundler will be removed after src:rubygems is accepted. -- Lucas Kanashiro Fri, 17 Jul 2020 16:11:02 -0300