File: rules

package info (click to toggle)
libclaw 1.7.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 3,048 kB
  • ctags: 2,320
  • sloc: cpp: 13,287; sh: 227; makefile: 10
file content (17 lines) | stat: -rwxr-xr-x 307 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

#export DH_VERBOSE=1

%:
	dh $@ --buildsystem=cmake

override_dh_installman:
	docbook-to-man doc/man/claw-config.man.sgml > debian/claw-config.1
	dh_installman

override_dh_clean:
	rm -f debian/claw-config.1
	dh_clean

get-orig-source:
	uscan --download-current-version --force-download