File: rules

package info (click to toggle)
minuet 22.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 34,144 kB
  • sloc: cpp: 1,457; xml: 213; sh: 30; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 274 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with kf5

override_dh_auto_install:
	dh_auto_install
	# remove development stuff, since there is no stable API/ABI
	rm -rf debian/tmp/usr/include/
	find debian/tmp -name '*.so' -type l -delete