Make package Multi-Arch: foreign
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1085254
This commit is contained in:
parent
bd888c80ac
commit
fc399d482a
|
|
@ -1,3 +1,10 @@
|
|||
hyprwayland-scanner (0.4.2-2) unstable; urgency=medium
|
||||
|
||||
* #1085254 : Mark 'Multi-Arch: foreign', and move pkgconf
|
||||
and cmake files to /usr/share
|
||||
|
||||
-- Alan M Varghese (NyxTrail) <alan@digistorm.in> Sat, 19 Oct 2024 13:39:08 +0000
|
||||
|
||||
hyprwayland-scanner (0.4.2-1) unstable; urgency=medium
|
||||
|
||||
* New upstream version 0.4.2
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ Vcs-Git: https://salsa.debian.org/NyxTrail/hyprwayland-scanner.git
|
|||
|
||||
Package: hyprwayland-scanner
|
||||
Architecture: any
|
||||
Multi-Arch: foreign
|
||||
Depends:
|
||||
${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
|
|
|
|||
|
|
@ -12,6 +12,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|||
dh $@
|
||||
|
||||
|
||||
#override_dh_auto_configure:
|
||||
# dh_auto_configure -- \
|
||||
# -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- \
|
||||
-DCMAKE_INSTALL_LIBDIR=/usr/share
|
||||
|
|
|
|||
Loading…
Reference in New Issue