--- a/debian/patches/0011-Reproducible-build.patch 1970-01-01 02:00:00.000000000 +0200 --- b/debian/patches/0011-Reproducible-build.patch 2016-06-24 19:41:23.638916628 +0200 @@ -0,0 +1,11 @@ +--- gcin-2.8.4+dfsg1.orig/pin-juyin.cpp ++++ gcin-2.8.4+dfsg1/pin-juyin.cpp +@@ -19,6 +19,8 @@ int main() + if ((fp=fopen(fnamein, "r"))==NULL) + p_err("cannot open %s", fnamein); + ++ memset(pinju, 0, sizeof(pinju)); ++ + while (!feof(fp)) { + char tt[128]; + --- a/debian/patches/series 2016-06-24 19:16:29.745516736 +0200 --- b/debian/patches/series 2016-06-24 19:22:33.024775270 +0200 @@ -8,3 +8,4 @@ 0008-Use-qtchooser-to-find-moc.patch 0009-Remove-__DATE__-for-reproducible-build.patch 0010-Remove-Qt5PlatformSupport.patch +0011-Reproducible-build.patch