diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:08:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:08:24 +0000 |
commit | 61b2b198d6d86dbce786de9c5db73967c317fe70 (patch) | |
tree | 1462d4523a5974df21cfda738c805416c9058363 | |
parent | Updating vcs fields. (diff) | |
download | linux-61b2b198d6d86dbce786de9c5db73967c317fe70.tar.xz linux-61b2b198d6d86dbce786de9c5db73967c317fe70.zip |
Building without lsb-release.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/rules.real | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/debian/rules.real b/debian/rules.real index 1ca03b4d9..c0341a98f 100644 --- a/debian/rules.real +++ b/debian/rules.real @@ -11,10 +11,7 @@ DISTRIBUTION := $(shell dpkg-parsechangelog -SDistribution) SOURCE_DATE := $(shell dpkg-parsechangelog -SDate) SOURCE_DATE_UTC_ISO := $(shell date -u -d '$(SOURCE_DATE)' +%Y-%m-%d) -DISTRIBUTOR := $(shell lsb_release -is 2>/dev/null) -ifeq ($(DISTRIBUTOR),) -DISTRIBUTOR := Debian -endif +DISTRIBUTOR := Progress Linux include /usr/share/dpkg/architecture.mk |