Bug#795499: patch
Michael Vogt
mvo at debian.org
Fri Aug 14 18:35:13 UTC 2015
Hi,
here the debian/* debdiff. I'm not sure about the version number, it
appears that upstream has changed the schema.
Cheers,
Michael
-------------- next part --------------
--- iwyu-3.4/debian/changelog 2014-05-06 17:36:43.000000000 +0200
+++ iwyu-0.4/debian/changelog 2015-08-14 20:00:53.000000000 +0200
@@ -1,3 +1,9 @@
+iwyu (1:0.4-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Michael Vogt <mvo at debian.org> Fri, 14 Aug 2015 20:00:47 +0200
+
iwyu (3.4-1) unstable; urgency=medium
* New upstream release
--- iwyu-3.4/debian/control 2014-05-06 17:32:10.000000000 +0200
+++ iwyu-0.4/debian/control 2015-08-14 20:05:31.000000000 +0200
@@ -3,16 +3,16 @@
Priority: extra
Maintainer: LLVM Packaging Team <pkg-llvm-team at lists.alioth.debian.org>
Uploaders: Sylvestre Ledru <sylvestre at debian.org>
-Build-Depends: debhelper (>= 8.0.0), cmake, libclang-3.4-dev, llvm-3.4-dev,
+Build-Depends: debhelper (>= 8.0.0), cmake, libclang-3.6-dev, llvm-3.6-dev,
help2man, libncurses5-dev
Standards-Version: 3.9.5
-Homepage: http://code.google.com/p/include-what-you-use/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-llvm/iwyu/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-llvm/iwyu/trunk/
+Homepage: http://include-what-you-use.org/
+Vcs-Git: https://github.com/include-what-you-use/include-what-you-use.git
+Vcs-Browser: https://github.com/include-what-you-use/include-what-you-use
Package: iwyu
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, clang-3.3 | clang-3.4 | clang-3.5, python
+Depends: ${shlibs:Depends}, ${misc:Depends}, clang-3.3 | clang-3.4 | clang-3.5 | clang-3.6, python
Description: Analyze #includes in C and C++ source files
"Include what you use" means this: for every symbol (type, function variable,
or macro) that you use in foo.cc, either foo.cc or foo.h should #include a .h
--- iwyu-3.4/debian/rules 2014-05-06 17:17:12.000000000 +0200
+++ iwyu-0.4/debian/rules 2015-08-14 20:07:13.000000000 +0200
@@ -11,7 +11,7 @@
dh $@ --buildsystem=cmake --builddirectory=$(TARGET_BUILD)
override_dh_auto_configure:
- dh_auto_configure -- -DLLVM_PATH=/usr/lib/llvm-3.4/
+ dh_auto_configure -- -DLLVM_PATH=/usr/lib/llvm-3.6/
override_dh_auto_build:
dh_auto_build
--- iwyu-3.4/debian/watch 2014-05-06 17:35:49.000000000 +0200
+++ iwyu-0.4/debian/watch 2015-08-14 20:07:06.000000000 +0200
@@ -1,3 +1,2 @@
version=3
-https://code.google.com/p/include-what-you-use/ \
-http://include-what-you-use.com/downloads/include-what-you-use-(.*).src.tar.gz
\ No newline at end of file
+http://include-what-you-use.com/downloads/include-what-you-use-(.*).src.tar.gz
More information about the Pkg-llvm-team
mailing list