File: rules

package info (click to toggle)
gimagereader 3.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,008 kB
  • sloc: cpp: 23,348; xml: 351; sh: 214; python: 70; makefile: 24
file content (15 lines) | stat: -rwxr-xr-x 295 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

#export DH_VERBOSE=1
export V=1

## Enable compiler hardening flags.
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DINTERFACE_TYPE=gtk -DENABLE_VERSIONCHECK=0