File: rules

package info (click to toggle)
choqok 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 9,556 kB
  • sloc: cpp: 26,332; xml: 670; makefile: 12; sh: 3
file content (21 lines) | stat: -rwxr-xr-x 353 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

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

%:
	dh $@ --with kde

override_dh_auto_clean:
	rm -f choqok.1

override_dh_auto_build:
	docbook2x-man debian/choqok.1.docbook
	dh_auto_build

override_dh_auto_install:
	dh_auto_install
	rm -vf debian/choqok/usr/lib/*.so

override_dh_missing:
	dh_missing --fail-missing