File: rules

package info (click to toggle)
tcl-fitstcl 2.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,316 kB
  • sloc: ansic: 19,665; sh: 3,377; makefile: 256; tcl: 158
file content (19 lines) | stat: -rwxr-xr-x 376 bytes parent folder | download | duplicates (2)
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 $@

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