changeset 10130 | ae518e501179 |
parent 10103 | 1d648d7f072e |
child 10795 | 839ea43f4d5b |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/skeleton/debian/rules Tue Dec 23 11:18:15 2014 +0100 @@ -0,0 +1,14 @@ +#!/usr/bin/make -f + +export NO_SETUPTOOLS=1 + +%: + dh $@ --with python2 + +override_dh_auto_install: + dh_auto_install + # remove generated .egg-info file + rm -rf debian/*/usr/lib/python* + +override_dh_python2: + dh_python2 -i /usr/share/cubicweb