File: rules

package info (click to toggle)
libsm 2%3A1.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,236 kB
  • sloc: xml: 5,160; sh: 4,499; ansic: 2,631; makefile: 52
file content (23 lines) | stat: -rwxr-xr-x 739 bytes parent folder | download
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
# debian/rules for the Debian libxau package.
# Copyright © 2004 Scott James Remnant <scott@netsplit.com>
# Copyright © 2005 Daniel Stone <daniel@fooishbar.org>
# Copyright © 2005 David Nusinow <dnusinow@debian.org>

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

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

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

override_dh_auto_configure-arch: docflags = --disable-docs
override_dh_auto_configure-indep: docflags = --enable-docs --with-xmlto
override_dh_auto_configure-arch override_dh_auto_configure-indep:
	dh_auto_configure -- \
		--with-libuuid \
		--without-fop \
		--docdir=\$${datadir}/doc/libsm-dev \
		$(docflags)