shedskin-packaging

debian/rules

65:d8d46d27e656
2011-11-06 Paul Boddie Tidied the patches and added some quilt configuration settings that can be placed in a .quiltrc file.
     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_clean:    10 	rm -f debian/shedskin.1    11 	dh_auto_clean    12     13 override_dh_auto_build:    14 	rst2man doc/shedskin.rst debian/shedskin.1    15 	dh_auto_build