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