File: rules

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

%:
	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 --buildsystem=qmake6 -- $(shell dpkg-buildflags --export=configure)