summaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: b6ba7a7f05e1e8e0be7fcb82ecfdf8bca7740f4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--default-symver

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --enable-gtk-doc

override_dh_auto_test:
	dh_auto_test --no-parallel