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.8.2-1ubuntu0.1) precise; urgency=medium . * debian/patches: Add 0001fix-snapshot-restore.patch (LP: #1311497). * debian/rules: Add dh_quilt_patch/dh_quilt_unpatch. Needed to apply patches. * debian/control: Add quilt to Build-Depends. Needed to apply patches. Author: Thomas Bechtold Bug-Ubuntu: https://bugs.launchpad.net/bugs/1311497 --- 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.8.2.orig/downloadcache.c +++ reprepro-4.8.2/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);