From f4bc39e20db12f3023b37f95121c16f957c66cf7 Mon Sep 17 00:00:00 2001 From: David Sauerwein <la38vyti-adm@cip.cs.fau.de> Date: Tue, 30 Jul 2019 12:08:56 +0200 Subject: [PATCH] Disable dh_auto_test and bump version `make test` is currently failing when building with sbuild because it tries to run the postgres database as root, which is not allowed. Since the test cases are also run using the Gitlab CI, we ignore this issue for now. --- debian/changelog | 6 ++++++ debian/rules | 2 ++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1732963..3dd6337 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +goatherd (0.4) unstable; urgency=medium + + * Disable dh_auto_test and bump version + + -- David Sauerwein <la38vyti-adm@stud.informatik.uni-erlangen.de> Tue, 30 Jul 2019 12:01:28 +0200 + goatherd (0.3) unstable; urgency=medium * subcommands instead of flags for actions diff --git a/debian/rules b/debian/rules index cf06598..7f7583c 100755 --- a/debian/rules +++ b/debian/rules @@ -13,3 +13,5 @@ override_dh_install: dh_install install -D -t $(CURDIR)/debian/goatherd/etc/ $(CURDIR)/debian/goatherd.conf install -Dd -m 0700 $(CURDIR)/debian/goatherd/var/lib/goatherd + +override_dh_auto_test: -- GitLab