diff --git a/debian/patches/10_177295-fix_signedness.patch b/debian/patches/10_177295-fix_signedness.patch new file mode 100644 index 0000000..121f2ae --- /dev/null +++ b/debian/patches/10_177295-fix_signedness.patch @@ -0,0 +1,15 @@ +Description: Fix signedness of "c" +Bugs-Debian: 177295 +Author: Chad Walstrom +Last-Update: 2003-10-26 +--- a/calibrate_ppa.c ++++ b/calibrate_ppa.c +@@ -81,7 +81,7 @@ + FILE *outFile = NULL ; + int testPattern = 0; + char *out_filepath = NULL; +- char c; ++ int c; + static struct option long_opts[] = { + {"gamma",0,0,'g'}, + {"align",0,0,0}, diff --git a/debian/patches/series b/debian/patches/series index 1722aae..32047aa 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ +10_177295-fix_signedness.patch 99-examples_shbangs.patch 99-pnm2ppa_manpage.patch