Simplyfing backports compatible use of multiarch debhelper install files.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e2e1ae5d86
commit
b8cc5bf174
5 changed files with 20 additions and 21 deletions
12
debian/liblz-dev.install
vendored
Normal file → Executable file
12
debian/liblz-dev.install
vendored
Normal file → Executable 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue