diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:10:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:10:53 +0000 |
commit | 82445bf4c6fec4dd8f509ec4ac847b4ba45d0cbd (patch) | |
tree | 486957f68e33f36317d730a0e27450bd0a3ae005 /debian | |
parent | Updating vcs fields. (diff) | |
download | libreoffice-82445bf4c6fec4dd8f509ec4ac847b4ba45d0cbd.tar.xz libreoffice-82445bf4c6fec4dd8f509ec4ac847b4ba45d0cbd.zip |
Building without dpkg-vendor.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index bfcbfdf8f..df68982e3 100755 --- a/debian/rules +++ b/debian/rules @@ -38,6 +38,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) |