#!/usr/bin/make -f # debian/rules for the Debian libxrandr 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 = libxrandr2 %: dh $@ --with quilt --builddirectory=build/ override_dh_install: find $(CURDIR)/debian/tmp -name "*.la" -type f -delete dh_install override_dh_missing: dh_missing --fail-missing override_dh_strip: dh_strip --dbgsym-migration="$(PACKAGE)-dbg (<< 2:1.5.1-1~)" override_dh_makeshlibs: dh_makeshlibs --add-udeb=$(PACKAGE)-udeb -V'$(PACKAGE) (>= 2:1.5)' -- -c4