Version in base suite: 2.66-4+deb12u1 Version in overlay suite: 2.66-4+deb12u1 Base version: libcap2_2.66-4+deb12u1 Target version: libcap2_2.66-4+deb12u2 Base file: /srv/ftp-master.debian.org/ftp/pool/main/libc/libcap2/libcap2_2.66-4+deb12u1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/libc/libcap2/libcap2_2.66-4+deb12u2.dsc changelog | 7 +++++++ control | 1 + rules | 3 +++ 3 files changed, 11 insertions(+) diff -Nru libcap2-2.66/debian/changelog libcap2-2.66/debian/changelog --- libcap2-2.66/debian/changelog 2025-03-15 12:43:35.000000000 +0000 +++ libcap2-2.66/debian/changelog 2025-05-30 10:13:17.000000000 +0000 @@ -1,3 +1,10 @@ +libcap2 (1:2.66-4+deb12u2) bookworm; urgency=medium + + [ Aurelien Jarno ] + * Add missing Built-Using: glibc (Closes: #1106802) + + -- Christian Kastner Fri, 30 May 2025 12:13:17 +0200 + libcap2 (1:2.66-4+deb12u1) bookworm; urgency=medium * Cherry-pick patch fixing CVE-2025-1390. diff -Nru libcap2-2.66/debian/control libcap2-2.66/debian/control --- libcap2-2.66/debian/control 2025-03-15 12:43:35.000000000 +0000 +++ libcap2-2.66/debian/control 2025-05-30 10:13:17.000000000 +0000 @@ -45,6 +45,7 @@ Section: libdevel Architecture: linux-any Multi-Arch: same +Built-Using: ${misc:Built-Using} Depends: libcap2 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Suggests: manpages-dev Provides: libcap2-dev diff -Nru libcap2-2.66/debian/rules libcap2-2.66/debian/rules --- libcap2-2.66/debian/rules 2025-03-15 12:43:35.000000000 +0000 +++ libcap2-2.66/debian/rules 2025-05-30 10:13:17.000000000 +0000 @@ -111,3 +111,6 @@ dh_makeshlibs -V'libcap2 (>= $(SHLIBS_MINVER))' -plibcap2 \ --add-udeb=libcap2-udeb -- -c4 dh_makeshlibs --remaining-packages -- -c4 + +override_dh_gencontrol: + dh_gencontrol -- -Vmisc:Built-Using="$(shell dpkg-query -f '$${source:Package} (= $${source:Version})' -W libc-dev-bin)"