File: rules

package info (click to toggle)
spatialite-gui 2.0.0~devel2-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,308 kB
  • ctags: 5,379
  • sloc: cpp: 93,011; sh: 11,192; makefile: 65
file content (31 lines) | stat: -rwxr-xr-x 540 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
31
#!/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

override_dh_install:
	dh_install --list-missing

override_dh_strip:
	dh_strip --dbg-package=spatialite-gui-dbg