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.13.1-1build1) trusty; urgency=low . * No change rebuild against db 5.3. Author: Dmitrijs Ledkovs --- 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: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- reprepro-4.13.1.orig/downloadcache.c +++ reprepro-4.13.1/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);