Fix the debian build process up

This commit is contained in:
Bradlee Speice
2012-08-17 17:19:52 -04:00
parent 14a4a859f1
commit 02ae3354d0
5 changed files with 15 additions and 4 deletions

2
debian/control vendored
View File

@ -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.

View File

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

1
debian/rules vendored
View File

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