File: rules

package info (click to toggle)
kmymoney 4.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 65,352 kB
  • ctags: 16,183
  • sloc: cpp: 155,171; python: 425; xml: 221; sh: 190; perl: 169; makefile: 11
file content (16 lines) | stat: -rwxr-xr-x 407 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
%:
	dh $@ --parallel --list-missing --with kde,aqbanking

override_dh_auto_configure:
	dh_auto_configure -- -DCMAKE_SKIP_RPATH=ON -DKDE4_BUILD_TESTS=OFF

override_dh_strip:
	dh_strip --dbgsym-migration='kmymoney-dbg (<< 4.8.0-1~)'

get-orig-source:
	@@dh_testdir
	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
	@@uscan --force-download --destdir ../tarballs

.PHONY: override_dh_auto_test