From: Dmitry Borodaenko Date: Tue, 8 Oct 2013 01:24:14 +0000 (-0700) Subject: clean vendorized remoto in debian/rules X-Git-Tag: v1.3~21^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=01bb94fceeca124a4707282adf164fd196714646;p=ceph-deploy.git clean vendorized remoto in debian/rules --- diff --git a/debian/rules b/debian/rules index 8767aa2..b46b956 100755 --- a/debian/rules +++ b/debian/rules @@ -7,3 +7,6 @@ export DH_VERBOSE=1 %: dh $@ --buildsystem python_distutils --with python2 +override_dh_clean: + rm -rf ceph_deploy/lib/remoto + dh_clean