File: rules

package info (click to toggle)
spatialite-gui 2.1.0~beta0%2Breally2.0.0~devel2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,468 kB
  • sloc: cpp: 93,011; sh: 11,192; makefile: 65
file content (30 lines) | stat: -rwxr-xr-x 587 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/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 $@ \
		--with autoreconf \
		--parallel

override_dh_clean:
	dh_clean
	$(RM) -r gnome_resource/icons/

override_dh_autoreconf:
	dh_autoreconf --as-needed

override_dh_auto_configure:
	cp -r debian/icons/ gnome_resource/
	dh_auto_configure -- --disable-charls

override_dh_install:
	dh_install --list-missing

override_dh_strip:
	dh_strip --dbgsym-migration='spatialite-gui-dbg (<< 2.0.0~devel2-9~)'