From: Ben Hutchings Date: Thu, 24 Jul 2008 22:11:03 +0000 (+0000) Subject: Exclude headers found under quilt temporary directory (.pc) from ion3-dev. X-Git-Tag: 20080707-3~3 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=commitdiff_plain;h=68b1b7d95e2b73b73695d24d28477bd102cfdb6f Exclude headers found under quilt temporary directory (.pc) from ion3-dev. --- 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)/{} \;