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 | 091c01bc828d0d412461f847eb3c97f1404bafc4 (patch) | |
tree | 2a0fe4abfaf829a44d9c7b361864b3070dd44708 | |
parent | Releasing progress-linux version 1.70.0+dfsg1-8.1~progress7.99u1. (diff) | |
download | rustc-091c01bc828d0d412461f847eb3c97f1404bafc4.tar.xz rustc-091c01bc828d0d412461f847eb3c97f1404bafc4.zip |
Merging debian version 1.70.0+dfsg1-9.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-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 182cade42..b363ca870 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~progress7.99u1) graograman-backports; urgency=medium * Uploading to graograman-backports, remaining changes: diff --git a/debian/control b/debian/control index 0c3d8b26c..1e8f62990 100644 --- a/debian/control +++ b/debian/control @@ -35,7 +35,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>, |