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 From dba92f5e8b3397a9176465c2a098d21f7ff9f06f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 20 Jul 2019 10:23:12 +0200 Subject: d/control: typo --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 241a011..efdce3b 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: doxygen, graphviz, libgtest-dev, - libqt5sql5-sqlite + libqt5sql5-sqlite, qtbase5-dev, qttools5-dev-tools Standards-Version: 4.4.0 -- cgit v1.2.3 From 5afc81325e86f484cd1d22ae3b7f3928eb9fd7f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 20 Jul 2019 10:29:02 +0200 Subject: d/changelog: Change distribution to unstable, Change date and time to release --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d3194ae..7f6ddb7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -uriparser (0.9.3-2) UNRELEASED; urgency=medium +uriparser (0.9.3-2) unstable; 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 + -- Jörg Frings-Fürst Sat, 20 Jul 2019 10:24:00 +0200 uriparser (0.9.3-1) unstable; urgency=medium -- cgit v1.2.3