summaryrefslogtreecommitdiff
path: root/debian/patches/0009-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/0009-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/0009-skip-dot-pc.patch')
-rw-r--r--debian/patches/0009-skip-dot-pc.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/patches/0009-skip-dot-pc.patch b/debian/patches/0009-skip-dot-pc.patch
deleted file mode 100644
index ce85adf8..00000000
--- a/debian/patches/0009-skip-dot-pc.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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 \