summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control3
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>,