mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-03-06 00:31:08 +00:00
Export a couple important env vars
This commit is contained in:
parent
775de27505
commit
473731f547
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -3,6 +3,9 @@ calamares-settings-ubuntu (1:24.04.4) noble; urgency=medium
|
||||
* Fixed the pkgselect module's CMakeLists.txt file.
|
||||
* Removed some unnecessary path segments from debian/rules.
|
||||
* Unset the executable bit on files that shouldn't be executable.
|
||||
* Exported the LC_ALL=C.UTF-8 and DEB_BUILD_MAINT_OPTIONS = hardening =+all
|
||||
environment variables in debian/rules since we're building a shared
|
||||
library in here now.
|
||||
|
||||
-- Aaron Rainbolt <arraybolt3@gmail.com> Wed, 15 Nov 2023 18:33:39 -0600
|
||||
|
||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -1,5 +1,8 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
export LC_ALL=C.UTF-8
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
|
||||
PKGSELECT = "common/modules/pkgselect"
|
||||
MODULES_DIR = "debian/calamares-settings-ubuntu-common/usr/lib/$(DEB_HOST_MULTIARCH)/calamares/modules"
|
||||
|
Loading…
x
Reference in New Issue
Block a user