File: rules

package info (click to toggle)
httraqt 1.4.9-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,100 kB
  • sloc: cpp: 7,805; sh: 111; makefile: 13
file content (13 lines) | stat: -rwxr-xr-x 275 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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)"