summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-01-30 02:24:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-01-30 02:36:38 +0000
commite1ecd0e286baeb1d1be3b5074650766979d30129 (patch)
tree33c944b14e0015938221c8a4193dc44ef9ecc5d2
parentMoving TODO file into upstream. (diff)
downloadprogress-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/control1
-rwxr-xr-xdebian/rules3
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