Control: tags -1 + patch Hi, There’s a missing newline in hardening.patch. That can be fixed easily like this:
--- a/debian/patches/hardening.patch.orig +++ b/debian/patches/hardening.patch @@ -1,6 +1,7 @@ Description: Applied hardening flags to build process. Author: Alexandre Dantas <[email protected]> -Last-Update: 2013-04-23--- a/Makefile +Last-Update: 2013-04-23 +--- a/Makefile +++ b/Makefile @@ -57,9 +57,11 @@ CC = gcc Cheers, Juhani -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

