Package: qatzip / 1.3.1-2

Metadata

Package Version Patches format
qatzip 1.3.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Always undefine FORTIFY_SOURCE before setting it.patch | (download)

configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 2/2] always undefine fortify_source before setting it

If FORTIFY_SOURCE is already set by the compiler and redefined, with -Werror set
the compiker will raise an error : "_FORTIFY_SOURCE" redefined [-Werror]
So it is recommended to undefine it before defining it

0001 fix spelling mistake.patch | (download)

src/qatzip.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix spelling mistake "unkown" -> "unknown"

Fix litian warning of spelling mistake in binary

0001 fix manpage install.patch | (download)

Makefile.am | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 fix install of man page

0001 Fix a couple of trivial spelling mistakes.patch | (download)

src/qatzip_sw.c | 2 1 + 1 - 0 !
src/qatzip_utils.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 [patch] fix a couple of trivial spelling mistakes
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

The Debian lintian checker found two spelling mistakes when packaging
up the latest release. Fix these.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

0001 test main Fix two spelling mistakes.patch | (download)

test/main.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch] test/main: fix two spelling mistakes
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Fix two spelling mistakes found while packaging for Debian

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>