aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-09-09 08:28:04 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-09-09 08:28:04 -0700
commit5dad81321042a43cdc45d61158640deb8cb237b6 (patch)
tree8805410ce5369daa038521ef03d08df1a736cb55
parentbb39c477cf7bee6ad155eba5abc244531369d472 (diff)
downloadzxcvbn-c-5dad81321042a43cdc45d61158640deb8cb237b6.tar.gz
Commit patch queue (exported by git-debrebase)debian/2.4+dfsg-2archive/debian/2.4+dfsg-2
[git-debrebase make-patches: export and commit patches]
-rw-r--r--debian/patches/parallel.patch21
-rw-r--r--debian/patches/series1
2 files changed, 22 insertions, 0 deletions
diff --git a/debian/patches/parallel.patch b/debian/patches/parallel.patch
new file mode 100644
index 0000000..497af75
--- /dev/null
+++ b/debian/patches/parallel.patch
@@ -0,0 +1,21 @@
+From: Adrian Bunk <bunk@debian.org>
+Date: Sun, 9 Sep 2018 08:20:31 -0700
+Subject: Fix a parallel FTBFS caused by a missing makefile dependency
+
+---
+ makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/makefile b/makefile
+index 6223330..5e8ea98 100644
+--- a/makefile
++++ b/makefile
+@@ -45,7 +45,7 @@ test-inline: test.c zxcvbn-inline.o
+ $(CC) $(CPPFLAGS) $(CFLAGS) \
+ -o test-inline test.c zxcvbn-inline.o $(LDFLAGS) -lm
+
+-test-internals: test-internals.c zxcvbn.c dict-crc.h zxcvbn.h
++test-internals: test-internals.c zxcvbn.c dict-src.h dict-crc.h zxcvbn.h
+ $(CC) $(CPPFLAGS) $(CFLAGS) \
+ -o test-internals test-internals.c $(LDFLAGS) -lm
+
diff --git a/debian/patches/series b/debian/patches/series
index 559c234..f4182e3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
patch-README-for-Debian.patch
cross.patch
+parallel.patch