File: rules

package info (click to toggle)
gpsmanshp 1.2.3-5
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 320 kB
  • ctags: 209
  • sloc: ansic: 1,186; tcl: 412; makefile: 43; sh: 13
file content (15 lines) | stat: -rwxr-xr-x 328 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

include /usr/share/dpkg/buildflags.mk

export DEB_CFLAGS_MAINT_APPEND = -I/usr/include/tcl -c -fPIC
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- CFLAGS="$(CFLAGS)"

override_dh_auto_install:
	dh_auto_install -- INSTALLDIR=debian/gpsmanshp/usr/lib/tcl