1
0
Fork 0

Building without dpkg-vendor.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-22 21:16:24 +02:00
parent ec0a829104
commit 108804e2bf
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424

1
debian/rules vendored
View file

@ -45,6 +45,7 @@ AUTOPKGTEST_CPPUNIT_PACKAGES := $(shell dh_listpackages | grep -v help | grep -v
include /usr/share/dpkg/architecture.mk
include /usr/share/dpkg/vendor.mk
DEB_VENDOR=Debian
SHELL:=/bin/bash
SYSTEM_GCC_VERSION = $(shell gcc --version | sed -n '/^gcc/s/.*\(..\..\)\../\1/p' | cut -d" " -f1 | cut -d. -f1)