]> git.ipfire.org Git - people/ms/libloc.git/blame - debian/rules
debian: Enable location-download.timer after installation
[people/ms/libloc.git] / debian / rules
CommitLineData
3da6e70c
SS
1#!/usr/bin/make -f
2
3# enable verbose mode
4#export DH_VERBOSE=1
5
6# enable all hardening build flags
7export DEB_BUILD_MAINT_OPTIONS=hardening=+all
8
9%:
10 dh $@ --with python3 --with-systemd
11
3d262886
MT
12override_dh_auto_configure:
13 dh_auto_configure -- --disable-perl
14
3da6e70c
SS
15override_dh_perl:
16 dh_perl -d
9624f406
SS
17
18override_dh_systemd_enable:
19 dh_systemd_enable location-downloader.timer