This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch upgrade-debhelper-compact-level
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git

commit 32bb157dfd74aaee55249dab21a5ac89a213a80e
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Wed Mar 11 18:10:28 2026 -0400

    Increase deb helper compat level to 13
    
    v13 is bookworm and that's the lowest we support
    
    The place to declare it changed as well from a separate file to
    build-dependency.
---
 debian/compat     | 1 -
 debian/control.in | 3 ++-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control.in b/debian/control.in
index 75d525e..6f7888d 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -3,7 +3,8 @@ Section: misc
 Priority: optional
 Maintainer: CouchDB Developers <[email protected]>
 Standards-Version: 3.9.6
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 13),
+               debhelper-compat (= 13)
                dh-exec,
                erlang-dev (>= 1:19.2.1) | esl-erlang (>= 1:19.2.1),
                erlang-crypto | esl-erlang,

Reply via email to