diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-05-06 08:03:58 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-05-06 08:03:58 +0200 |
commit | 2861a48339aa0756131008dfaf399426c97de34b (patch) | |
tree | 1b23c15f5e0de5eee8004827ea7b9dcbc90fac48 /debian/rules | |
parent | 7f1715fe162576bee2b1e56659a212a3fc9615ea (diff) | |
parent | b23befd6c67f54ff4c71bb7c125f11b694e7e513 (diff) |
Merge branch 'release/debian/0.30.15-2'debian/0.30.15-2
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
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 |