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.

14 lines
196B

  1. #!/usr/bin/make -f
  2. KXSTUDIO_EXPLICIT_PATH_INCLUDE = y
  3. include /usr/share/dpkg/kxstudio.mk
  4. override_dh_auto_build:
  5. $(MAKE) -C source
  6. override_dh_auto_clean:
  7. $(MAKE) -C source clean
  8. %:
  9. dh $@