~ubuntu-branches/ubuntu/saucy/indicator-location/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Charles Kerr, Ubuntu daily release
  • Date: 2013-08-27 14:09:18 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130827140918-wqjrzfbu54y6o2dv
Tags: 13.10.0+13.10.20130827.3-0ubuntu1
[ Charles Kerr ]
[ Charles Kerr]
* Implement the phone's location indicator
* Switch build system from autotools to cmake

[ Ubuntu daily release ]
* Automatic snapshot from revision 40

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
 
# -*- makefile -*-
3
 
# Uncomment this to turn on verbose mode.
4
 
#export DH_VERBOSE=1
5
2
 
6
 
override_dh_autoreconf:
7
 
        NOCONFIGURE=1 dh_autoreconf ./autogen.sh
 
3
export DPKG_GENSYMBOLS_CHECK_LEVEL=4
8
4
 
9
5
%:
10
 
        dh $@ --with autoreconf --fail-missing
 
6
        dh $@ --with translations
 
7
 
 
8
override_dh_install:
 
9
        find debian/indicator-location/usr/lib -name *.la -delete
 
10
        find debian/indicator-location/usr/lib -name *.a -delete
 
11
        dh_install --fail-missing
 
12
 
 
13
# Hack as it seems it's not possible to easy run that under dbus-test-runner
 
14
override_dh_auto_test:
 
15
        env -u LD_PRELOAD dh_auto_test
 
16