File: rules

package info (click to toggle)
skrooge 2.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 93,508 kB
  • ctags: 5,186
  • sloc: cpp: 69,848; sh: 869; xml: 410; python: 278; php: 18; makefile: 9
file content (17 lines) | stat: -rwxr-xr-x 415 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

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

%:
	dh $@ --parallel --list-missing --with kf5

override_dh_auto_configure:
	dh_auto_configure --buildsystem=kf5 -- -DSKG_BUILD_TEST=OFF

override_dh_auto_test:

override_dh_auto_install:
	dh_auto_install --buildsystem=kf5

	# remove .so symlinks, useless without headers
	find $(CURDIR)/debian/tmp/usr/lib -type l -name '*.so' -print -delete