summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2022-05-06 08:04:19 +0200
committerJörg Frings-Fürst <debian@jff.email>2022-05-06 08:04:19 +0200
commit6dc4a14e122270c93a2940011ec451719aac22d2 (patch)
tree1b23c15f5e0de5eee8004827ea7b9dcbc90fac48 /debian/rules
parent6edcf4a90a0f80f6112ac4c29d2a311de8bdd0d0 (diff)
parent2861a48339aa0756131008dfaf399426c97de34b (diff)
Merge tag 'debian/0.30.15-2' into develop
Bugfix release
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index a772218..e8ca0d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export VALAFLAGS:=$(foreach w,$(CPPFLAGS) $(CFLAGS) $(LDFLAGS),-X $(w))
-#Enable the apport option when building of Ubuntu
+#Enable the apport option when building of Ubuntu
ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes)
APPORT = -Dinstall-apport-hook=true
endif