File: rules

package info (click to toggle)
libktoblzcheck 1.47-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,632 kB
  • ctags: 584
  • sloc: sh: 11,552; cpp: 3,387; python: 145; perl: 143; makefile: 99; ansic: 5
file content (17 lines) | stat: -rwxr-xr-x 384 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

%:
	dh $@ --with python2 \
	      --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- \
		$(shell dpkg-buildflags --export=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)'