File: rules

package info (click to toggle)
kdesvn 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 10,692 kB
  • ctags: 3,591
  • sloc: cpp: 32,752; 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_install:
	dh_install --list-missing

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

# not passing, requiring network
.PHONY: override_dh_auto_test