]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
clean vendorized remoto in debian/rules
authorDmitry Borodaenko <dborodaenko@mirantis.com>
Tue, 8 Oct 2013 01:24:14 +0000 (18:24 -0700)
committerDmitry Borodaenko <dborodaenko@mirantis.com>
Tue, 8 Oct 2013 01:24:14 +0000 (18:24 -0700)
debian/rules

index 8767aa20148c2a983cd58f9b7ee57618348ef5a6..b46b956d848fe3ac71efbbf2efe2e8a00be8b9bc 100755 (executable)
@@ -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