• Bug#872381: dpkg-dev: optimize Makefile snippets for debian/rules (6/6)

    From Nicolas Boulenguez@1:229/2 to All on Mon Mar 4 16:50:01 2024
    [continued from previous message]

    2 files changed, 3 insertions(+), 3 deletions(-)

    diff --git a/scripts/mk/buildtools.mk b/scripts/mk/buildtools.mk
    index 95f8f8718..203792953 100644
    --- a/scripts/mk/buildtools.mk
    +++ b/scripts/mk/buildtools.mk
    @@ -21,7 +21,7 @@
    # QMAKE: Qt build system generator (since dpkg 1.20.0).
    #
    # All the above variables have a counterpart variable for the build tool,
    -# as in CC → CC_FOR_BUILD.
    +# as in CC -> CC_FOR_BUILD.
    #
    # The variables are not exported by default. This can be changed by
    # defining DPKG_EXPORT_BUILDTOOLS.
    diff --git a/scripts/mk/vendor.mk b/scripts/mk/vendor.mk
    index dc38aef36..f044b1bad 100644
    --- a/scripts/mk/vendor.mk
    +++ b/scripts/mk/vendor.mk
    @@ -2,8 +2,8 @@
    # (since dpkg 1.16.1)
    # Include this (or default.mk) if using:
    #
    -# DEB_VENDOR: output of «dpkg-vendor --query Vendor».
    -# DEB_PARENT_VENDOR: output of «dpkg-vendor --query Parent» (can be empty).
    +# DEB_VENDOR: output of "dpkg-vendor --query Vendor".
    +# DEB_PARENT_VENDOR: output of "dpkg-vendor --query Parent" (can be empty).
    #
    # This Makefile fragment also defines a set of "dpkg_vendor_derives_from"
    # macros that can be used to ve