File: rules

package info (click to toggle)
confclerk 0.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,876 kB
  • sloc: cpp: 3,608; sql: 67; makefile: 12
file content (20 lines) | stat: -rwxr-xr-x 452 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

QTSQLITE = $(shell dpkg-query --show --showformat='$${Version}\n' libqt4-sql | sed -e 's/-[^-]\+$$//')

%:
	dh $@

override_dh_auto_build:
	dh_auto_build
	convert -geometry 32x32 data/confclerk.png data/confclerk.xpm

override_dh_auto_test:
	# there are not test, no need to try and find them

override_dh_installchangelogs:
	dh_installchangelogs NEWS

override_dh_gencontrol:
	dh_gencontrol -- \
		-Vqtsqlite:Depends="$(QTSQLITE)"