1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-04-28 18:43:20 +00:00
libsearpc/debian/rules

15 lines
385 B
Plaintext
Raw Permalink Normal View History

#!/usr/bin/make -f
# -*- makefile -*-
%:
2020-06-03 14:10:34 +00:00
dh $@ --with python3 --with autotools_dev --builddirectory=build
override_dh_auto_configure:
./autogen.sh
dh_auto_configure -- --disable-compile-demo
override_dh_strip:
# emptying the dependency_libs field in .la files
sed -i "/dependency_libs/ s/'.*'/''/" `find debian/ -name '*.la'`
2016-11-22 02:40:40 +00:00
dh_strip -plibsearpc1 --dbg-package=libsearpc-dbg