mirror of
https://github.com/bspeice/libcvautomation
synced 2025-07-01 05:46:33 -04:00
Fix up the Debian process for python
This commit is contained in:
2
debian/libcvautomation-dev.install
vendored
2
debian/libcvautomation-dev.install
vendored
@ -1,3 +1,3 @@
|
||||
usr/lib/*
|
||||
usr/lib/*.so*
|
||||
usr/share/man/man3/*
|
||||
usr/include/*
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -16,11 +16,11 @@
|
||||
# This has to be exported to make some magic below work.
|
||||
export DH_OPTIONS
|
||||
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_install:
|
||||
find debian/tmp/usr/lib -name "*.la" -exec \
|
||||
sed -i -e "s,^dependency_libs=.*,dependency_libs=''," {} \;
|
||||
find debian/tmp/usr/lib -name "*.pyc" -exec rm {} \;
|
||||
dh_install
|
||||
|
Reference in New Issue
Block a user