chore(debian): fix package build with lld
This commit is contained in:
parent
b50e7758f7
commit
241ad7dff7
3 changed files with 8 additions and 2 deletions
3
debian/control
vendored
3
debian/control
vendored
|
|
@ -4,7 +4,7 @@ Priority: optional
|
|||
Maintainer: Michael Murphy <mmstick@pm.me>
|
||||
Build-Depends:
|
||||
debhelper-compat (=13),
|
||||
just,
|
||||
just (>= 1.13.0),
|
||||
cargo,
|
||||
cmake,
|
||||
libexpat1-dev,
|
||||
|
|
@ -12,6 +12,7 @@ Build-Depends:
|
|||
libfreetype-dev,
|
||||
lld,
|
||||
pkg-config,
|
||||
rustc (>= 1.65.0)
|
||||
Standards-Version: 4.6.2
|
||||
Homepage: https://github.com/pop-os/cosmic-settings
|
||||
|
||||
|
|
|
|||
1
debian/rules
vendored
1
debian/rules
vendored
|
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
export DEB_LDFLAGS_MAINT_APPEND += -fuse-ld=lld -Wl,--build-id=sha1
|
||||
export DESTDIR = debian/tmp
|
||||
export VENDOR ?= 1
|
||||
|
||||
|
|
|
|||
6
debian/source/options
vendored
6
debian/source/options
vendored
|
|
@ -1 +1,5 @@
|
|||
tar-ignore = ".github .vscode vendor target"
|
||||
tar-ignore=.github
|
||||
tar-ignore=.vscode
|
||||
tar-ignore=vendor
|
||||
tar-ignore=vendor.tar
|
||||
tar-ignore=target
|
||||
Loading…
Add table
Add a link
Reference in a new issue