File: rules

package info (click to toggle)
kdesvn 2.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,716 kB
  • sloc: cpp: 32,753; xml: 84; sh: 54; makefile: 8
file content (15 lines) | stat: -rwxr-xr-x 282 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed

%:
	dh $@ --with kf5

override_dh_missing:
	dh_missing --fail-missing

override_dh_strip:
	dh_strip --dbgsym-migration='kdesvn-dbg (<< 1.7.0-2~)'

# not passing, requiring network
.PHONY: override_dh_auto_test