aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/patches/fix-upstream-clean-target.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/fix-upstream-clean-target.patch')
-rw-r--r--debian/patches/fix-upstream-clean-target.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/fix-upstream-clean-target.patch b/debian/patches/fix-upstream-clean-target.patch
new file mode 100644
index 0000000..d169458
--- /dev/null
+++ b/debian/patches/fix-upstream-clean-target.patch
@@ -0,0 +1,21 @@
+From: Sean Whitton <spwhitton@spwhitton.name>
+Date: Sat, 24 Sep 2016 16:29:55 -0700
+Subject: fix upstream clean target
+
+Some build products are not cleaned.
+---
+ makefile | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/makefile b/makefile
+index 2007411..fa234c1 100644
+--- a/makefile
++++ b/makefile
+@@ -56,5 +56,6 @@ test: test-file test-inline test-c++inline test-c++file testcases.txt
+ clean:
+ rm -f test-file zxcvbn-file.o test-c++file zxcvbn-c++file.o
+ rm -f test-inline zxcvbn-inline.o test-c++inline zxcvbn-c++inline.o
++ rm -f dict-*.h zxcvbn.dict zxcvbn.cpp test.cpp
+ rm -f dictgen
+
+\ No newline at end of file