summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@mozilla.com>2018-04-28 10:17:47 +0200
committerSylvestre Ledru <sylvestre@mozilla.com>2018-04-28 10:17:47 +0200
commit0a38e794af1feaf5eb7db0eea65aca1a4c7fdda8 (patch)
tree67edc4da150ebf29fd4e6c7d4bc85d3ba8133f02
parent4c7e652d3f1ab3e4f79d0d7648d997b4f4b40643 (diff)
* New upstream release
* Switch to llvm/clang 5 * Add clang-7 as part of the options * Standards-Version updated to 4.1.3
-rw-r--r--debian/changelog9
-rw-r--r--debian/control7
-rwxr-xr-xdebian/rules2
-rw-r--r--debian/source/format1
4 files changed, 15 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index c0c555d..01275a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+iwyu (5.0-1) unstable; urgency=medium
+
+ * New upstream release
+ * Switch to llvm/clang 5
+ * Add clang-7 as part of the options
+ * Standards-Version updated to 4.1.3
+
+ -- Sylvestre Ledru <sylvestre@debian.org> Wed, 07 Feb 2018 20:56:47 +0100
+
iwyu (4.0-2) unstable; urgency=medium
* Cleanup the list of dependencies to add clang and remove
diff --git a/debian/control b/debian/control
index de25a4b..3798798 100644
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,17 @@ Section: devel
Priority: optional
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Uploaders: Sylvestre Ledru <sylvestre@debian.org>
-Build-Depends: debhelper (>= 10.0.0), cmake, libclang-4.0-dev, llvm-4.0-dev,
+Build-Depends: debhelper (>= 10.0.0), cmake, libclang-5.0-dev, llvm-5.0-dev,
help2man, libncurses5-dev, zlib1g-dev
-Standards-Version: 4.4.1
+Standards-Version: 4.1.3
Homepage: http://include-what-you-use.org/
Vcs-Svn: svn://svn.debian.org/svn/pkg-llvm/iwyu/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-llvm/iwyu/trunk/
Package: iwyu
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, clang | clang-4.0 | clang-5.0 | clang-6.0, python
+Depends: ${shlibs:Depends}, ${misc:Depends}, clang | clang-4.0 | clang-5.0 | clang-6.0 | clang-7,
+ 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
diff --git a/debian/rules b/debian/rules
index 4774298..49143ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ endif
dh $@ --buildsystem=cmake --builddirectory=$(TARGET_BUILD)
override_dh_auto_configure:
- dh_auto_configure -- -DCMAKE_CXX_FLAGS="$(ADDITIONAL_CXX_FLAGS)" -DLLVM_PATH=/usr/lib/llvm-4.0/
+ dh_auto_configure -- -DCMAKE_CXX_FLAGS="$(ADDITIONAL_CXX_FLAGS)" -DLLVM_PATH=/usr/lib/llvm-5.0/
override_dh_auto_build:
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)