1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-06-20 02:41:54 +00:00
libsearpc/debian/rules
2020-06-18 11:07:51 +08:00

15 lines
400 B
Makefile
Executable File

#!/usr/bin/make -f
# -*- makefile -*-
%:
dh $@ --with python3 --with autotools_dev --builddirectory=build
override_dh_auto_configure:
./autogen.sh
dh_auto_configure -- --disable-compile-demo --with-python3
override_dh_strip:
# emptying the dependency_libs field in .la files
sed -i "/dependency_libs/ s/'.*'/''/" `find debian/ -name '*.la'`
dh_strip -plibsearpc1 --dbg-package=libsearpc-dbg