summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Laboissière <rafael@debian.org>2020-02-08 18:39:44 -0300
committerRafael Laboissière <rafael@debian.org>2020-02-08 18:39:44 -0300
commit52c90bcee239d3a286c5f38229f8f2e07cb59d9b (patch)
tree4c133730a325653dda167a86a19f503d032fbb10
parentd6412ac6a5415d21c3435340c670bc01477555a2 (diff)
d/p/makefile-notparallel.patch: Drop patch (Applied upstream)
-rw-r--r--debian/patches/makefile-notparallel.patch15
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 16 deletions
diff --git a/debian/patches/makefile-notparallel.patch b/debian/patches/makefile-notparallel.patch
deleted file mode 100644
index d641005..0000000
--- a/debian/patches/makefile-notparallel.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Disable parallel building to avoid random FTBFS
- The Makefile does not support it.
-Author: Sébastien Villemot <sebastien@debian.org>
-Forwarded: no
-Last-Update: 2015-07-21
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/src/Makefile.in
-+++ b/src/Makefile.in
-@@ -62,3 +62,5 @@ check:
-
- clean:
- rm -f *.o *.oct *~ *.mod
-+
-+.NOTPARALLEL:
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index e430048..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-makefile-notparallel.patch