summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2024-02-28 18:32:32 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2024-02-28 18:32:32 +0100
commit68ddc4a20fe7cbf53e22c7a8bbc35db597b87313 (patch)
tree66f9b4a40302a600d6b9f521ed8ccb289942df9d /debian/control
parentc19311102a283edae54c23c447153ebf2072bb1e (diff)
Do not require versioned dpkg-dev on CI
Annotate the Build-Depends with a <!pkg.apt.ci> profile and use that in prepare-release when doing build-dep.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 0082f0cd7..ada4f6cdf 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Uploaders: Michael Vogt <mvo@debian.org>,
David Kalnischkies <donkult@debian.org>
Rules-Requires-Root: no
Standards-Version: 4.1.1
-Build-Depends: dpkg-dev (>= 1.22.5), cmake (>= 3.4),
+Build-Depends: dpkg-dev (>= 1.22.5) <!pkg.apt.ci>,
+ cmake (>= 3.4),
debhelper-compat (= 12),
docbook-xml <!nodoc>,
docbook-xsl <!nodoc>,