debhelper version 9.20130720 fails on the call to dh_auto_clean

Remove it. It was anyway useless.
This commit is contained in:
Sylvestre Ledru 2013-08-22 14:41:20 +00:00
parent 88f2193129
commit c3f3e451a5
2 changed files with 7 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
llvm-toolchain-3.3 (1:3.3-7) unstable; urgency=low
* debhelper version 9.20130720 fails on the call to dh_auto_clean
Remove it. It was anyway useless.
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 22 Aug 2013 14:28:25 +0200
llvm-toolchain-3.3 (1:3.3-6) unstable; urgency=low llvm-toolchain-3.3 (1:3.3-6) unstable; urgency=low
* Fix the FTBFS under hurd and KFreeBSD * Fix the FTBFS under hurd and KFreeBSD

1
debian/rules vendored
View File

@ -286,7 +286,6 @@ override_dh_gencontrol:
dh_gencontrol -- $(control_vars) dh_gencontrol -- $(control_vars)
override_dh_auto_clean: override_dh_auto_clean:
dh_auto_clean
rm -rf $(TARGET_BUILD) tools/clang/include/clang/Debian/debian_path.h docs/_build/ tools/clang/docs/_html/ rm -rf $(TARGET_BUILD) tools/clang/include/clang/Debian/debian_path.h docs/_build/ tools/clang/docs/_html/
rm -f `ls debian/*.in|sed -e "s|.in$$||g"` rm -f `ls debian/*.in|sed -e "s|.in$$||g"`
find utils -name '*.pyc' | xargs -r rm -f find utils -name '*.pyc' | xargs -r rm -f