File: rules

package info (click to toggle)
libxtst 2%3A1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 1,932 kB
  • ctags: 284
  • sloc: sh: 11,341; xml: 2,114; ansic: 1,435; makefile: 94
file content (19 lines) | stat: -rwxr-xr-x 572 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

# set this to the name of the main shlib's binary package
PACKAGE = libxtst6

%:
	dh $@ --with quilt --builddirectory=build/

override_dh_auto_configure-indep: docflags = --enable-specs --with-xmlto --without-fop
override_dh_auto_configure-arch: docflags = --disable-specs
override_dh_auto_configure-arch override_dh_auto_configure-indep:
	dh_auto_configure -- $(docflags) \
		--docdir=\$${prefix}/share/doc/libxtst-dev

override_dh_install:
	dh_install --fail-missing -XlibXtst.la

override_dh_makeshlibs:
	dh_makeshlibs -s --add-udeb=$(PACKAGE)-udeb