diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-01-30 02:24:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-01-30 02:36:38 +0000 |
commit | e1ecd0e286baeb1d1be3b5074650766979d30129 (patch) | |
tree | 33c944b14e0015938221c8a4193dc44ef9ecc5d2 | |
parent | Moving TODO file into upstream. (diff) | |
download | progress-linux-e1ecd0e286baeb1d1be3b5074650766979d30129.tar.xz progress-linux-e1ecd0e286baeb1d1be3b5074650766979d30129.zip |
Disabling test for now as it needs proper handling of the gnupg homedir for buildds first.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 1 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control index a60eeb2..fd268d5 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,6 @@ Priority: optional Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org> Build-Depends: debhelper-compat (= 12), - debian-keyring, gnupg, Rules-Requires-Root: no Standards-Version: 4.3.0 diff --git a/debian/rules b/debian/rules index 000210b..a4977a6 100755 --- a/debian/rules +++ b/debian/rules @@ -2,3 +2,6 @@ %: dh ${@} + +override_dh_auto_test: + # disabled |