On Fri, 25 Jul 2025 at 20:46:50 +0100, Simon McVittie wrote:
Please unblock package evince, or consider this as a trixie-pu request if it's too late for 13.0.
Here's the missing debdiff
diffstat for evince-48.1 evince-48.1 apparmor-profile | 1 + changelog | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff -Nru evince-48.1/debian/apparmor-profile evince-48.1/debian/apparmor-profile --- evince-48.1/debian/apparmor-profile 2025-07-17 15:20:39.000000000 +0100 +++ evince-48.1/debian/apparmor-profile 2025-07-25 17:53:19.000000000 +0100 @@ -63,6 +63,7 @@ /usr/bin/evince rmPx, /usr/bin/evince-previewer Px, + /usr/bin/papers-previewer Px, /usr/bin/yelp Cx -> sanitized_helper, /usr/bin/bug-buddy px, # 'Show Containing Folder' (LP: #1022962) diff -Nru evince-48.1/debian/changelog evince-48.1/debian/changelog --- evince-48.1/debian/changelog 2025-07-17 15:20:39.000000000 +0100 +++ evince-48.1/debian/changelog 2025-07-25 17:53:19.000000000 +0100 @@ -1,3 +1,17 @@ +evince (48.1-3) unstable; urgency=medium + + * Team upload + * d/apparmor-profile: Allow running either Papers or Evince for + print preview. + Upstream GTK 3 uses evince-previewer for print preview functionality, + but if the papers package is installed (by default it is not), + Debian's GTK 3 prefers to use that. papers-previewer already has a + restrictive AppArmor profile based on the one for evince-previewer, + so allow running either one. Otherwise, print preview will not work + if papers happens to be installed. (Closes: #1109826) + + -- Simon McVittie <[email protected]> Fri, 25 Jul 2025 17:53:19 +0100 + evince (48.1-2) unstable; urgency=medium * Team upload

