File: rules

package info (click to toggle)
tbox 1.7.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,768 kB
  • sloc: ansic: 87,350; sh: 4,932; asm: 1,185; makefile: 8; cpp: 5
file content (17 lines) | stat: -rwxr-xr-x 360 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
#export DH_VERBOSE = 1


export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
export DEB_LDFLAGS_MAINT_APPEND =


%:
	dh $@

DEB_CONFIGURE_EXTRA_FLAGS = -force_utf8=y --hash=y --charset=y --float=y --demo=n

override_dh_auto_configure-arch:
	dh_auto_configure -a -- $(DEB_CONFIGURE_EXTRA_FLAGS)