summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2014-05-06 18:06:46 +0000
committerSylvestre Ledru <sylvestre@debian.org>2014-05-06 18:06:46 +0000
commit0c6b2f74b1512349928e0e718c0b4261968e4f8f (patch)
tree3b43122f05ded8e567294168eb0f3ce3991257c8
parent079ba44de7065d74c3980a98f4df319a237609af (diff)
* New upstream release
* Add libncurses5-dev as a build deps * Add a watch file
-rw-r--r--debian/changelog8
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules2
-rw-r--r--debian/watch3
4 files changed, 14 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 22550ce..9a7b19e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+iwyu (3.4-1) unstable; urgency=medium
+
+ * New upstream release
+ * Add libncurses5-dev as a build deps
+ * Add a watch file
+
+ -- Sylvestre Ledru <sylvestre@debian.org> Tue, 06 May 2014 17:11:05 +0200
+
iwyu (3.3-4) unstable; urgency=medium
* Make iwyu co-installable with clang 3.5 (Closes: #734900)
diff --git a/debian/control b/debian/control
index 9a3bd08..c3e1d1d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ 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.3-dev, llvm-3.3-dev,
- help2man
+Build-Depends: debhelper (>= 8.0.0), cmake, libclang-3.4-dev, llvm-3.4-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/
diff --git a/debian/rules b/debian/rules
index 977579b..cc8972c 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.3/
+ dh_auto_configure -- -DLLVM_PATH=/usr/lib/llvm-3.4/
override_dh_auto_build:
dh_auto_build
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..96f1003
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+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