File: rules

package info (click to toggle)
open-infrastructure-container-tools 20161101-lts2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,588 kB
  • ctags: 61
  • sloc: sh: 3,058; makefile: 138
file content (15 lines) | stat: -rwxr-xr-x 350 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

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

override_dh_auto_build:
	# disabled

override_dh_auto_install:
	dh_auto_install

	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