From 2ea9e7570cb7f02ebd746b43487bf37b2889038b Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sat, 29 Dec 2018 16:59:30 -0500 Subject: Ignore the .pc directory when doing a build --- debian/patches/0010-skip-dot-pc.patch | 13 +++++++++++++ debian/patches/series | 1 + 2 files changed, 14 insertions(+) create mode 100644 debian/patches/0010-skip-dot-pc.patch diff --git a/debian/patches/0010-skip-dot-pc.patch b/debian/patches/0010-skip-dot-pc.patch new file mode 100644 index 00000000..ce85adf8 --- /dev/null +++ b/debian/patches/0010-skip-dot-pc.patch @@ -0,0 +1,13 @@ +From: Benjamin Barenblat +Subject: Ignore .pc directory when building +Forwarded: no +--- a/Makefile ++++ b/Makefile +@@ -53,6 +53,7 @@ + -name '.git' -o \ + -name '.bzr' -o \ + -name 'debian' -o \ ++ -name '.pc' -o \ + -name "$${GIT_DIR}" -o \ + -name '_build' -o \ + -name '_build_ci' -o \ diff --git a/debian/patches/series b/debian/patches/series index 16ae3a4d..94ba4f69 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -7,3 +7,4 @@ 0007-spelling.patch 0008-avoid-usr-bin-env.patch 0009-python-scripts-libraries.patch +0010-skip-dot-pc.patch -- cgit v1.2.3