diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-12 08:19:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-12 08:19:39 +0000 |
commit | 524d3ef72a0000808bea2c9d8fb2176f3f8c1cc2 (patch) | |
tree | be5c591b36fc761bb125928c3914f2139513d793 | |
parent | Updating vcs fields. (diff) | |
download | linux-524d3ef72a0000808bea2c9d8fb2176f3f8c1cc2.tar.xz linux-524d3ef72a0000808bea2c9d8fb2176f3f8c1cc2.zip |
Building without dpkg-vendor.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/rules.real | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules.real b/debian/rules.real index 45f91261ad..04c09d654a 100644 --- a/debian/rules.real +++ b/debian/rules.real @@ -7,6 +7,7 @@ # include /usr/share/dpkg/default.mk +DEB_VENDOR = progress-linux SHELL := bash -e MAINTAINER := $(shell sed -ne 's,^Maintainer: .[^<]*<\([^>]*\)>,\1,p' debian/control) |