diff options
| -rw-r--r-- | debian/control | 2 | ||||
| -rwxr-xr-x | debian/rules | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control index ff808cf..cbce79e 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: extra-keyrings Section: misc Priority: optional Maintainer: Unit 193 <unit193@unit193.net> -Build-Depends: debhelper-compat (= 13), apt, gnupg +Build-Depends: debhelper-compat (= 13), gnupg Rules-Requires-Root: no Standards-Version: 4.6.1 diff --git a/debian/rules b/debian/rules index be57da9..85dbfaf 100755 --- a/debian/rules +++ b/debian/rules @@ -21,7 +21,6 @@ override_dh_auto_test: for KEY in $(KEYRING);do \ set -e; \ gpg --batch --list-packets ./$$KEY; \ - apt-key --keyring ./$$KEY list; \ done override_dh_install: |
