From 6786da162521427921379f05d064c7e47fc2a825 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Tue, 5 Feb 2019 10:39:11 -0500 Subject: Stop numbering patches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Keeping patches sequentially numbered produces a messy Git history with many renames for compaction. It’s also redundant with the series file. --- debian/patches/skip-dot-pc.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 debian/patches/skip-dot-pc.patch (limited to 'debian/patches/skip-dot-pc.patch') 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 +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 \ -- cgit v1.2.3