diff options
| author | Sergio Durigan Junior <sergiodj@debian.org> | 2025-01-11 00:19:01 -0500 |
|---|---|---|
| committer | Sergio Durigan Junior <sergiodj@debian.org> | 2025-01-11 00:19:01 -0500 |
| commit | f2eca72541ebd198c035d2e07a08a8fb536c176b (patch) | |
| tree | bf2ee13160e435723484f3a04276aa77b4c6a99b /debian | |
| parent | 20c9b6894790ef5f9b763e429dbd8f51c2e091e2 (diff) | |
d/t/control: Don't depend on gdb-minimal.
gdb-minimal will soon be dropped from the archive; it doesn't offer
any advantages over the gdb binary package. Just depend on gdb
directly.
Signed-off-by: Sergio Durigan Junior <sergiodj@debian.org>
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 67cbe25b4..9f094a89d 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -12,4 +12,4 @@ Depends: @, @builddeps@, dpkg (>= 1.20.8), expect, fakeroot, wget, stunnel4, lso moreutils, jq, libfile-fcntllock-perl, python3-apt, aptitude, - valgrind-if-available [!armhf !ppc64el], gdb-minimal | gdb + valgrind-if-available [!armhf !ppc64el], gdb |
