debian/rules
changeset 11666 344df5ba8f7f
parent 11653 18939907a115
child 11675 f81823952745
equal deleted inserted replaced
11665:d72a913b2ffe 11666:344df5ba8f7f
     3 export NO_SETUPTOOLS=1
     3 export NO_SETUPTOOLS=1
     4 
     4 
     5 %:
     5 %:
     6 	dh $@ --with python2
     6 	dh $@ --with python2
     7 
     7 
     8 override_dh_auto_install:
       
     9 	dh_auto_install
       
    10 	# remove generated .egg-info file
       
    11 	rm -rf debian/*/usr/lib/python*
       
    12 
       
    13 override_dh_python2:
     8 override_dh_python2:
    14 	dh_python2 -i /usr/share/cubicweb
     9 	dh_python2 -i /usr/share/cubicweb