debian/rules: a hack to put the python binding in the right directory

The setup.py script puts it under site-packages, but python only looks under
dist-packages...
Also some minor changes for 'make deb' in Makefile
This commit is contained in:
hallgren
2014-06-19 15:45:55 +00:00
parent d6ee595aa9
commit 8ba34cb652
2 changed files with 3 additions and 2 deletions

View File

@@ -30,6 +30,6 @@ html::
# Make a debian package. First add a suitable entry with the correct GF version
# number to the top of debian/changelog.
# (Tested on Ubuntu 11.10 & 12.04. You need to install dpkg-dev & debhelper.)
# (Tested on Ubuntu 14.04. You need to install dpkg-dev & debhelper.)
deb:
dpkg-buildpackage -us -uc
dpkg-buildpackage -b