I think I'd better rip these defines outright. Will push 1.1.1 in a few
days.

On 5 Aug 2016 00:27, "Chris Lamb" <la...@debian.org> wrote:

> Hey,
>
>   +-AC_SUBST(user, [`whoami`@`hostname`])
>   ++BUILT_BY="\"`dpkg-vendor --query vendor`\""
>   ++AC_SUBST(user, [$BUILT_BY])
>
> TIL about dpkg-vendor, thanks! But alas, this means it cannot go upstream
> as it assumes dpkg, etc. Did you consider something like:
>
>   --- a/debian/rules    2016-08-04 20:04:58.393277517 +0100
>   --- b/debian/rules    2016-08-04 22:14:14.065476092 +0100
>   @@ -2,6 +2,8 @@
>    # -*- makefile -*-
>
>    DPKG_EXPORT_BUILDFLAGS = 1
>   +DEB_CXXFLAGS_MAINT_APPEND = -DBUILT_BY=\\\"aghermann@
> packages.debian.org\\\"
>   +
>    include /usr/share/dpkg/buildflags.mk
>
>    %:
>
>
> Regards,
>
> --
>       ,''`.
>      : :'  :     Chris Lamb
>      `. `'`      la...@debian.org / chris-lamb.co.uk
>        `-
>

Reply via email to