mirror of
https://github.com/bspeice/libcvautomation
synced 2024-12-04 13:58:11 -05:00
Build the python package for Debian
This commit is contained in:
parent
bd542b07b4
commit
3d8f411d46
8
debian/control
vendored
8
debian/control
vendored
@ -34,3 +34,11 @@ Architecture: any
|
||||
Description: Example programs to demonstrate libcvautomation functionality
|
||||
Contains programs designed to showcase the functionality of libcvautomation,
|
||||
as well as a BASH wrapper to write application tests from BASH.
|
||||
|
||||
Package: libcvautomation-python
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python2.7
|
||||
Architecture: all
|
||||
Description: Python bindings for libcvautomation
|
||||
Contains the python libcvautomation module to allow python code to interface
|
||||
with libcvautomation.
|
||||
To use, all that is needed is `import libcvautomation`.
|
||||
|
1
debian/libcvautomation-python.install
vendored
Normal file
1
debian/libcvautomation-python.install
vendored
Normal file
@ -0,0 +1 @@
|
||||
/usr/lib/python*/site-packages/*
|
Loading…
Reference in New Issue
Block a user