File: rules

package info (click to toggle)
evolvotron 0.6.3-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,500 kB
  • ctags: 1,393
  • sloc: cpp: 10,462; python: 162; sh: 147; makefile: 10
file content (18 lines) | stat: -rwxr-xr-x 377 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@ --buildsystem=qmake_qt4 --parallel

override_dh_auto_configure:
	dh_auto_configure -- VERSION_NUMBER=`./VERSION` main.pro

override_dh_clean:
	rm -rf libevolvotron/moc
	dh_clean

override_dh_installchangelogs:
	dh_installchangelogs NEWS