File: rules

package info (click to toggle)
httraqt 1.4.9-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,084 kB
  • ctags: 1,120
  • sloc: cpp: 7,809; sh: 111; makefile: 13
file content (14 lines) | stat: -rwxr-xr-x 276 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@

export BUILD_DATE=$(shell dpkg-parsechangelog -S Date)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

override_dh_installchangelogs:
	dh_installchangelogs README

override_dh_auto_configure:
	dh_auto_configure -- -DBUILD_DATE="$(BUILD_DATE)"