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

%:
	dh $@ --buildsystem=meson+ninja --with python3

override_dh_auto_configure:
	dh_auto_configure -- -Dman=true

override_dh_auto_test:
	dh_auto_test || true

execute_after_dh_auto_install:
	# Moving systemd unit directory (#1034225)
	mkdir -p debian/nvme-stas/lib/systemd
	mv debian/nvme-stas/usr/lib/systemd/system debian/nvme-stas/lib/systemd
	rmdir -p --ignore-fail-on-non-empty debian/nvme-stas/usr/lib/systemd