#!/usr/bin/make -f # debian/rules for the Debian libxmu 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 %: dh $@ override_dh_auto_configure-arch: docflags = override_dh_auto_configure-indep: docflags = --with-xmlto override_dh_auto_configure-arch override_dh_auto_configure-indep:: dh_auto_configure -- \ --docdir=\$${prefix}/share/doc/libxmu-headers \ $(docflags) \ --without-fop execute_after_dh_auto_install: find debian/tmp/usr/share/doc/libxmu-headers -name '*.xml' -delete execute_before_dh_install: find debian/tmp -name '*.la' -delete override_dh_strip: dh_strip -Nlibxmu6 -Nlibxmuu1 dh_strip -plibxmu6 --dbgsym-migration='libxmu6-dbg (<< 2:1.1.3-1)' dh_strip -plibxmuu1 --dbgsym-migration='libxmuu1-dbg (<< 2:1.1.3-1)'