mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 07:04:54 +00:00
deb packaging: cleaner locale fix
This commit is contained in:
parent
ababbb7ae1
commit
b692286690
@ -15,6 +15,7 @@ Build-Depends: debhelper (>= 10.3),
|
||||
fontconfig,
|
||||
fontconfig-config,
|
||||
fonts-dejavu,
|
||||
locales,
|
||||
libappstream-glib-dev (>= 0.6.13),
|
||||
libarchive-dev,
|
||||
libcolord-dev (>= 1.0.0),
|
||||
|
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/make -f
|
||||
# -*- makefile -*-
|
||||
|
||||
export LC_ALL := C.UTF-8
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
#GPGME needs this for proper building on 32 bit archs
|
||||
|
Loading…
Reference in New Issue
Block a user