diff -pruN 0.1.1-2.1/debian/changelog 0.1.1-2.2/debian/changelog
--- 0.1.1-2.1/debian/changelog	2024-04-27 00:39:58.000000000 +0000
+++ 0.1.1-2.2/debian/changelog	2025-09-30 22:16:24.000000000 +0000
@@ -1,3 +1,11 @@
+libevdevplus (0.1.1-2.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix building with CMake 4.  (Closes: #1113147)
+  * Drop redundant Rules-Requires-Root: no.
+
+ -- Andreas Beckmann <anbe@debian.org>  Wed, 01 Oct 2025 00:16:24 +0200
+
 libevdevplus (0.1.1-2.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -pruN 0.1.1-2.1/debian/control 0.1.1-2.2/debian/control
--- 0.1.1-2.1/debian/control	2024-04-27 00:39:58.000000000 +0000
+++ 0.1.1-2.2/debian/control	2025-09-30 22:16:24.000000000 +0000
@@ -5,7 +5,6 @@ Maintainer: Alexandre Viau <aviau@debian
 Build-Depends: debhelper (>=12),
                cmake,
  pkgconf,
-Rules-Requires-Root: no
 Standards-Version: 4.5.0
 Homepage: https://github.com/YukiWorkshop/libevdevPlus
 Vcs-Git: https://salsa.debian.org/debian/libevdevplus.git
diff -pruN 0.1.1-2.1/debian/patches/cmake-4.patch 0.1.1-2.2/debian/patches/cmake-4.patch
--- 0.1.1-2.1/debian/patches/cmake-4.patch	1970-01-01 00:00:00.000000000 +0000
+++ 0.1.1-2.2/debian/patches/cmake-4.patch	2025-09-30 22:16:24.000000000 +0000
@@ -0,0 +1,11 @@
+Author: Andreas Beckmann <anbe@debian.org>
+Description: fix building with CMake 4
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 3.0)
++cmake_minimum_required(VERSION 3.5)
+ project(libevdevPlus)
+ 
+ set(CMAKE_CXX_STANDARD 11)
diff -pruN 0.1.1-2.1/debian/patches/series 0.1.1-2.2/debian/patches/series
--- 0.1.1-2.1/debian/patches/series	2024-04-27 00:39:58.000000000 +0000
+++ 0.1.1-2.2/debian/patches/series	2025-09-30 22:16:24.000000000 +0000
@@ -1 +1,2 @@
 input_event.time.patch
+cmake-4.patch
diff -pruN 0.1.1-2.1/debian/salsa-ci.yml 0.1.1-2.2/debian/salsa-ci.yml
--- 0.1.1-2.1/debian/salsa-ci.yml	1970-01-01 00:00:00.000000000 +0000
+++ 0.1.1-2.2/debian/salsa-ci.yml	2025-09-30 22:16:24.000000000 +0000
@@ -0,0 +1,3 @@
+---
+include:
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
