diff options
| author | Julian Andres Klode <jak@debian.org> | 2024-11-11 15:28:27 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2024-11-11 15:28:27 +0000 |
| commit | aefccbe09722c6a7a0911cb882622c96215eeec2 (patch) | |
| tree | e19e12bd61ba8767915604129831948184532f7b /debian | |
| parent | f4e0e9daf221e840e122b0ffa97007aa512020a6 (diff) | |
| parent | d20575e93c38afb15fbc3e3bfc5e0e6a3903c299 (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/control | 2 |
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 |
