File: rules

package info (click to toggle)
gimagereader 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,236 kB
  • ctags: 2,069
  • sloc: cpp: 16,597; xml: 228; sh: 187; makefile: 24
file content (15 lines) | stat: -rwxr-xr-x 306 bytes parent folder | download
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 $@ --parallel

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