diff --git a/debian/changelog b/debian/changelog
index 17329631a2cc03fc1e55a524840c05a1633fe8a0..3dd6337974c89fbcc127d90e33c5254b807b9412 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 cf06598b3cd0f38333774a6d2079a16eac66f8a7..7f7583cc347b3704387079404fe8d9ace979288c 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: