File: libucl-dev.install

package info (click to toggle)
ucl 1.03%2Brepack-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,308 kB
  • ctags: 10,088
  • sloc: sh: 11,733; asm: 10,461; ansic: 5,067; makefile: 112
file content (9 lines) | stat: -rwxr-xr-x 247 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# Note: this script needs debhelper >= 8.9.12 and dpkg-dev >= 1.16

set -e
echo debian/tmp/usr/include
libdir=debian/tmp/usr/lib/"`dpkg-architecture -qDEB_HOST_MULTIARCH`"
echo "$libdir"/'*.a'
echo "$libdir"/'*.la'
echo "$libdir"/'*.so'