1 #!/usr/bin/make -f 2 3 # Uncomment this to turn on verbose mode. 4 #export DH_VERBOSE=1 5 6 %: 7 dh $@ --with python2 8 9 override_dh_auto_build: 10 rst2man doc/shedskin.rst debian/shedskin.1 11 dh_auto_build