Merge pull request #180 from trebmuh/patch-1
deb packaging: build translations at build time
This commit is contained in:
commit
15d38baae9
2 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,7 @@ Build-Depends:
|
||||||
make,
|
make,
|
||||||
qt5-default,
|
qt5-default,
|
||||||
qtdeclarative5-dev,
|
qtdeclarative5-dev,
|
||||||
|
qttools5-dev-tools,
|
||||||
Standards-Version: 3.9.5
|
Standards-Version: 3.9.5
|
||||||
Homepage: http://llcon.sourceforge.net/
|
Homepage: http://llcon.sourceforge.net/
|
||||||
Vcs-Git: git://github.com/corrados/jamulus.git
|
Vcs-Git: git://github.com/corrados/jamulus.git
|
||||||
|
|
|
@ -5,6 +5,10 @@
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
qmake CONFIG+=noupcasename Jamulus.pro
|
qmake CONFIG+=noupcasename Jamulus.pro
|
||||||
|
|
||||||
|
override_dh_auto_build:
|
||||||
|
cd src/res/translation && lrelease *.ts
|
||||||
|
dh_auto_build
|
||||||
|
|
||||||
override_dh_usrlocal:
|
override_dh_usrlocal:
|
||||||
echo $$(pwd)
|
echo $$(pwd)
|
||||||
mkdir -p $$(pwd)/debian/jamulus/usr/bin/
|
mkdir -p $$(pwd)/debian/jamulus/usr/bin/
|
||||||
|
|
Loading…
Add table
Reference in a new issue