debian/rules
branch3.26
changeset 12664 2337c8c05657
parent 12631 8f22b69ea890
child 12665 112f3c2b6f1e
equal deleted inserted replaced
12660:23e957f0f6d6 12664:2337c8c05657
     8 export PYBUILD_NAME=cubicweb
     8 export PYBUILD_NAME=cubicweb
     9 export PYBUILD_DISABLE_python2=test
     9 export PYBUILD_DISABLE_python2=test
    10 export PYBUILD_DISABLE_python3=test
    10 export PYBUILD_DISABLE_python3=test
    11 
    11 
    12 %:
    12 %:
    13 	dh $@ --with python2,sphinxdoc --buildsystem=pybuild
    13 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
    14 
    14 
    15 override_dh_auto_build: export http_proxy=127.0.0.1:9
    15 override_dh_auto_build: export http_proxy=127.0.0.1:9
    16 override_dh_auto_build: export https_proxy=127.0.0.1:9
    16 override_dh_auto_build: export https_proxy=127.0.0.1:9
    17 override_dh_auto_build:
    17 override_dh_auto_build:
    18 	dh_auto_build
    18 	dh_auto_build