skeleton/debian/rules
changeset 10795 839ea43f4d5b
parent 10130 ae518e501179
equal deleted inserted replaced
10794:0b4d6beec132 10795:839ea43f4d5b
     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