jamulus/distributions/debian/rules

11 lines
191 B
Plaintext
Raw Normal View History

#!/usr/bin/make -f
%:
2019-05-26 18:57:43 +02:00
dh $@
2019-05-28 00:33:02 +02:00
override_dh_auto_configure:
qmake CONFIG+=noupcasename PREFIX=/usr Jamulus.pro
2019-05-26 18:57:43 +02:00
2020-05-06 23:26:00 +02:00
override_dh_auto_build:
cd src/res/translation && lrelease *.ts
dh_auto_build