Revert "Strip bins and libs for the Debian package"

This reverts commit 74fb0efbe3.
This commit is contained in:
pancake 2019-12-20 21:10:54 +09:00
parent bfa40cd5db
commit 73bc4da69b

View file

@ -94,8 +94,6 @@ ${PACKAGE_DIR}/build: ${PACKAGE_DIR}/debian-binary ${PACKAGE_DIR}/control \
mkdir $@
cp ${PACKAGE_DIR}/debian-binary $@/
cd ${PACKAGE_DIR}/control && tar cJvf $@/control.tar.xz *
cd ${PACKAGE_DIR}/data && \
find . -type f -perm ++x | xargs strip -s
cd ${PACKAGE_DIR}/data && \
COPY_EXTENDED_ATTRIBUTES_DISABLE=true \
COPYFILE_DISABLE=true \