1
0
Fork 0

Simplyfing backports compatible use of multiarch debhelper install files.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-20 20:02:13 +01:00
parent e2e1ae5d86
commit b8cc5bf174
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
5 changed files with 20 additions and 21 deletions

12
debian/liblz-dev.install vendored Normal file → Executable file
View file

@ -1,4 +1,12 @@
#!/bin/sh
set -e
DEB_HOST_MULTIARCH="$(dpkg-architecture -qDEB_HOST_MULTIARCH)"
cat << EOF
usr/include
usr/lib/i386-linux-gnu/*.a
usr/lib/i386-linux-gnu/*.so
usr/lib/${DEB_HOST_MULTIARCH}/*.a
usr/lib/${DEB_HOST_MULTIARCH}/*.so
usr/share/info
EOF