File: rules

package info (click to toggle)
libkscreen 4%3A5.8.6-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,072 kB
  • ctags: 1,061
  • sloc: cpp: 9,658; xml: 70; sh: 13; makefile: 8
file content (15 lines) | stat: -rwxr-xr-x 439 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# -*- makefile -*-

include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk

override_dh_shlibdeps:
	$(overridden_command) $(foreach p,$(shell dh_listpackages -a | egrep ^lib.*[0-9]+$$),-p$p) -- -xlibkf5screen-bin
	$(overridden_command) --remaining-packages

override_dh_strip:
	$(overridden_command) --dbgsym-migration='libkscreen-dbg (<= 4:5.5.4-2~~)'

override_dh_auto_test:
	# Disable tests at build time
	: