File: rules

package info (click to toggle)
spatialindex 1.8.5-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,320 kB
  • ctags: 2,117
  • sloc: cpp: 20,912; sh: 11,386; ansic: 557; makefile: 149
file content (28 lines) | stat: -rwxr-xr-x 689 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
#!/usr/bin/make -f
# -*- makefile -*-

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

# This has to be exported to make some magic below work.
export DH_OPTIONS

# Enable hardening build flags
export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie

SPATIALINDEX_VERSION = $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p' | sed -e 's/\+.*//; s/^[0-9]://')

%:
	dh $@ --with autoreconf,pkgkde_symbolshelper --parallel

override_dh_install:
	$(RM) $(CURDIR)/debian/tmp/usr/lib/*/*.la

	dh_install --autodest --list-missing

override_dh_makeshlibs:
	dh_makeshlibs -- -c0 -v$(SPATIALINDEX_VERSION)

override_dh_strip:
	dh_strip --dbg-package=libspatialindex-dbg