File: rules

package info (click to toggle)
choqok 1.5-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,120 kB
  • sloc: cpp: 23,516; xml: 361; makefile: 10; sh: 3
file content (18 lines) | stat: -rwxr-xr-x 330 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

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

%:
	dh $@ --parallel --with kde --fail-missing

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