summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 07:14:39 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 07:14:39 +0000
commitf82307a84e68314c7c6542d58941b41beab0c3ce (patch)
tree02c5bba288b9180567fc927c9ed201ad9ba7aaf8 /debian
parentUpdating vcs fields. (diff)
downloadlinux-f82307a84e68314c7c6542d58941b41beab0c3ce.tar.xz
linux-f82307a84e68314c7c6542d58941b41beab0c3ce.zip
Building without lsb-release.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/rules.real5
1 files changed, 1 insertions, 4 deletions
diff --git a/debian/rules.real b/debian/rules.real
index 98ee4ac7a..a84bf22f5 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 debian/rules.defs