From: Matthias Geiger Date: Mon, 12 Jan 2026 14:59:32 +0000 (+0100) Subject: d/control: Add Built-Using for binary packages X-Git-Tag: archive/raspbian/2.11.3-2+rpi1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6c3a314e727898404e46b49a0b389cf5392f78da;p=utf8proc.git d/control: Add Built-Using for binary packages --- diff --git a/debian/control b/debian/control index f3a73e3..139d716 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,7 @@ Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} +Built-Using: ${Built-Using} Description: C library for processing UTF-8 Unicode data (shared library) utf8proc is a small, clean C library that provides Unicode normalization, case-folding, and other operations for data in the UTF-8 encoding, supporting @@ -25,6 +26,7 @@ Section: libdevel Architecture: any Multi-Arch: same Depends: libutf8proc3 (= ${binary:Version}), ${misc:Depends} +Built-Using: ${Built-Using} Description: C library for processing UTF-8 Unicode data (development files) utf8proc is a small, clean C library that provides Unicode normalization, case-folding, and other operations for data in the UTF-8 encoding, supporting