diff --git a/debian/changelog b/debian/changelog index 673a9bf..94edc3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +httping (2.5-3) unstable; urgency=medium + + * Switch build-depend back to (unversionned)clang-tools + (Closes: #902813) + + -- Abhijith PA Fri, 03 Aug 2018 10:22:16 +0530 + httping (2.5-2) unstable; urgency=medium * Correct Build-depend clang-tools to clang-tools-4.0 diff --git a/debian/control b/debian/control index ff1c7da..568ebb1 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Build-Depends: debhelper (>= 11), libssl-dev, clang, - clang-tools-4.0, + clang-tools, libncursesw5-dev, libncurses5-dev, libfftw3-dev,