Description: TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . reprepro (4.17.0-1) unstable; urgency=medium . * new release - some manpage fixes (Closes: #784024, #803481) - add support for -dbgsym packages (Closes: #808558) - allow comments in filterlists (Closes: #781258) - fix parsing of strangly formated control files (Closes: #783129) - add Exportoptions: noexport option in conf/distributions (Closes: #788351) Author: Bernhard R. Link Bug-Debian: https://bugs.debian.org/781258 Bug-Debian: https://bugs.debian.org/783129 Bug-Debian: https://bugs.debian.org/784024 Bug-Debian: https://bugs.debian.org/788351 Bug-Debian: https://bugs.debian.org/803481 Bug-Debian: https://bugs.debian.org/808558 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: https://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- reprepro-4.17.0.orig/downloadcache.c +++ reprepro-4.17.0/downloadcache.c @@ -184,6 +184,7 @@ static retvalue downloaditem_callback(en if (groups < 2 && (groups > 0 || b != 0)) printf("%d ", b); puts("bytes"); + fflush(stdout); } } r = files_add_checksums(d->filekey, d->checksums);