summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2024-11-11 15:28:27 +0000
committerJulian Andres Klode <jak@debian.org>2024-11-11 15:28:27 +0000
commitaefccbe09722c6a7a0911cb882622c96215eeec2 (patch)
treee19e12bd61ba8767915604129831948184532f7b /debian
parentf4e0e9daf221e840e122b0ffa97007aa512020a6 (diff)
parentd20575e93c38afb15fbc3e3bfc5e0e6a3903c299 (diff)
Merge branch 'stdarray' into 'main'
Fold char[APT_BUFFER_SIZE] and unique_ptr<char, APT_BUFFER_SIZE> into std::array<char, APT_BUFFER_SIZE> See merge request apt-team/apt!386
Diffstat (limited to 'debian')
-rw-r--r--debian/tests/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/tests/control b/debian/tests/control
index d2b2e32c6..eaee89942 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -8,4 +8,4 @@ Depends: @, @builddeps@, dpkg (>= 1.20.8), fakeroot, wget, stunnel4, lsof, db-ut
gnupg (>= 2) | gnupg2, gnupg1 | gnupg (<< 2),
gpgv (>= 2) | gpgv2, gpgv1 | gpgv (<< 2),
libfile-fcntllock-perl, python3-apt, aptitude,
- valgrind, gdb-minimal | gdb
+ valgrind-if-available, gdb-minimal | gdb