File: rules

package info (click to toggle)
kdesvn 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,364 kB
  • sloc: cpp: 31,857; xml: 190; sh: 34; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 206 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

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

%:
	dh $@ --with kf5

override_dh_missing:
	dh_missing --fail-missing

# not passing, requiring network
.PHONY: override_dh_auto_test