mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-14 15:46:21 +00:00
* Refresh of the patches
* debhelper version 9.20130720 fails on the call to dh_auto_clean Remove it. It was anyway useless.
This commit is contained in:
parent
6270d75c8f
commit
81004deb50
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,10 +1,17 @@
|
||||
llvm-toolchain-snapshot (1:3.4~svn188990-1) unstable; urgency=low
|
||||
|
||||
* New snapshot release
|
||||
* Refresh of the patch
|
||||
* Refresh of the patches
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 22 Aug 2013 09:01:38 +0200
|
||||
|
||||
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
|
||||
|
||||
* Fix the FTBFS under hurd and KFreeBSD
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -300,7 +300,6 @@ override_dh_gencontrol:
|
||||
dh_gencontrol -- $(control_vars)
|
||||
|
||||
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 -f `ls debian/*.in|sed -e "s|.in$$||g"`
|
||||
find utils -name '*.pyc' | xargs -r rm -f
|
||||
|
Loading…
Reference in New Issue
Block a user