File: rules

package info (click to toggle)
qdiskinfo 0.3%2Bgit20250416%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 896 kB
  • sloc: cpp: 1,790; sh: 57; makefile: 7
file content (14 lines) | stat: -rwxr-xr-x 229 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

# see FEATURE AREAS in dpkg-buildflags(1)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
	        -DENABLE_TRANSLATIONS=ON \
	        $(NULL)