1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
rust-is-terminal (0.4.13-1) unstable; urgency=medium
* Team upload.
* Package is-terminal 0.4.13 from crates.io using debcargo 2.6.1 (Closes: #1069664)
-- Blair Noctis <ncts@debian.org> Sun, 01 Sep 2024 01:08:29 +0000
rust-is-terminal (0.4.9-2) unstable; urgency=medium
* Team upload.
* Package is-terminal 0.4.9 from crates.io using debcargo 2.6.0
* Relax rustix dependency to ">= 0.37.0, < 1.0" to mitigate effects of
dependency cycle.
* Disable tests that depend on rustix::stdio, which did not exist in rustix
0.37, the functions existed in a different place, but there doesn't seem
a good way to conditionally use different locations based on the version
of a dependency.
-- Peter Michael Green <plugwash@debian.org> Sun, 08 Oct 2023 19:58:23 +0000
rust-is-terminal (0.4.9-1) experimental; urgency=medium
* Package is-terminal 0.4.9 from crates.io using debcargo 2.6.0
[ Fabian Grünbichler ]
* Team upload.
* Package is-terminal 0.4.9 from crates.io using debcargo 2.6.0
-- Peter Michael Green <plugwash@debian.org> Sun, 27 Aug 2023 19:04:55 +0000
rust-is-terminal (0.4.7-1) unstable; urgency=medium
* Team upload.
* Package is-terminal 0.4.7 from crates.io using debcargo 2.6.0
* Reinstate libc dev-dependency which seems to have been patched away by
mistake, breaking the autopkgtest.
* Stop patching rustix dependency, the version required by this upstream
version of is-terminal matches the version currently in Debian.
* Update disable-windows.diff for new upstream.
-- Peter Michael Green <plugwash@debian.org> Sun, 02 Jul 2023 23:22:31 +0000
rust-is-terminal (0.4.3-1) unstable; urgency=medium
* Package is-terminal 0.4.3 from crates.io using debcargo 2.6.0
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 24 Jun 2023 12:52:30 +0200
|