File: rules

package info (click to toggle)
tea 63.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,400 kB
  • sloc: cpp: 26,684; ansic: 9,471; xml: 403; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 232 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

# Use Qt5
export QT_SELECT=qt5
# Use all hardening options
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	LC_ALL=C.UTF-8 dh $@ --buildsystem=cmake

generate-manpage:
	asciidoctor -b manpage debian/tea.adoc