File: rules

package info (click to toggle)
qemuctl 0.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 396 kB
  • ctags: 175
  • sloc: cpp: 1,884; makefile: 7
file content (17 lines) | stat: -rwxr-xr-x 327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export QT_SELECT := qt4

%:
	dh $@

# overriden to avoid installing to usr/lib/<arch>/... (the override is empty)
override_dh_auto_install:

override_dh_installman:
	pod2man doc/qemuctl.pod > debian/qemuctl.1
	dh_installman