diff options
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>, |