File: rules

package info (click to toggle)
layer-shell-qt 5.27.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 248 kB
  • sloc: cpp: 518; xml: 324; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 163 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with pkgkde_symbolshelper,kf5

override_dh_clean:
	rm -rf .clang-format
	dh_clean