summaryrefslogtreecommitdiff
path: root/debian/patches/skip-dot-pc.patch
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@debian.org>2019-02-05 10:39:11 -0500
committerGravatar Benjamin Barenblat <bbaren@debian.org>2019-02-05 10:39:11 -0500
commit6786da162521427921379f05d064c7e47fc2a825 (patch)
treeb925e1cee982d6ddd3bdc5f369f602ee62b0e0bb /debian/patches/skip-dot-pc.patch
parent4fd27468890065a9d529d0c58ceb6f4c19ce1f03 (diff)
Stop numbering patches
Keeping patches sequentially numbered produces a messy Git history with many renames for compaction. It’s also redundant with the series file.
Diffstat (limited to 'debian/patches/skip-dot-pc.patch')
-rw-r--r--debian/patches/skip-dot-pc.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/skip-dot-pc.patch b/debian/patches/skip-dot-pc.patch
new file mode 100644
index 00000000..ce85adf8
--- /dev/null
+++ b/debian/patches/skip-dot-pc.patch
@@ -0,0 +1,13 @@
+From: Benjamin Barenblat <bbaren@debian.org>
+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 \