1
0
Fork 0

Dropping conditional multiarch support for pre-wheezy.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-20 20:13:16 +01:00
parent a473fb6037
commit 70a75382ce
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
4 changed files with 4 additions and 34 deletions

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

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