diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 07:24:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 07:24:20 +0000 |
commit | 5ff07be577669662ae881c825c62dd0e9fa391f8 (patch) | |
tree | 5bcd968528e7ab7b0b5dcc0e97f2b6b9134219ac | |
parent | Updating vcs fields. (diff) | |
download | libreoffice-5ff07be577669662ae881c825c62dd0e9fa391f8.tar.xz libreoffice-5ff07be577669662ae881c825c62dd0e9fa391f8.zip |
Building without dpkg-vendor.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index db2fecc68e..ea20383bc8 100755 --- a/debian/rules +++ b/debian/rules @@ -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) |