diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:31:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:31:26 +0000 |
commit | c9b87b0476e94ea9b6c4f6029162563a74544027 (patch) | |
tree | 900390e1a64c23425e15aacd0088c2403a3b10e0 | |
parent | Updating vcs fields. (diff) | |
download | libreoffice-c9b87b0476e94ea9b6c4f6029162563a74544027.tar.xz libreoffice-c9b87b0476e94ea9b6c4f6029162563a74544027.zip |
Building without dpkg-vendor.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 7d8604c15..a9bbaf94a 100755 --- a/debian/rules +++ b/debian/rules @@ -32,6 +32,7 @@ PACKAGES := $(ARCH_INDEP_PACKAGES) $(ARCH_DEP_PACKAGES) 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') |