rules 256B

1234567891011121314
  1. #!/usr/bin/make -f
  2. %:
  3. dh $@
  4. override_dh_auto_install:
  5. make install PREFIX=/usr DESTDIR=debian/tmp
  6. override_dh_auto_test:
  7. make install PREFIX=/usr DESTDIR=debian/tmp
  8. make test \
  9. SHELLFU_PATH=$(shell pwd)/debian/tmp/usr/share/shellfu/include-bash