summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2016-12-27 19:43:49 +0000
committerSylvestre Ledru <sylvestre@debian.org>2016-12-27 19:43:49 +0000
commitc8632971fa2d8d6c6db44914b8cc8a6ded2b33b3 (patch)
tree8db03a0204cbf237a95938e08c08b1c75a2770d1
parent9b5cfb054ea63f364c59d5a0313d76ff234a0d0e (diff)
* Rebuild to manage clang 3.9.1 (Closes: #849402)
yes, this needs to be properly fixed and managed at runtime * Remove usr/bin/fix_includes.py to fix script-with-language-extension (was already shipped under fix_includes anyway) * Rename usr/bin/iwyu_tool.py to usr/bin/iwyu_tool
-rw-r--r--debian/changelog10
-rwxr-xr-xdebian/rules7
2 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 5bb9117..4d7fea0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+iwyu (3.9-2) unstable; urgency=medium
+
+ * Rebuild to manage clang 3.9.1 (Closes: #849402)
+ yes, this needs to be properly fixed and managed at runtime
+ * Remove usr/bin/fix_includes.py to fix script-with-language-extension (was already shipped
+ under fix_includes anyway)
+ * Rename usr/bin/iwyu_tool.py to usr/bin/iwyu_tool
+
+ -- Sylvestre Ledru <sylvestre@debian.org> Mon, 26 Dec 2016 18:49:23 +0100
+
iwyu (3.9-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/rules b/debian/rules
index e9fd23f..d6f51f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,5 +26,12 @@ override_dh_auto_build:
cd $(TARGET_BUILD) && ln -s include-what-you-use.1 iwyu.1 && \
cp ../fix_includes.py fix_include
+override_dh_auto_install:
+ dh_auto_install
+ cd debian/iwyu/usr/bin; \
+ rm -f fix_includes.py; \
+ mv iwyu_tool.py iwyu_tool
+
+
override_dh_auto_clean:
rm -rf $(TARGET_BUILD)