File: rules

package info (click to toggle)
debvm 0.2.10%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 136 kB
  • sloc: sh: 1,010; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	pod2man bin/debvm-create debvm-create.1
	pod2man bin/debvm-run debvm-run.1
	pod2man bin/debvm-waitssh debvm-waitssh.1

execute_after_dh_install:
	sed -i -e 's,^\(SHARE_DIR=\).*,\1/usr/share/debvm,' debian/debvm/usr/bin/*