File: rules

package info (click to toggle)
shutdown-qapps 1.7.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,640 kB
  • sloc: cpp: 3,967; makefile: 10; sh: 1
file content (14 lines) | stat: -rwxr-xr-x 313 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export QT_SELECT=qt5

%:
	dh $@

override_dh_clean:
	rm -f ./qshutdown/src/translations/*.qm
	rm -f ./qprogram-starter/src/translations/*.qm
	dh_clean

override_dh_auto_configure:
	dh_auto_configure -- $(shell dpkg-buildflags --export=configure)