File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: CC0-1.0
22# Include from debian/rules to use with dh_package_notes.
33# See dh_package_notes(1) for details
4+
5+ # binutils 2.39 is required for --package-metadata=
6+ ifeq (0, $(shell dpkg --compare-versions $$(dpkg-query -f '$${Version}' -W binutils ) ge 2.39; echo $$? ) )
47include /usr/share/dpkg/vendor.mk
58ifeq (, $(filter nocheck, $(DEBUGINFOD_URLS ) ) )
69ifeq ($(DEB_VENDOR ) ,Ubuntu)
1114endif
1215export DEB_SOURCE_PACKAGE_VERSION =$(shell dpkg-parsechangelog -S Version)
1316export DEB_SOURCE_PACKAGE_NAME =$(shell dpkg-parsechangelog -S Source)
14- export DEB_LDFLAGS_MAINT_APPEND+ = -specs= /usr/share/debhelper/dh_package_notes/debian-package-notes.specs
17+ # Set by /usr/share/dpkg/vendor.mk
1518export DEB_VENDOR
19+ export DEB_LDFLAGS_MAINT_APPEND+ = -specs=/usr/share/debhelper/dh_package_notes/debian-package-notes.specs
20+ endif
1621
You can’t perform that action at this time.
0 commit comments