diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 03:59:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 03:59:20 +0000 |
commit | d828f05db28c7da8028493a086c85ff5b7e7f0d2 (patch) | |
tree | 0cc42289c9ff719c4bf8c422a9f3716209e864a2 /debian | |
parent | Adding debian version 1.70.0+dfsg1-8.1. (diff) | |
download | rustc-debian/1.70.0+dfsg1-9.tar.xz rustc-debian/1.70.0+dfsg1-9.zip |
Adding debian version 1.70.0+dfsg1-9.debian/1.70.0+dfsg1-9
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 683702d6b..64c7159b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rustc (1.70.0+dfsg1-9) unstable; urgency=medium + + * temporarily skip git(-cli) tests + + -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Mon, 25 Mar 2024 17:47:08 +0100 + rustc (1.70.0+dfsg1-8.1) unstable; urgency=medium * Non-maintainer upload diff --git a/debian/control b/debian/control index f7cb8bd97..ef0204529 100644 --- a/debian/control +++ b/debian/control @@ -32,7 +32,8 @@ Build-Depends: liblzma-dev:native, # test dependencies: binutils (>= 2.26) <!nocheck> | binutils-2.26 <!nocheck>, - git <!nocheck>, +# temporarily disabled cause of #1066794 / t64 transition +# git <!nocheck>, procps <!nocheck>, # below are optional tools even for 'make check' gdb (>= 7.12) <!nocheck>, |