#!/usr/bin/make -f # debian/rules for the Debian libice 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 = libice6 %: dh $@ --with quilt --builddirectory=build/ override_dh_auto_configure-arch: docflags = --disable-docs --disable-specs override_dh_auto_configure-indep: docflags = --enable-docs --enable-specs override_dh_auto_configure-arch override_dh_auto_configure-indep: dh_auto_configure -- \ --docdir=\$${datadir}/doc/libice-dev \ --disable-silent-rules \ $(docflags) override_dh_install: find debian/tmp -name '*.la' -delete dh_install --sourcedir=debian/tmp override_dh_missing: dh_missing --fail-missing override_dh_strip: dh_strip -p$(PACKAGE) --dbgsym-migration='libice6-dbg (<< 2:1.0.10-1~)' dh_strip -N$(PACKAGE) override_dh_makeshlibs: dh_makeshlibs -a -V'$(PACKAGE) (>= 1:1.0.0)'