[Python-modules-commits] [pydbus] 01/01: Remove autogenerated egg-info dir in the cleaning stage

Alberto Caso acaso-guest at moszumanska.debian.org
Sat Dec 10 14:15:58 UTC 2016


This is an automated email from the git hooks/post-receive script.

acaso-guest pushed a commit to branch master
in repository pydbus.

commit 4207d62a6ccb7ace5dfff119166fd55e15988b69
Author: Alberto Caso <alberto.caso at juntaex.es>
Date:   Sat Dec 10 15:15:50 2016 +0100

    Remove autogenerated egg-info dir in the cleaning stage
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 6787de2..029442d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,7 @@ override_dh_auto_test:
 	PYBUILD_SYSTEM=custom \
 	PYBUILD_TEST_ARGS="debian/run_tests.sh {interpreter}" \
 	dh_auto_test
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf pydbus.egg-info

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pydbus.git



More information about the Python-modules-commits mailing list