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.
|
- #!/usr/bin/make -f
-
- include /usr/share/dpkg/kxstudio.mk
-
- override_dh_auto_configure:
- dh_auto_configure -- -Ddocs=disabled -Dplugins=enabled -Dstrict=false -Dtests=disabled -Dlv2dir=/usr/lib/lv2
- # NOTE -Dstrict=true fails under 20.04 base
- # NOTE -Dtests=enabled fails under 20.04 base
-
- override_dh_install:
- dh_install
- rm -rf debian/lv2-dev/usr/lib/lv2/eg*.lv2
-
- %:
- dh $@
|