From cfff4d7c6cf113fd8f81190497019ea6b88c744f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 14 Jan 2026 11:09:32 +0100 Subject: [PATCH] Upgrade to debhelper 13; editorconfig rules --- .editorconfig | 2 +- debian/compat | 1 - debian/control | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 debian/compat diff --git a/.editorconfig b/.editorconfig index 802817e2..b4b89fc0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,7 @@ trim_trailing_whitespace = true indent_style = space indent_size = 4 -[Makefile,Makefile.*] +[Makefile,Makefile.*,rules] indent_style = tab indent_size = 8 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec635144..00000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control index 0fb8426a..439c5df8 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pazpar2 Section: net Priority: extra Maintainer: Adam Dickmeiss -Build-Depends: debhelper (>= 7), +Build-Depends: debhelper-compat (= 13), autotools-dev, libyaz5-dev (>= 5.29.0), docbook-xsl,