From f743217a54e2adb13e13ae5739c2621dc116ba6e Mon Sep 17 00:00:00 2001 From: hallgren Date: Thu, 19 Jun 2014 15:45:55 +0000 Subject: 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 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1a819ae68..ad5c23e01 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3