control: reopen -1
control: tag -1 + patch

Hi,

On 2025-05-30 10:07, Debian Bug Tracking System wrote:
> This is an automatic notification regarding your Bug report
> which was filed against the tini package:
> 
> #1106807: tini: statically linked against glibc without a Built-Using: field
> 
> It has been closed by Debian FTP Masters <ftpmas...@ftp-master.debian.org> 
> (reply to ChangZhuo Chen (陳昌倬) <czc...@debian.org>).

Thanks for the quick fix. Unfortunately, as I wasn't clear enough in the 
original bug report, your changes does not fix the issue. Sorry about 
that.

Please find attached a patch to fix the issue.

Regards
Aurelien

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
aurel...@aurel32.net                     http://aurel32.net
--- tini-0.19.0/debian/control
+++ tini-0.19.0/debian/control
@@ -4,7 +4,6 @@
 Maintainer: ChangZhuo Chen (陳昌倬) <czc...@debian.org>
 Build-Depends: debhelper-compat (= 13),
                cmake (>= 2.8.0),
-Built-Using: glibc
 Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Homepage: https://github.com/krallin/tini
@@ -13,6 +12,7 @@
 
 Package: tini
 Architecture: any
+Built-Using: ${misc:Built-Using}
 Depends: ${misc:Depends},
          ${shlibs:Depends}
 Description: tiny but valid init for containers
--- tini-0.19.0/debian/rules
+++ tini-0.19.0/debian/rules
@@ -4,3 +4,6 @@
 
 %:
        dh $@
+
+override_dh_gencontrol:
+       dh_gencontrol -- -Vmisc:Built-Using="$(shell dpkg-query -f 
'$${source:Package} (= $${source:Version})' -W libc-dev-bin)"

Attachment: signature.asc
Description: PGP signature

Reply via email to