diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-04-25 21:08:05 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-04-25 21:08:05 +0000 |
| commit | fd4ebe70225d6e2f9993514553bac7aa9eb1df7e (patch) | |
| tree | 95190a341e6861d216bf45c2e45eb301f6c531da /debian/rules | |
| parent | ccd3b00975f96a62835e02cd243f624d47812b56 (diff) | |
| parent | 85c435f23718e168345ea60270b24a57061b54f4 (diff) | |
Merge branch 'policy-as-of' into 'main'
Update Sequoia crypto policy, implement year-ahead warning
See merge request apt-team/apt!475
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index cd2370931..55d5e5eac 100755 --- a/debian/rules +++ b/debian/rules @@ -31,7 +31,7 @@ override_dh_install-arch: install -m 644 debian/apt.conf.autoremove debian/apt/etc/apt/apt.conf.d/01autoremove override_dh_gencontrol: - dh_gencontrol -- -Vapt:keyring="$(shell ./vendor/getinfo keyring-package)" -Vopenpgp:Depends=$(shell test -e /usr/bin/sqv && echo sqv || echo gpgv) + dh_gencontrol -- -Vapt:keyring="$(shell ./vendor/getinfo keyring-package)" -Vopenpgp:Depends="$(shell test -e /usr/bin/sqv && echo "sqv (>= 1.3.0)" || echo gpgv)" override_dh_installcron: dh_installcron --name=apt-compat |
