Version in base suite: 1.2.1-1 Base version: bepasty_1.2.1-1 Target version: bepasty_1.2.1-1+deb13u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/b/bepasty/bepasty_1.2.1-1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/b/bepasty/bepasty_1.2.1-1+deb13u1.dsc changelog | 6 +++ patches/0003-Correct-for-different-file-paths-in-the-debian-insta.patch | 16 +++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmph3txv8mw/bepasty_1.2.1-1.dsc: no acceptable signature found dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmph3txv8mw/bepasty_1.2.1-1+deb13u1.dsc: no acceptable signature found diff -Nru bepasty-1.2.1/debian/changelog bepasty-1.2.1/debian/changelog --- bepasty-1.2.1/debian/changelog 2024-03-08 12:29:49.000000000 +0000 +++ bepasty-1.2.1/debian/changelog 2026-03-06 10:10:04.000000000 +0000 @@ -1,3 +1,9 @@ +bepasty (1.2.1-1+deb13u1) trixie; urgency=medium + + * Fix loading pygments css. Closes: #1124997 + + -- Elena Grandi Fri, 06 Mar 2026 11:10:04 +0100 + bepasty (1.2.1-1) unstable; urgency=medium * New upstream release. diff -Nru bepasty-1.2.1/debian/patches/0003-Correct-for-different-file-paths-in-the-debian-insta.patch bepasty-1.2.1/debian/patches/0003-Correct-for-different-file-paths-in-the-debian-insta.patch --- bepasty-1.2.1/debian/patches/0003-Correct-for-different-file-paths-in-the-debian-insta.patch 2024-03-08 12:29:49.000000000 +0000 +++ bepasty-1.2.1/debian/patches/0003-Correct-for-different-file-paths-in-the-debian-insta.patch 2026-03-06 10:10:04.000000000 +0000 @@ -5,8 +5,9 @@ Forwarded: not-needed --- src/bepasty/templates/_layout.html | 2 +- + src/bepasty/templates/display.html | 2 +- src/bepasty/templates/index.html | 10 +++++----- - 2 files changed, 6 insertions(+), 6 deletions(-) + 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/bepasty/templates/_layout.html b/src/bepasty/templates/_layout.html index bc681f8..60f1fcb 100644 @@ -21,6 +22,19 @@ +diff --git a/src/bepasty/templates/display.html b/src/bepasty/templates/display.html +index 2a7ab79..f621c38 100644 +--- a/src/bepasty/templates/display.html ++++ b/src/bepasty/templates/display.html +@@ -97,7 +97,7 @@ + + {% block extra_link %} + +- ++ + + + {% endblock %} diff --git a/src/bepasty/templates/index.html b/src/bepasty/templates/index.html index e91cea2..63d3def 100644 --- a/src/bepasty/templates/index.html