Remove testsuite clutter on clean.

This commit is contained in:
Christoph Berg 2018-02-15 19:02:19 +01:00
parent 82cc3954e4
commit 56412bed31
2 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View file

@ -4,6 +4,7 @@ patroni (1.4.2-2) unstable; urgency=medium
* debian/tests: Tidy /tmp/pgpass?.
* debian/tests: Use zookeeperd when etcd-server is not available.
* debian/tests: Set TZ=UTC.
* Remove testsuite clutter on clean.
* features/environment.py: Make "import consul" optional.
* Bump DH compat to 10 to get systemd integration; patch patroni.service to
start only if /etc/patroni/config.yml exists.

4
debian/rules vendored
View file

@ -9,8 +9,8 @@ export READTHEDOCS=no
override_dh_auto_clean:
-dh_auto_clean
rm -rf docs/build
rm -rf .eggs .pybuild
rm -rf docs/build features/output coverage.xml .coverage*
rm -rf .cache .eggs dummy junit.xml .pybuild
override_dh_auto_build:
dh_auto_build