From 68cf9bf6d46c398bc3b73606754ad60baed9142d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 20 Jul 2019 09:56:11 +0200 Subject: Fix FTBFS --- debian/changelog | 7 +++++++ debian/control | 9 ++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 55726f5..d3194ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +uriparser (0.9.3-2) UNRELEASED; urgency=medium + + * Fix FTBFS: + - debian/control: move all Build-Depends-Indep to Build-Depends. + + -- Jörg Frings-Fürst Sat, 20 Jul 2019 09:53:49 +0200 + uriparser (0.9.3-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 7906dc1..241a011 100644 --- a/debian/control +++ b/debian/control @@ -3,16 +3,15 @@ Section: libs Priority: optional Maintainer: Jörg Frings-Fürst Build-Depends: - debhelper (>= 12), - dh-exec (>=0.3) -Build-Depends-Indep: cmake, + debhelper (>= 12), + dh-exec (>=0.3), doxygen, graphviz, - qttools5-dev-tools, - qtbase5-dev, libgtest-dev, libqt5sql5-sqlite + qtbase5-dev, + qttools5-dev-tools Standards-Version: 4.4.0 Homepage: http://uriparser.sourceforge.net Vcs-Git: git://jff.email/opt/git/uriparser.git -- cgit v1.2.3