File: rules

package info (click to toggle)
ktorrent 4.3.1-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 24,288 kB
  • ctags: 5,817
  • sloc: cpp: 45,699; ansic: 807; python: 560; xml: 412; ruby: 161; sh: 12; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 413 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

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

override_dh_auto_configure:
	dh_auto_configure -Skde -- -DCMAKE_USE_RELATIVE_PATHS=ON \
	                           -DWITH_SYSTEM_GEOIP:BOOL=ON \
	                           -DKDE4_BUILD_TESTS=false

override_dh_strip:
	dh_strip --dbgsym-migration='ktorrent-dbg (<< 4.3.1-5~)'

%:
	dh $@ --parallel --with kde

.PHONY: override_dh_auto_test