diff -r e95725d7ce90 -r 18939907a115 debian/rules --- a/debian/rules Thu Jun 25 22:57:15 2015 +0200 +++ b/debian/rules Wed Jul 22 17:03:43 2015 +0200 @@ -1,56 +1,14 @@ #!/usr/bin/make -f -# Sample debian/rules that uses debhelper. -# GNU copyright 1997 to 1999 by Joey Hess. -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 -build: build-arch build-indep -build-arch: - # Nothing to do -build-indep: build-stamp -build-stamp: - dh_testdir - NO_SETUPTOOLS=1 python setup.py -q build - touch build-stamp +export NO_SETUPTOOLS=1 -clean: - dh_testdir - rm -f build-stamp configure-stamp - rm -rf build - find . -name "*.pyc" -delete - dh_clean +%: + dh $@ --with python2 -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs -i - NO_SETUPTOOLS=1 python setup.py -q install --no-compile --prefix=debian/cubicweb-pyramid/usr/ +override_dh_auto_install: + dh_auto_install # remove generated .egg-info file - rm -rf debian/cubicweb-pyramid/usr/lib/python* - + rm -rf debian/*/usr/lib/python* -# Build architecture-independent files here. -binary-indep: build install - dh_testdir - dh_testroot - dh_install -i - dh_installchangelogs -i - dh_installexamples -i - dh_installdocs -i README - dh_installman -i - dh_pysupport -i /usr/share/cubicweb - dh_link -i - dh_compress -i -X.py -X.ini -X.xml -Xtest - dh_fixperms -i - dh_installdeb -i - dh_gencontrol -i - dh_md5sums -i - dh_builddeb -i - - -# Build architecture-dependent files here. -binary-arch: - -binary: binary-indep -.PHONY: build clean binary-arch binary-indep binary +override_dh_python2: + dh_python2 -i /usr/share/cubicweb