File: rules

package info (click to toggle)
explosive-c4 1.2-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 244 kB
  • sloc: cpp: 626; xml: 29; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 199 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 $@ --sourcedirectory=src

override_dh_auto_configure:
	ln -s /usr/bin/qmake6 ./qmake
	PATH=`pwd`:$(PATH) dh_auto_configure