File: rules

package info (click to toggle)
x11-touchscreen-calibrator 0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, stretch, trixie
  • size: 1,560 kB
  • ctags: 195
  • sloc: sh: 11,332; ansic: 494; makefile: 26
file content (9 lines) | stat: -rwxr-xr-x 182 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
# -*- makefile -*-

export DH_VERBOSE=1
export DEB_CFLAGS_MAINT_APPEND=-fPIE
export DEB_LDFLAGS_MAINT_APPEND=-fPIE -pie -Wl,-z,now

%:
	dh $@ --with autotools-dev