summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 244b3e1f054b814d230d711e89bc14900142de5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

configure_options = \
	--enable-installed-tests \
	$(NULL)

override_dh_auto_configure:
	dh_auto_configure -- $(configure_options)

override_dh_python3:
	dh_python3 --verbose /usr/libexec/git-evtag/installed-tests