From 68b1b7d95e2b73b73695d24d28477bd102cfdb6f Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 24 Jul 2008 22:11:03 +0000 Subject: [PATCH] Exclude headers found under quilt temporary directory (.pc) from ion3-dev. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 9a26947..2330839 100755 --- a/debian/rules +++ b/debian/rules @@ -49,7 +49,7 @@ install-indep: build-indep dh_install -i # install headers - find . \( -name debian -o -name config.h -o -name snprintf.h \) \ + find . \( -name debian -o -name .pc -o -name config.h -o -name snprintf.h \) \ -prune -o -name '*.h' -exec install -m644 -D {} \ $(INSTDIR_DEV)/usr/include/$(PACKAGE)/{} \; -- 2.39.2