rules 396 B

1234567891011121314
  1. #!/usr/bin/make -f
  2. # This file was automatically generated by stdeb 0.6.0+git at
  3. # Sun, 14 Apr 2013 00:45:09 +0200
  4. %:
  5. dh $@ --with python3
  6. override_dh_auto_install:
  7. python3 setup.py install --root=debian/stdd --install-layout=deb --install-lib=/usr/share/stdd --install-scripts=/usr/share/stdd
  8. override_dh_auto_build:
  9. override_dh_install:
  10. find -name '*.egg-info' -exec rm {} \;
  11. dh_install