summaryrefslogtreecommitdiff
path: root/dists/debian/rules
blob: 55bee4db0325d40c9321399ea8c128d3cc68b17c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f
# -*- makefile -*-

DEB_CONFIGURE_EXTRA_FLAGS += --enable-dbus-type=session

# Optionally build a debug version
#DEB_CONFIGURE_EXTRA_FLAGS += --enable-debug

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

# This has to be exported to make some magic below work.
export DH_OPTIONS

%:
	dh $@ --parallel

override_dh_auto_configure:
	dh_auto_configure -- --enable-dbus-type=session --enable-gtk-doc --enable-debug

override_dh_auto_test:
	true