aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-09-28 09:28:03 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-09-28 09:28:03 -0700
commit8247e2b541056191d4376805d66af6a71bc7470f (patch)
tree17f016ce90bdf6763506360b0055df1a17e5db6c
parent1a92c1e6d199a16d7042fe0126a49c2f645452b2 (diff)
downloadzxcvbn-c-8247e2b541056191d4376805d66af6a71bc7470f.tar.gz
patch clean target again
-rw-r--r--debian/patches/add-another-missing-file-to-clean-target.patch21
-rw-r--r--debian/patches/series1
2 files changed, 22 insertions, 0 deletions
diff --git a/debian/patches/add-another-missing-file-to-clean-target.patch b/debian/patches/add-another-missing-file-to-clean-target.patch
new file mode 100644
index 0000000..f2de612
--- /dev/null
+++ b/debian/patches/add-another-missing-file-to-clean-target.patch
@@ -0,0 +1,21 @@
+From: Sean Whitton <spwhitton@spwhitton.name>
+Date: Wed, 28 Sep 2016 09:15:07 -0700
+Subject: add another missing file to clean target
+
+---
+ makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/makefile b/makefile
+index 2cf5c9e..adf3c9b 100644
+--- a/makefile
++++ b/makefile
+@@ -84,7 +84,7 @@ test: test-file test-inline test-c++inline test-c++file test-shlib test-statlib
+
+ 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 test-inline zxcvbn-inline.o zxcvbn-inline-pic.o test-c++inline zxcvbn-c++inline.o
+ rm -f dict-*.h zxcvbn.dict zxcvbn.cpp test.cpp
+ rm -f dictgen
+ rm -f ${TARGET_LIB} ${SONAME} libzxcvbn.so test-shlib libzxcvbn.a test-statlib
diff --git a/debian/patches/series b/debian/patches/series
index 252c97d..9cac71f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
patch-README-for-Debian.patch
+add-another-missing-file-to-clean-target.patch