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

%:
	dh ${@} --parallel --with systemd

override_dh_auto_build:
	# disabled

override_dh_auto_install:
	dh_auto_install

	rm -f debian/open-infrastructure-container-tools/usr/share/doc/container-tools/CHANGELOG.txt

	mv debian/open-infrastructure-container-tools/usr/share/doc/container-tools debian/open-infrastructure-container-tools/usr/share/doc/open-infrastructure-container-tools

override_dh_systemd_start:
	# disabled