External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
607B

  1. #!/usr/bin/make -f
  2. include /usr/share/dpkg/kxstudio-audio-plugin.mk
  3. export LDFLAGS += -Wl,--version-script=$(CURDIR)/debian/tunefish4.sym
  4. export LV2LINT_EXTRA_FLAGS = -t 'UI*Widget'
  5. export LV2LINT_SKIP = y
  6. # <https://github.com/vitling/crypt#ParentUI>
  7. # [FAIL] UI Widget
  8. # failed to return a valid widget
  9. # seeAlso: <http://lv2plug.in/ns/extensions/ui#X11UI>
  10. override_dh_auto_build:
  11. $(MAKE) -C src/tunefish4/Builds/LinuxMakefile CONFIG=Release -j2
  12. override_dh_auto_clean:
  13. dh_auto_clean
  14. $(MAKE) -C src/tunefish4/Builds/LinuxMakefile CONFIG=Release clean
  15. %:
  16. dh $@