On Mon, 2021-06-14 at 08:24:38 +0200, Marc Haber wrote:
> Package: dpkg-dev
> Version: 1.20.9
> Severity: minor
> File: /usr/bin/dpkg-buildpackage

> this occurred to me while building a source-only upload:
> 
> | dpkg-source: warning: upstream signing key but no upstream tarball signature
> | dpkg-source: info: using source format '3.0 (quilt)'
> | dpkg-source: info: building aide using existing ./aide_0.17.3.orig.tar.gz
> | dpkg-source: info: building aide in aide_0.17.3-4.debian.tar.xz
> | dpkg-source: info: building aide in aide_0.17.3-4.dsc
> |  dpkg-genbuildinfo --build=source
> |  dpkg-genchanges --build=source >../aide_0.17.3-4_source.changes
> | dpkg-genchanges: info: not including original source code in upload
> |  dpkg-source -i -I --after-build .
> | dpkg-buildpackage: info: binary and diff upload (original source NOT 
> included)
> 
> The text "info: binary and diff upload" is wrong and should be fixed.

Ah, right, this seems to have been a regression from when
.debian.tar.* support got added. It's just missing to anchor the regex
at the end of the string. I'll queue a patch fixing this.

Thanks,
Guillem

Reply via email to