File: rules

package info (click to toggle)
calligraplan 1%3A3.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 35,756 kB
  • sloc: cpp: 158,760; python: 3,499; ansic: 2,378; sh: 667; ruby: 259; xml: 259; perl: 216; makefile: 7
file content (16 lines) | stat: -rwxr-xr-x 347 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ --with kf5

override_dh_auto_configure:
	dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF

execute_after_dh_auto_install:
	# remove symlinks of private libraries
	find debian/calligraplan -name '*.so' -type l -print -delete

.PHONY: override_dh_auto_test