From 3d8f411d461448d1944805805465f30abfaea2cb Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Mon, 13 Aug 2012 13:23:06 -0400 Subject: [PATCH] Build the python package for Debian --- debian/control | 8 ++++++++ debian/libcvautomation-python.install | 1 + 2 files changed, 9 insertions(+) create mode 100644 debian/libcvautomation-python.install diff --git a/debian/control b/debian/control index 982da62..a257731 100644 --- a/debian/control +++ b/debian/control @@ -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`. diff --git a/debian/libcvautomation-python.install b/debian/libcvautomation-python.install new file mode 100644 index 0000000..620c120 --- /dev/null +++ b/debian/libcvautomation-python.install @@ -0,0 +1 @@ +/usr/lib/python*/site-packages/*