Hi,

On 2025-05-30 12:22, Aurelien Jarno wrote:
> control: tag -1 + patch
> 
> Hi,
> 
> On 2025-05-29 22:43, Aurelien Jarno wrote:
> > Package: balboa-backend-common
> > Version: 2.0.0+ds-5
> > Severity: serious
> > Justification: Policy 7.8
> > 
> > Dear maintainer,
> > 
> > The balboa package provides /usr/bin/balboa-backend-console which is
> > statically linked against glibc.
> > 
> > glibc is mostly using a LGPL license which requires that the full source
> > code of the incorporating binary package be made available. According to
> > Debian Policy ยง7.8 [1] such a binary package MUST list the glibc source
> > package (and possibly others) in the Built-Using: field.
> 
> Please find attached a patch to fix that issue.

In the meantime I have been pointed out at dh-builtusing. Please find 
attached a patch with that alternative.

Regards
Aurelien

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
aurel...@aurel32.net                     http://aurel32.net
--- balboa-2.0.0+ds/debian/control
+++ balboa-2.0.0+ds/debian/control
@@ -4,6 +4,7 @@
 Maintainer: Sascha Steinbiss <sa...@debian.org>
 Build-Depends: debhelper-compat (= 13),
  dh-golang,
+ dh-sequence-builtusing,
  golang-go (>= 2:1.9),
  golang-github-machinebox-graphql-dev,
  golang-github-graph-gophers-graphql-go-dev,
@@ -42,6 +43,7 @@
 Package: balboa-backend-common
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Built-Using: ${dh-builtusing:libc-dev-bin}
 Recommends: balboa
 Description: Common files for balboa backends
  balboa is the BAsic Little Book Of Answers. It consumes and indexes

Reply via email to