File: rules

package info (click to toggle)
spatialite-gui 2.1.0~beta1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,740 kB
  • sloc: cpp: 162,056; sh: 11,192; ansic: 503; makefile: 79
file content (19 lines) | stat: -rwxr-xr-x 374 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# Enable hardening build flags
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_autoreconf:
	dh_autoreconf --as-needed

override_dh_auto_configure:
	dh_auto_configure -- \
	                  --disable-charls \
	                  --disable-xlsxwriter