File: rules

package info (click to toggle)
unixcw 3.5.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,272 kB
  • sloc: ansic: 12,091; sh: 11,446; cpp: 1,430; awk: 273; makefile: 168
file content (14 lines) | stat: -rwxr-xr-x 273 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

# Select a qt version. (Closes: #922664)
export QT_SELECT=qt5

# Enable hardening.
# http://wiki.debian.org/Hardening#dpkg-buildflags
DPKG_EXPORT_BUILDFLAGS = yes
include /usr/share/dpkg/default.mk

DEB_CFLAGS_MAINT_APPEND = -Wall -std=gnu99

%:
	dh $@