Make package Multi-Arch: foreign

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1085254
This commit is contained in:
alan (NyxTrail) 2024-10-19 13:54:40 +00:00
parent bd888c80ac
commit fc399d482a
No known key found for this signature in database
GPG Key ID: 32C5D29762C48D4A
3 changed files with 11 additions and 3 deletions

7
debian/changelog vendored
View File

@ -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

1
debian/control vendored
View File

@ -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},

6
debian/rules vendored
View File

@ -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