diff -Nru braillefont-1.0/debian/changelog braillefont-1.0/debian/changelog --- braillefont-1.0/debian/changelog 2023-03-08 19:10:14.000000000 +0000 +++ braillefont-1.0/debian/changelog 2024-01-27 17:36:08.000000000 +0000 @@ -1,3 +1,12 @@ +braillefont (1.0-7) unstable; urgency=medium + + * Fixing invalid metadata for garbled output patch + * control: Place line breaks in long description more sanely, + thanks to Carles Pina i Estany for reporting :) + Closes: #1056770 + + -- Judit Foglszinger Sat, 27 Jan 2024 18:36:08 +0100 + braillefont (1.0-6) unstable; urgency=medium [Helmut Grohne] diff -Nru braillefont-1.0/debian/control braillefont-1.0/debian/control --- braillefont-1.0/debian/control 2023-03-08 19:10:14.000000000 +0000 +++ braillefont-1.0/debian/control 2024-01-27 17:36:08.000000000 +0000 @@ -13,6 +13,6 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Prints a bitmapped version of a text using Unicode Braille symbols - braillefont runs interactively on the console - one can enter a (short) text, - that will be converted into a bitmapped version + braillefont runs interactively on the console - + one can enter a (short) text, that will be converted into a bitmapped version and printed using the Braille range of Unicode. diff -Nru braillefont-1.0/debian/patches/fixing-garbled-output-for-no-trailing-newline-in-input braillefont-1.0/debian/patches/fixing-garbled-output-for-no-trailing-newline-in-input --- braillefont-1.0/debian/patches/fixing-garbled-output-for-no-trailing-newline-in-input 2021-09-27 14:19:42.000000000 +0000 +++ braillefont-1.0/debian/patches/fixing-garbled-output-for-no-trailing-newline-in-input 2024-01-27 17:32:30.000000000 +0000 @@ -12,7 +12,9 @@ example: test⠤⡧⠄⡠⠤⡀⡠⠤⠄⠤⡧⠄ ⠀⠣⠄⠫⠭⠁⠬⠭⠂⠀⠣⠄ -Forwarded: yes (via IRC on Fri Jul 23 22:00:36 2021) + . + The patch has been forwarded upstream via IRC on Fri Jul 23 22:00:36 2021 +Forwarded: yes Last-Update: 2021-07-23 --- braillefont-1.0.orig/braillefont.c