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,
|
||||
qt5-default,
|
||||
qtdeclarative5-dev,
|
||||
qttools5-dev-tools,
|
||||
Standards-Version: 3.9.5
|
||||
Homepage: http://llcon.sourceforge.net/
|
||||
Vcs-Git: git://github.com/corrados/jamulus.git
|
||||
|
|
|
@ -5,6 +5,10 @@
|
|||
override_dh_auto_configure:
|
||||
qmake CONFIG+=noupcasename Jamulus.pro
|
||||
|
||||
override_dh_auto_build:
|
||||
cd src/res/translation && lrelease *.ts
|
||||
dh_auto_build
|
||||
|
||||
override_dh_usrlocal:
|
||||
echo $$(pwd)
|
||||
mkdir -p $$(pwd)/debian/jamulus/usr/bin/
|
||||
|
|
Loading…
Reference in a new issue