File: rules

package info (click to toggle)
tcl-fitstcl 2.4-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,272 kB
  • sloc: ansic: 19,659; sh: 2,939; makefile: 256; tcl: 158
file content (19 lines) | stat: -rwxr-xr-x 394 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
# -*- makefile -*-

-include /usr/share/dpkg/buildtools.mk
export CC

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --with-tcl-includes=/usr/include/tcl

ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
	TCLLIBPATH=../.. tclsh debian/tests/all.tcl
endif

override_dh_installchangelogs:
	dh_installchangelogs ReleaseNotes