aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-09-28 09:40:01 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-09-28 09:40:01 -0700
commit44fc028c33e7a112fa6aa59e6692c7e585ed0584 (patch)
tree42db9f5ec12b95b3632512323601d3912a357284 /debian
parent8fd1bb5a768f5c11f084b53ae832f4cdd1b11cd9 (diff)
downloadzxcvbn-c-44fc028c33e7a112fa6aa59e6692c7e585ed0584.tar.gz
patches forwarded
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/add-another-missing-file-to-clean-target.patch1
-rw-r--r--debian/patches/standardise-makefile-variables.patch4
2 files changed, 5 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
index f2de612..398a0be 100644
--- a/debian/patches/add-another-missing-file-to-clean-target.patch
+++ b/debian/patches/add-another-missing-file-to-clean-target.patch
@@ -2,6 +2,7 @@ From: Sean Whitton <spwhitton@spwhitton.name>
Date: Wed, 28 Sep 2016 09:15:07 -0700
Subject: add another missing file to clean target
+Forwarded: https://github.com/tsyrogit/zxcvbn-c/pull/9
---
makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/standardise-makefile-variables.patch b/debian/patches/standardise-makefile-variables.patch
index 7ce8f11..b3e48ed 100644
--- a/debian/patches/standardise-makefile-variables.patch
+++ b/debian/patches/standardise-makefile-variables.patch
@@ -8,6 +8,10 @@ Subject: standardise-makefile-variables
- use $(CC), $(AR), $(CXX) to the user can choose their own compiler
- use $(CPPFLAGS), $(CFLAGS) and $(CXXFLAGS) are they are intended
+
+- correct CPPFLAGS -> CXXFLAGS at top of file
+
+Forwarded: https://github.com/tsyrogit/zxcvbn-c/pull/10
---
makefile | 45 +++++++++++++++++++++++++++++----------------
1 file changed, 29 insertions(+), 16 deletions(-)