Codebase list iwyu / 276c592
* New upstream release * Switch to llvm/clang 3.5 * Standards-Version updated to 3.9.6 Sylvestre Ledru 9 years ago
3 changed file(s) with 12 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 iwyu (3.5-1~exp1) experimental; urgency=medium
1
2 * New upstream release
3 * Switch to llvm/clang 3.5
4 * Standards-Version updated to 3.9.6
5
6 -- Sylvestre Ledru <sylvestre@debian.org> Tue, 30 Dec 2014 14:32:11 +0100
7
08 iwyu (3.4-1) unstable; urgency=medium
19
210 * New upstream release
22 Priority: extra
33 Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
44 Uploaders: Sylvestre Ledru <sylvestre@debian.org>
5 Build-Depends: debhelper (>= 8.0.0), cmake, libclang-3.4-dev, llvm-3.4-dev,
6 help2man, libncurses5-dev
7 Standards-Version: 3.9.5
5 Build-Depends: debhelper (>= 8.0.0), cmake, libclang-3.5-dev, llvm-3.5-dev,
6 help2man, libncurses5-dev, zlib1g-dev
7 Standards-Version: 3.9.6
88 Homepage: http://code.google.com/p/include-what-you-use/
99 Vcs-Svn: svn://svn.debian.org/svn/pkg-llvm/iwyu/trunk/
1010 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-llvm/iwyu/trunk/
1010 dh $@ --buildsystem=cmake --builddirectory=$(TARGET_BUILD)
1111
1212 override_dh_auto_configure:
13 dh_auto_configure -- -DLLVM_PATH=/usr/lib/llvm-3.4/
13 dh_auto_configure -- -DLLVM_PATH=/usr/lib/llvm-3.5/
1414
1515 override_dh_auto_build:
1616 dh_auto_build