Package: debhelper
Version: 11.3.4
Severity: serious

Dear Niels et al:

Apparently this version of debhelper breaks some packages like
"trivial-features":

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/trivial-features.html

dh clean
dh: No packages to build. Architecture mismatch: amd64, want: 
 debian/rules build
 dh build
 dh: No packages to build. Architecture mismatch: amd64, want: 
  fakeroot debian/rules binary
  dh binary
  dh: No packages to build. Architecture mismatch: amd64, want: 
   dpkg-genbuildinfo --build=binary
   dpkg-genbuildinfo: error: binary build with no binary artifacts
found; .buildinfo is meaningless
dpkg-buildpackage: error: dpkg-genbuildinfo --build=binary subprocess
returned exit status 25

This package has a minimalistic debian/rules:

#!/usr/bin/make -f
%:
        dh $@

and a debian/control file with a single binary package which is "Arch: all".

Additionally, the "babl" package fails in a similar way when built
with "dpkg-buildpackage -A" (not visible this one in reproducible
builds because they do plain "dpkg-buildpackage").

I'm reporting this problem here as I think this is a regression in
debhelper, but if it's not please tell me and I will file individual
reports on the other packages.

Thanks.

Reply via email to