~ubuntu-branches/ubuntu/wily/ekiga/wily-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2013-10-27 01:21:33 UTC
  • Revision ID: package-import@ubuntu.com-20131027012133-ih84voh0usqyhnq8
Tags: 4.0.1-2ubuntu1
Specify multiarch boost libdir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
4
4
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
5
5
 
 
6
include /usr/share/dpkg/default.mk
 
7
 
6
8
%:
7
9
        dh $@ --with autotools_dev --parallel
8
10
 
9
11
override_dh_auto_configure:
10
12
        dh_auto_configure --\
 
13
                --with-boost-libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
11
14
                --disable-schemas-install \
12
15
                --disable-scrollkeeper \
13
16
                --enable-avahi \