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

10
debian/liblz1.install vendored Normal file → Executable file
View file

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