summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2016-06-25 19:09:01 +0000
committerSylvestre Ledru <sylvestre@debian.org>2016-06-25 19:09:01 +0000
commita27a7d593e12010ff9a1d8b136859fdce69ea0fc (patch)
tree6628953aa3c9de074a8512bf62c73c2e7f572284
parent32dcb5c8bed22437125acf2b97dddef12758a69f (diff)
* New upstream release
* Switch to clang 3.8 * Standards-Version to 3.9.8
-rw-r--r--debian/changelog8
-rw-r--r--debian/control4
-rw-r--r--debian/patches/kfreebsd.diff24
-rw-r--r--debian/patches/series1
-rwxr-xr-xdebian/rules2
5 files changed, 11 insertions, 28 deletions
diff --git a/debian/changelog b/debian/changelog
index 4e33c25..5d35532 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+iwyu (3.8-1) unstable; urgency=medium
+
+ * New upstream release
+ * Switch to clang 3.8
+ * Standards-Version to 3.9.8
+
+ -- Sylvestre Ledru <sylvestre@debian.org> Sat, 25 Jun 2016 20:16:19 +0200
+
iwyu (3.7-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/control b/debian/control
index 2530600..0c95e7b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,9 @@ Section: devel
Priority: extra
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Uploaders: Sylvestre Ledru <sylvestre@debian.org>
-Build-Depends: debhelper (>= 8.0.0), cmake, libclang-3.7-dev, llvm-3.7-dev,
+Build-Depends: debhelper (>= 8.0.0), cmake, libclang-3.8-dev, llvm-3.8-dev,
help2man, libncurses5-dev, zlib1g-dev
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
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/
diff --git a/debian/patches/kfreebsd.diff b/debian/patches/kfreebsd.diff
deleted file mode 100644
index 5fabb32..0000000
--- a/debian/patches/kfreebsd.diff
+++ /dev/null
@@ -1,24 +0,0 @@
-Description: Fix FTBFS on kfreebsd
- Debian GNU/kFreeBSD - like Linux, but unlike FreeBSD - requires
- linking executables with -ldl.
-Forwarded: not-needed
-Author: Steven Chamberlain <steven@pyro.eu.org>
-Last-Update: 2015-09-08
-
-Index: include-what-you-use-clang_3.7/CMakeLists.txt
-===================================================================
---- include-what-you-use-clang_3.7.orig/CMakeLists.txt
-+++ include-what-you-use-clang_3.7/CMakeLists.txt
-@@ -166,6 +166,12 @@ else()
- dl
- )
- endif()
-+ # ... and Debian GNU/kFreeBSD
-+ if( CMAKE_SYSTEM_NAME MATCHES "FreeBSD" )
-+ target_link_libraries(include-what-you-use
-+ dl
-+ )
-+ endif()
- endif()
-
- install(TARGETS include-what-you-use RUNTIME DESTINATION bin)
diff --git a/debian/patches/series b/debian/patches/series
index 56359a5..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-kfreebsd.diff
diff --git a/debian/rules b/debian/rules
index 9276a2e..77aba18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ VERSION=$(shell dpkg-parsechangelog |grep "^Version:"|sed -e "s|Version: \(.*\)|
dh $@ --buildsystem=cmake --builddirectory=$(TARGET_BUILD)
override_dh_auto_configure:
- dh_auto_configure -- -DLLVM_PATH=/usr/lib/llvm-3.7/
+ dh_auto_configure -- -DLLVM_PATH=/usr/lib/llvm-3.8/
override_dh_auto_build:
dh_auto_build