File: rules

package info (click to toggle)
flintqs 1%3A1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 268 kB
  • sloc: cpp: 2,716; makefile: 16
file content (12 lines) | stat: -rwxr-xr-x 169 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_autoreconf:
	touch src/config.h.in
	aclocal
	automake --foreign -a
	autoconf