aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-09-24 16:49:41 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-09-24 16:49:41 -0700
commit38d799823c13ea02ef90cd07ea348f066cf54856 (patch)
treee51b6d72169718d34730aeeef235cb78338a7d27 /debian
parent9c26954eb2b7a5584b4a3ecb2a3a8714be5a0ebc (diff)
downloadzxcvbn-c-38d799823c13ea02ef90cd07ea348f066cf54856.tar.gz
Forwarded: headers & better patch descriptions
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/angled-include-zxcvbn.h.patch2
-rw-r--r--debian/patches/conditionally-define-CFLAGS.patch2
-rw-r--r--debian/patches/fix-upstream-clean-target.patch2
-rw-r--r--debian/patches/missing-cast-for-CXX11.patch2
-rw-r--r--debian/patches/patch-README-for-Debian.patch4
-rw-r--r--debian/patches/targets-to-build-shlib.patch2
-rw-r--r--debian/patches/targets-to-build-static-lib.patch4
7 files changed, 18 insertions, 0 deletions
diff --git a/debian/patches/angled-include-zxcvbn.h.patch b/debian/patches/angled-include-zxcvbn.h.patch
index e8ff297..6692b00 100644
--- a/debian/patches/angled-include-zxcvbn.h.patch
+++ b/debian/patches/angled-include-zxcvbn.h.patch
@@ -3,6 +3,8 @@ Date: Sat, 24 Sep 2016 07:56:26 -0700
Subject: angled include zxcvbn.h
Since we're building & testing it as shared and static libraries.
+
+Forwarded: https://github.com/tsyrogit/zxcvbn-c/pull/8
---
test.c | 2 +-
zxcvbn.c | 2 +-
diff --git a/debian/patches/conditionally-define-CFLAGS.patch b/debian/patches/conditionally-define-CFLAGS.patch
index 235b647..ae9dde6 100644
--- a/debian/patches/conditionally-define-CFLAGS.patch
+++ b/debian/patches/conditionally-define-CFLAGS.patch
@@ -3,6 +3,8 @@ Date: Sat, 24 Sep 2016 07:45:04 -0700
Subject: conditionally define CFLAGS
So Debian CFLAGS take precedence.
+
+Forwarded: https://github.com/tsyrogit/zxcvbn-c/pull/7
---
makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/patches/fix-upstream-clean-target.patch b/debian/patches/fix-upstream-clean-target.patch
index d169458..db2aa40 100644
--- a/debian/patches/fix-upstream-clean-target.patch
+++ b/debian/patches/fix-upstream-clean-target.patch
@@ -3,6 +3,8 @@ 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/debian/patches/missing-cast-for-CXX11.patch b/debian/patches/missing-cast-for-CXX11.patch
index 64b4e22..d188690 100644
--- a/debian/patches/missing-cast-for-CXX11.patch
+++ b/debian/patches/missing-cast-for-CXX11.patch
@@ -3,6 +3,8 @@ Date: Sat, 24 Sep 2016 14:17:05 -0700
Subject: missing cast for CXX11
Fixes build with gcc 5+
+
+Forwarded: https://github.com/tsyrogit/zxcvbn-c/pull/6
---
zxcvbn.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/patch-README-for-Debian.patch b/debian/patches/patch-README-for-Debian.patch
index c408ee3..260131d 100644
--- a/debian/patches/patch-README-for-Debian.patch
+++ b/debian/patches/patch-README-for-Debian.patch
@@ -2,6 +2,10 @@ From: Sean Whitton <spwhitton@spwhitton.name>
Date: Sat, 24 Sep 2016 13:46:46 -0700
Subject: patch README for Debian
+Remove build instructions, and functions for when zxcvbn-c ws compiled
+with USE_DICT_FILE (see README.source).
+
+Forwarded: not-needed
---
README.md | 19 +------------------
1 file changed, 1 insertion(+), 18 deletions(-)
diff --git a/debian/patches/targets-to-build-shlib.patch b/debian/patches/targets-to-build-shlib.patch
index 1f25165..1792d93 100644
--- a/debian/patches/targets-to-build-shlib.patch
+++ b/debian/patches/targets-to-build-shlib.patch
@@ -4,6 +4,8 @@ Subject: targets to build shlib
Upstream suggests embedding this library in projects that require it.
This patch adds targets to build a shared library, instead.
+
+Forwarded: https://github.com/tsyrogit/zxcvbn-c/pull/8
---
makefile | 23 ++++++++++++++++++++---
1 file changed, 20 insertions(+), 3 deletions(-)
diff --git a/debian/patches/targets-to-build-static-lib.patch b/debian/patches/targets-to-build-static-lib.patch
index 82035b8..e4ec3c9 100644
--- a/debian/patches/targets-to-build-static-lib.patch
+++ b/debian/patches/targets-to-build-static-lib.patch
@@ -2,6 +2,10 @@ From: Sean Whitton <spwhitton@spwhitton.name>
Date: Sat, 24 Sep 2016 15:20:43 -0700
Subject: targets to build static lib
+Per Debian Policy, it's usual to provide the static lib in the -dev
+package.
+
+Forwarded: https://github.com/tsyrogit/zxcvbn-c/pull/8
---
makefile | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)