From 01bb94fceeca124a4707282adf164fd196714646 Mon Sep 17 00:00:00 2001 From: Dmitry Borodaenko Date: Mon, 7 Oct 2013 18:24:14 -0700 Subject: [PATCH] clean vendorized remoto in debian/rules --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.3