]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Do not dh_auto_clean
authorThomas Goirand <thomas@goirand.fr>
Tue, 14 Jun 2016 07:30:48 +0000 (07:30 +0000)
committerThomas Goirand <thomas@goirand.fr>
Tue, 14 Jun 2016 07:30:48 +0000 (07:30 +0000)
Rewritten-From: dd55359e2775a744a25ddcd5092affc9e466b86c

xenial/debian/rules

index 3f805a66bee29ec32f7dbb62802e2381bfe399f8..977b43211977be4e0a94e5075f92368b2ba2fa74 100755 (executable)
@@ -26,6 +26,9 @@ override_dh_clean:
        rm -f debian/cinder-common.config debian/cinder-common.postinst debian/cinder-api.config debian/cinder-api.postinst debian/cinder-volume.postinst
        rm -rf debian/*.upstart debian/*.service
 
+override_dh_auto_clean:
+       echo "Do nothing..."
+
 override_dh_auto_install:
        echo "Do nothing..."