rules 211B

12345678910111213
  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 test \
  8. SHELLFU_PATH=$(shell pwd)/debian/tmp/usr/share/shellfu/include-bash