Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 262e3591 authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Drop symbols file support

parent 60c1b257
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
set -e
ARCH=`dpkg-architecture -qDEB_BUILD_ARCH`
V=2
PKGS="libvisp"
for pkg in ${PKGS}; do
f=`echo ${pkg} | sed 's|-|_|g'`
pkgkde-gensymbols -p${pkg}${V} -v${V} -Osymbols-${pkg}.${ARCH} \
-edebian/${pkg}${V}/usr/lib/*/${f}.so.${V}
pkgkde-symbolshelper create -o debian/${pkg}${V}.symbols -v ${V} \
symbols-${pkg}.${ARCH}
done
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment