diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 17:28:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 17:28:15 +0000 |
commit | 49310189671ce9c7fb51d1f3d4061c4b8cff2aeb (patch) | |
tree | 9002520aed11d9404933318dcb02e86930b6c298 /debian | |
parent | Updating vcs fields. (diff) | |
download | samba-49310189671ce9c7fb51d1f3d4061c4b8cff2aeb.tar.xz samba-49310189671ce9c7fb51d1f3d4061c4b8cff2aeb.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 68e77d7..9c57a46 100755 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,7 @@ include /usr/share/dpkg/buildtools.mk include /usr/share/dpkg/buildflags.mk include /usr/share/dpkg/pkg-info.mk include /usr/share/dpkg/vendor.mk +DEB_VENDOR=progress-linux V := $(if $(filter terse, ${DEB_BUILD_OPTIONS}),,1) WAF := PYTHONHASHSEED=1 ./buildtools/bin/waf \ $(patsubst parallel=%,-j%,$(filter parallel=%,${DEB_BUILD_OPTIONS})) |