Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
Geary
Commits
156566fd
Commit
156566fd
authored
Feb 24, 2021
by
Guido Gunther
Browse files
Use release profile
This makes sure we use the right profile even when building out of salsa git checkout.
parent
c27c8511
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/rules
View file @
156566fd
...
...
@@ -17,11 +17,14 @@ ifneq (,$(filter $(DEB_HOST_ARCH), powerpc s390x))
DISABLE_YTNEF += -Dtnef-support=false
endif
BUILD_OPTS = -Drevno=$(DEB_VENDOR)/$(DEB_VERSION)
BUILD_OPTS += -Dprofile=release
%:
dh $@ --buildsystem=meson
override_dh_auto_configure:
dh_auto_configure -- $(BUILD_UNWIND) $(DISABLE_YTNEF)
-Drevno=$(DEB_VENDOR)/$(DEB_VERSION
)
dh_auto_configure -- $(BUILD_UNWIND) $(DISABLE_YTNEF)
$(BUILD_OPTS
)
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment