From af944e45f1dedeacc5ce94ff34bac3f5e3ddecaa Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 10 Mar 2016 09:55:17 +0000 Subject: [PATCH] Bring back the removal of the build dir --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c5be35c8..02e9ec3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ llvm-toolchain-snapshot (1:3.9~svn260851-2) UNRELEASED; urgency=medium * Remove the autoconf section + * Bring back the removal of the build dir -- Sylvestre Ledru Wed, 09 Mar 2016 19:30:30 +0100 diff --git a/debian/rules b/debian/rules index ba9ae48d..3e9f14c5 100755 --- a/debian/rules +++ b/debian/rules @@ -360,7 +360,7 @@ override_dh_auto_install: # Delete the target build directory to save some space on the build systems # All the files have been installed in $(CURDIR)/debian/tmp/ already -# rm -rf $(TARGET_BUILD) + rm -rf $(TARGET_BUILD) override_dh_shlibdeps: