diff options
| author | Julian Andres Klode <jak@debian.org> | 2026-05-01 18:04:24 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2026-05-01 16:37:50 +0000 |
| commit | cf290d14c6f5c3d87e649bfc8c20b82521103e8c (patch) | |
| tree | 3808b713d13eb9a91221f0d3da1d3aecd1613313 | |
| parent | 6a59fb95cf6fbe52c714e7f7caa3fc85bb919b07 (diff) | |
Require sqv for builds on supported archs and !pkg.apt.nosqv
This forces dependency solvers to install sqv, avoiding builds with
gpgv instead (which we did intentionally before to hack Ubuntu buildd
setup).
| -rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index a3e4c45df..d7bb7b03b 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,8 @@ Build-Depends: dpkg-dev (>= 1.22.5) <!pkg.apt.ci>, ninja-build, pkg-config, po4a (>= 0.34-2) <!nodoc>, - sqv (>= 1.3.0) [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x hurd-amd64 hurd-i386 loong64 powerpc ppc64 sparc64] <!pkg.apt.nosqv> | gpgv, + sqv (>= 1.3.0) [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x hurd-amd64 hurd-i386 loong64 powerpc ppc64 sparc64] <!pkg.apt.nosqv>, + gpgv | sqv, triehash, xsltproc <!nodoc>, zlib1g-dev |
