Rik Mills has proposed merging ~acheron/kubuntu-packaging/+git/kdewebdev:kubuntu_yakkety_archive into ~kubuntu-packagers/kubuntu-packaging/+git/kdewebdev:kubuntu_yakkety_archive.
Requested reviews: Kubuntu Packagers (kubuntu-packagers) For more details, see: https://code.launchpad.net/~acheron/kubuntu-packaging/+git/kdewebdev/+merge/298492 Fix libtidy-dev includes to match new tidybuffio.h name -- Your team Kubuntu Packagers is requested to review the proposed merge of ~acheron/kubuntu-packaging/+git/kdewebdev:kubuntu_yakkety_archive into ~kubuntu-packagers/kubuntu-packaging/+git/kdewebdev:kubuntu_yakkety_archive.
diff --git a/debian/changelog b/debian/changelog index fb620c5..fbc6f17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,9 @@ kdewebdev (4:16.04.2-0ubuntu1) UNRELEASED; urgency=medium [ Clive Johnston ] * New upstream release (16.04.2) + [ Rik Mills ] + * Add patch tidy-html5_new_include_name.diff - fixes libtidy-dev includes + -- Clive Johnston <[email protected]> Fri, 24 Jun 2016 22:39:54 +0100 kdewebdev (4:15.12.3-0ubuntu1) xenial; urgency=medium diff --git a/debian/patches/series b/debian/patches/series index 854dc83..b94743a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ no_need_to_have_interpreter_to_install_examples.diff kommanderwidgets-to-plugin.patch +tidy-html5_new_include_name.diff diff --git a/debian/patches/tidy-html5_new_include_name.diff b/debian/patches/tidy-html5_new_include_name.diff new file mode 100644 index 0000000..e833f0a --- /dev/null +++ b/debian/patches/tidy-html5_new_include_name.diff @@ -0,0 +1,16 @@ +Description: Corrects changed include name introduced by new upstream version of Tidy ++Author: Rik Mills <[email protected]> ++Origin: me ++Forwarded: no ++Last-Update: 2016-06-28 +--- a/klinkstatus/src/tidy/tidyx.h ++++ b/klinkstatus/src/tidy/tidyx.h +@@ -49,7 +49,7 @@ + */ + + #include <tidy.h> +-#include <buffio.h> ++#include <tidybuffio.h> + + #include <config-tidy.h> +
-- kubuntu-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
