Build the python package for Debian

Release_2.0_Bugfix
Bradlee Speice 2012-08-13 13:23:06 -04:00
parent bd542b07b4
commit 3d8f411d46
2 changed files with 9 additions and 0 deletions

8
debian/control vendored
View File

@ -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
View File

@ -0,0 +1 @@
/usr/lib/python*/site-packages/*