File: rules

package info (click to toggle)
libktorrent 1.3.1-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,984 kB
  • ctags: 5,870
  • sloc: cpp: 41,761; ruby: 135; makefile: 10; sh: 3
file content (16 lines) | stat: -rwxr-xr-x 412 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DEB_CPPFLAGS_MAINT_APPEND := $(shell dpkg-buildflags --get CPPFLAGS)
export DEB_CFLAGS_MAINT_APPEND := $(shell dpkg-buildflags --get CPPFLAGS)

override_dh_auto_configure:
	dh_auto_configure -Skde -- -DCMAKE_USE_RELATIVE_PATHS=ON

override_dh_shlibdeps:
	dh_shlibdeps
	dh_sameversiondep

%:
	dh $@ --parallel --with kde -- --dbg-package=libktorrent-dbg 

.PHONY: override_dh_auto_test