File: rules

package info (click to toggle)
tclxml 1%3A3.2.7-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,952 kB
  • sloc: ansic: 11,995; tcl: 6,842; sh: 463; makefile: 12
file content (23 lines) | stat: -rwxr-xr-x 546 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
20
21
22
23
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

include /usr/share/dpkg/architecture.mk
include /usr/share/dpkg/buildtools.mk

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --libdir=/usr/lib/tcltk/$(DEB_HOST_MULTIARCH) --enable-stubs --with-xml2-config="$(PKG_CONFIG) libxml-2.0" --with-xslt-config="$(PKG_CONFIG) libxslt"

override_dh_auto_test:
	# ignore builtin tests

override_dh_shlibdeps:
	dh_shlibdeps
	tcltk-depends

override_dh_install:
	dh_install -X/tclxmlConfig.sh