Codebase list iwyu / 0c6b2f7
* New upstream release * Add libncurses5-dev as a build deps * Add a watch file Sylvestre Ledru 10 years ago
4 changed file(s) with 14 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 iwyu (3.4-1) unstable; urgency=medium
1
2 * New upstream release
3 * Add libncurses5-dev as a build deps
4 * Add a watch file
5
6 -- Sylvestre Ledru <sylvestre@debian.org> Tue, 06 May 2014 17:11:05 +0200
7
08 iwyu (3.3-4) unstable; urgency=medium
19
210 * Make iwyu co-installable with clang 3.5 (Closes: #734900)
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.3-dev, llvm-3.3-dev,
6 help2man
5 Build-Depends: debhelper (>= 8.0.0), cmake, libclang-3.4-dev, llvm-3.4-dev,
6 help2man, libncurses5-dev
77 Standards-Version: 3.9.5
88 Homepage: http://code.google.com/p/include-what-you-use/
99 Vcs-Svn: svn://svn.debian.org/svn/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.3/
13 dh_auto_configure -- -DLLVM_PATH=/usr/lib/llvm-3.4/
1414
1515 override_dh_auto_build:
1616 dh_auto_build
0 version=3
1 https://code.google.com/p/include-what-you-use/ \
2 http://include-what-you-use.com/downloads/include-what-you-use-(.*).src.tar.gz