#!/usr/bin/make -f # debian/rules for the Debian libxau package. # Copyright © 2004 Scott James Remnant # Copyright © 2005 Daniel Stone # Copyright © 2005 David Nusinow # 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)