[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1107253: bookworm-pu: package libcap2/1:2.66-4+deb12u2



On 2025-06-03 23:00, Christian Kastner wrote:
> libcap2 was recently unblocked in unstable (#1107115); this takes one
> fix from it, to close an RC bug in stable.

Please find attached a new debdiff that fixes an important whitespace
issue (line break where none was expected).

Best,
Christian
diff -Nru libcap2-2.66/debian/changelog libcap2-2.66/debian/changelog
--- libcap2-2.66/debian/changelog	2025-03-15 13:43:35.000000000 +0100
+++ libcap2-2.66/debian/changelog	2025-05-30 12:13:17.000000000 +0200
@@ -1,3 +1,10 @@
+libcap2 (1:2.66-4+deb12u2) bookworm; urgency=medium
+
+  [ Aurelien Jarno ]
+  * Add missing Built-Using: glibc (Closes: #1106802)
+
+ -- Christian Kastner <ckk@debian.org>  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 13:43:35.000000000 +0100
+++ libcap2-2.66/debian/control	2025-05-30 12:13:17.000000000 +0200
@@ -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 13:43:35.000000000 +0100
+++ libcap2-2.66/debian/rules	2025-05-30 12:13:17.000000000 +0200
@@ -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)"

Reply to: