ruby-tty-screen (0.8.2-1)
[PTS] [DDPO]
COMMITS: VCS has seen 1 commit since the debian/0.8.2-1 tag
- Git: https://salsa.debian.org/ruby-team/ruby-tty-screen.git
-
- Branch: debian/latest
- Path: debian/changelog
- Repo size: 69632
- Browser: https://salsa.debian.org/ruby-team/ruby-tty-screen
- Last scan: 2026-09-11 01:56:04+00
- Error: https://salsa.debian.org/api/v4/projects/ruby-team%2Fruby-tty-screen API request failed: 401 Unauthorized at /srv/qa.debian.org/data/vcswatch/vcswatch line 410.
- Next scan: 2026-09-16 05:08:00+00
- Debian changelog in Git:
ruby-tty-screen (0.8.2-1) unstable; urgency=medium
[ Simon Quigley ]
* New upstream release.
* Remove reverse-applicable test-endianness.patch.
* Drop {XS,XB}-Ruby-Versions from control.
* Update Standards-Version to 4.7.2, no changes needed.
[ Gabriel Filion ]
* Move to watch version 5
* Ignore performance tests
* Bump standards version to 4.7.4
-- Gabriel Filion <gabster@lelutin.ca> Sun, 06 Sep 2026 15:59:53 -0400
- This branch is 1 commit ahead of tag debian/0.8.2-1
- Git log:
commit 9b4aea481f32b7aa45072eda3a77edd501068155
Author: Gabriel Filion <gabriel@koumbit.org>
Date: Thu Sep 10 21:04:40 2026 -0400
Patch 001-avoid-perf-tests is not necessary
With the test exclusion being now fixed to avoid running any file in the
`perf` subdirectory, we don't need to patch out the rspec-benchmark gem
anymore.
Discussion with upstream continued a bit in
https://github.com/piotrmurach/tty-screen/issues/22 and they pointed out
that it should not be necessary anymore to patch out the Gemfile since
I've fixed the test exclusion. Indeed, package build and autopkgtest run
well even without the patch.
We're better off removing the patch if it's not necessary.