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.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/debian/patches/fix-upstream-clean-target.patch b/debian/patches/fix-upstream-clean-target.patch
deleted file mode 100644
index db2aa40..0000000
--- a/debian/patches/fix-upstream-clean-target.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-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.
-
-Forwarded: https://github.com/tsyrogit/zxcvbn-c/pull/5
----
- 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