#!/usr/bin/make -f # debian/rules for the Debian libxdmcp 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 = libxdmcp6 # generation of usr/share/doc/libxdmcp-dev/xdmcp.txt.gz is locale dependent export LC_ALL=C.UTF-8 %: dh $@ override_dh_auto_configure: dh_auto_configure -- \ --with-xmlto \ --without-fop execute_after_dh_auto_install: find debian/tmp/usr/share/doc/libXdmcp -name '*.xml' -delete override_dh_install: dh_install --exclude=libXdmcp.la --exclude .html --exclude .css --exclude .db override_dh_missing: dh_missing --exclude=libXdmcp.la --exclude .html --exclude .css --exclude .db override_dh_strip: dh_strip --dbgsym-migration='libxdmcp6-dbg (<< 1:1.1.5)' override_dh_makeshlibs: dh_makeshlibs --add-udeb=$(PACKAGE)-udeb