File: rules

package info (click to toggle)
libktoblzcheck 1.39-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,564 kB
  • sloc: sh: 11,121; cpp: 3,349; ansic: 480; perl: 145; python: 145; makefile: 99
file content (15 lines) | stat: -rwxr-xr-x 309 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

%:
	dh $@ --with python2

override_dh_auto_configure:
	dh_auto_configure -- \
		--with-bankdata-path=/var/lib/ktoblzcheck1 \
		--with-wget=/usr/bin/wget

override_dh_strip:
	dh_strip --dbg-package=libktoblzcheck-dbg

override_dh_makeshlibs:
	dh_makeshlibs -V'libktoblzcheck1c2a (>= 1.19)'