File: rules

package info (click to toggle)
tk-html3 3.0~fossil20110109-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 6,656 kB
  • sloc: ansic: 48,994; tcl: 25,966; sh: 1,190; yacc: 161; makefile: 24
file content (23 lines) | stat: -rwxr-xr-x 476 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f
# -*- makefile -*-
#export DH_VERBOSE=1

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --libdir=/usr/lib/tcltk --mandir=/usr/share/man

override_dh_installchangelogs:
	dh_installchangelogs ChangeLog

override_dh_shlibdeps:
	dh_shlibdeps
	tcltk-depends

override_dh_auto_test:
	# ignore builtin test

debiandir_SQ = $(subst ','\'',$(dir $(lastword $(MAKEFILE_LIST))))
get-orig-source:
	sh '$(debiandir_SQ)'get-orig-source.sh