# SPDX-License-Identifier: CC0-1.0 # Include from debian/rules to use with dh_package_notes. # See dh_package_notes(1) for details # llvm does not support spec files ifeq ( ,$(filter lld, $(LD))) # Ubuntu implemented this in dpkg-buildpackage, make this a no-op to avoid duplication include /usr/share/dpkg/vendor.mk ifneq ($(DEB_VENDOR),Ubuntu) # binutils 2.39 is required for --package-metadata= ifeq (0, $(shell dpkg --compare-versions $$(dpkg-query -f '$${Version}' -W binutils) ge 2.39; echo $$?)) ifeq (, $(filter nocheck, $(DEBUGINFOD_URLS))) export DEBUGINFOD_URLS=https://debuginfod.debian.net endif export DEB_SOURCE_PACKAGE_VERSION=$(shell dpkg-parsechangelog -S Version) export DEB_SOURCE_PACKAGE_NAME=$(shell dpkg-parsechangelog -S Source) # Set by /usr/share/dpkg/vendor.mk export DEB_VENDOR export DEB_LDFLAGS_MAINT_APPEND+= -specs=/usr/share/debhelper/dh_package_notes/debian-package-notes.specs endif endif endif