4658a60bb0fe433a401aa6802a3a71099397c299
[profile/ivi/gsignond.git] / dists / debian / rules
1 #!/usr/bin/make -f
2 # -*- makefile -*-
3
4 DEB_CONFIGURE_EXTRA_FLAGS += --enable-dbus-type=session
5
6 # Uncomment this to turn on verbose mode.
7 export DH_VERBOSE=1
8
9 # This has to be exported to make some magic below work.
10 export DH_OPTIONS
11
12 %:
13         dh $@ --parallel
14
15 override_dh_auto_configure:
16         dh_auto_configure -- --enable-dbus-type=session --enable-gtk-doc
17
18 override_dh_auto_test:
19         true