diff -pruN 1.26.0-1/debian/changelog 1.26.0-2/debian/changelog
--- 1.26.0-1/debian/changelog	2021-12-12 00:36:45.000000000 +0000
+++ 1.26.0-2/debian/changelog	2022-10-27 09:00:10.000000000 +0000
@@ -1,3 +1,20 @@
+atril (1.26.0-2) unstable; urgency=medium
+
+  [ Mike Gabriel ]
+  * debian/control:
+    + Bump Standards-Version: to 4.6.1. No changes needed.
+  * debian/copyright:
+    + Update attributions for debian/.
+
+  [ Unit 193 ]
+  * webkit2gtk-4.1 transition. (Closes: #1022856):
+  * debian/patches:
+    + Add 1001-webkit2gtk4.1.patch. Transition to webkit2gtk-4.1.
+  * debian/control:
+    + In B-D, switch from libwebkit2gtk-4.0-dev to libwebkit2gtk-4.1-dev.
+
+ -- Mike Gabriel <sunweaver@debian.org>  Thu, 27 Oct 2022 11:00:10 +0200
+
 atril (1.26.0-1) unstable; urgency=medium
 
   [ Martin Wimpress ]
diff -pruN 1.26.0-1/debian/control 1.26.0-2/debian/control
--- 1.26.0-1/debian/control	2021-12-12 00:36:45.000000000 +0000
+++ 1.26.0-2/debian/control	2022-10-27 08:40:29.000000000 +0000
@@ -25,7 +25,7 @@ Build-Depends: debhelper-compat (= 13),
                libspectre-dev,
                libsynctex-dev,
                libtiff-dev,
-               libwebkit2gtk-4.0-dev,
+               libwebkit2gtk-4.1-dev,
                libx11-dev,
                libxml2-dev,
                libxml2-utils,
@@ -35,7 +35,7 @@ Build-Depends: debhelper-compat (= 13),
                xsltproc,
                yelp-tools,
                zlib1g-dev,
-Standards-Version: 4.6.0
+Standards-Version: 4.6.1
 Rules-Requires-Root: no
 Homepage: https://mate-desktop.org/
 Vcs-Browser: https://salsa.debian.org/debian-mate-team/atril
diff -pruN 1.26.0-1/debian/copyright 1.26.0-2/debian/copyright
--- 1.26.0-1/debian/copyright	2021-12-12 00:36:45.000000000 +0000
+++ 1.26.0-2/debian/copyright	2022-10-26 20:50:39.000000000 +0000
@@ -667,7 +667,7 @@ License: public-domain
 
 Files: debian/*
 Copyright: 2011-2014, Stefano Karapetsas <stefano@karapetsas.com>
-           2014, Mike Gabriel <sunweaver@debian.org>
+           2014-2022, Mike Gabriel <sunweaver@debian.org>
 License: GPL-2+
 
 License: GPL-2+
diff -pruN 1.26.0-1/debian/patches/1001-webkit2gtk4.1.patch 1.26.0-2/debian/patches/1001-webkit2gtk4.1.patch
--- 1.26.0-1/debian/patches/1001-webkit2gtk4.1.patch	1970-01-01 00:00:00.000000000 +0000
+++ 1.26.0-2/debian/patches/1001-webkit2gtk4.1.patch	2022-10-27 08:40:29.000000000 +0000
@@ -0,0 +1,15 @@
+Description: Search for webkit2gtk-4.1.
+Author: Unit 193 <unit193@debian.org>
+Forwarded: no
+
+--- atril-1.26.0.orig/configure.ac
++++ atril-1.26.0/configure.ac
+@@ -622,7 +622,7 @@ AC_ARG_ENABLE(epub,
+
+ have_webkit="no"
+ if test "x$enable_epub" = "xyes"; then
+-    PKG_CHECK_MODULES(EPUB, webkit2gtk-4.0 >= $WEBKIT_REQUIRED \
++    PKG_CHECK_MODULES(EPUB, webkit2gtk-4.1 >= $WEBKIT_REQUIRED \
+        libxml-2.0 >= $LIBXML_REQUIRED zlib,have_webkit=yes,have_webkit=no)
+
+     if test "x$have_webkit" = "xyes"; then
diff -pruN 1.26.0-1/debian/patches/series 1.26.0-2/debian/patches/series
--- 1.26.0-1/debian/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ 1.26.0-2/debian/patches/series	2022-10-27 08:40:29.000000000 +0000
@@ -0,0 +1 @@
+1001-webkit2gtk4.1.patch
