Fix empty fields in first hypervisor log line
authorHans van Kranenburg <hans@knorrie.org>
Thu, 3 Jan 2019 21:03:06 +0000 (22:03 +0100)
committerHans van Kranenburg <hans@knorrie.org>
Mon, 14 Jun 2021 14:41:01 +0000 (15:41 +0100)
commit90e5efd9eec4c641fc06aba0a9026fbbbf2106e0
treee63c0fe80dedbaf6d7a209fbd5bb724cddbbd7bb
parent8d9d6e39e60a94dfbbad627e09dbdc84577f5427
Fix empty fields in first hypervisor log line

Instead of:

    (XEN) Xen version 4.11.1 (Debian )
    (@)
    (gcc (Debian 8.2.0-13) 8.2.0) debug=n
    Thu Jan  3 19:08:37 UTC 2019

I'd like to see:

    (XEN) Xen version 4.11.1 (Debian 4.11.1-1~)
    (pkg-xen-devel@lists.alioth.debian.org)
    (gcc (Debian 8.2.0-13) 8.2.0) debug=n
    Thu Jan  3 22:44:00 CET 2019

The substitution was broken since the great packaging refactoring,
because the directory in which the build is done changed.

Also, use the Maintainer address from debian/control instead of the most
recent changelog entry. If someone wants to use the address to ask a
question, they will end up at the team mailing list, which is better
than an individual person.

Gbp-Pq: Name 0043-Fix-empty-fields-in-first-hypervisor-log-line.patch
xen/Makefile