mirror of
https://github.com/bspeice/libcvautomation
synced 2025-07-01 05:46:33 -04:00
Fix the debian build process up
This commit is contained in:
2
debian/control
vendored
2
debian/control
vendored
@ -37,7 +37,7 @@ Description: Example programs to demonstrate libcvautomation functionality
|
||||
|
||||
Package: libcvautomation-python
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python2.7
|
||||
Architecture: all
|
||||
Architecture: any
|
||||
Description: Python bindings for libcvautomation
|
||||
Contains the python libcvautomation module to allow python code to interface
|
||||
with libcvautomation.
|
||||
|
2
debian/libcvautomation-python.install
vendored
2
debian/libcvautomation-python.install
vendored
@ -1 +1 @@
|
||||
/usr/lib/python*/site-packages/*
|
||||
/usr/lib/python*/*
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -23,4 +23,5 @@ 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 {} \;
|
||||
find debian/tmp/usr/lib -name "*.pyo" -exec rm {} \;
|
||||
dh_install
|
||||
|
Reference in New Issue
Block a user