~phablet-team/telephony-service/trunk

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: CI bot
  • Author(s): Michael Terry
  • Date: 2014-02-06 14:19:18 UTC
  • mfrom: (762.2.2 greeter)
  • Revision ID: ps-jenkins@lists.canonical.com-20140206141918-68sl1hbl9wcomb3s
Share current call contact info with the greeter. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
        dh $@ --parallel --with translations
13
13
 
14
14
override_dh_auto_configure:
15
 
        dh_auto_configure -- -DCMAKE_BUILD_TYPE=Debug
 
15
        # Debian defines CMAKE_INSTALL_LOCALSTATEDIR as /usr/var, which is wrong.
 
16
        # So until Debian bug 719148 is fixed, do it ourselves.
 
17
        dh_auto_configure -- -DCMAKE_BUILD_TYPE=Debug \
 
18
                             -DCMAKE_INSTALL_LOCALSTATEDIR="/var"
16
19
 
17
20
override_dh_auto_test:
18
21
        QT_QPA_PLATFORM=minimal CTEST_OUTPUT_ON_FAILURE=1 make -C obj-$(DEB_HOST_GNU_TYPE) test