[SCM] mpd-sima/master: Overriding dh_clean to remove MPD_sima.egg-info

kaliko-guest at users.alioth.debian.org kaliko-guest at users.alioth.debian.org
Sun Jan 3 11:21:00 UTC 2016


The following commit has been merged in the master branch:
commit 0801e3eb1c2a77fb601293e752507f72cd9a1856
Author: Geoffroy Youri Berret <efrim at azylum.org>
Date:   Sun Jan 3 10:50:50 2016 +0100

    Overriding dh_clean to remove MPD_sima.egg-info

diff --git a/debian/rules b/debian/rules
index c5e8f85..2f91e74 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,3 +7,7 @@
 %:
 	dh $@ --with bash_completion,python3,systemd --buildsystem=pybuild
 
+override_dh_clean:
+	rm -rf MPD_sima.egg-info/
+	dh_clean
+

-- 
mpd-sima packaging



More information about the pkg-multimedia-commits mailing list