Skip to content

Commit

Permalink
tools/debian/rules: remove unnecessary variable
Browse files Browse the repository at this point in the history
This line was introduced in 112ce31 and we can just as well remove
it again.
  • Loading branch information
allisonkarlitskaya committed Oct 7, 2024
1 parent 451581e commit 2ba803a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
# we need an apparmor profile for >= 4.0; this exists in Ubuntu >= 24.04, but not in Debian yet
PRE4AA = $(filter $(shell . /etc/os-release; echo $${VERSION_ID:-unstable}),22.04 11 12 unstable)

CONFIG_OPTIONS :=

# keep the host switcher on in currently supported stable releases
STABLE = $(filter $(shell . /etc/os-release; echo $${VERSION_CODENAME}),bookworm jammy noble)
ifneq ($(STABLE),)
Expand Down

0 comments on commit 2ba803a

Please sign in to comment.