From cb602bce7004aedcad88f5a22e4d6acd9372da8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 28 Apr 2019 20:10:31 +0200 Subject: Some work to fix build errors --- debian/control | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 5de9921..d5658ca 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,10 @@ Section: libs Priority: optional Maintainer: Jörg Frings-Fürst Build-Depends: + cmake, debhelper (>= 11), - dh-exec (>=0.3) + dh-exec (>=0.3), + libgtest-dev Build-Depends-Indep: doxygen, graphviz, -- cgit v1.2.3 From d3f17d40ea57a789b3466db81a3b70fb1294242c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 13 Jul 2019 18:02:05 +0200 Subject: Rewrite build process; Refresh symbols file --- debian/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index d5658ca..33b7daf 100644 --- a/debian/control +++ b/debian/control @@ -3,15 +3,16 @@ Section: libs Priority: optional Maintainer: Jörg Frings-Fürst Build-Depends: - cmake, debhelper (>= 11), dh-exec (>=0.3), - libgtest-dev + qt5-default Build-Depends-Indep: + cmake, doxygen, graphviz, qttools5-dev-tools, qtbase5-dev, + libgtest-dev, libqt5sql5-sqlite Standards-Version: 4.3.0.1 Homepage: http://uriparser.sourceforge.net -- cgit v1.2.3 From 033557f8d81c917824bcd2aa7749e05afe6129c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 13 Jul 2019 18:04:12 +0200 Subject: Migrate to debhelper 12 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 33b7daf..300c86b 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: libs Priority: optional Maintainer: Jörg Frings-Fürst Build-Depends: - debhelper (>= 11), + debhelper (>= 12), dh-exec (>=0.3), qt5-default Build-Depends-Indep: -- cgit v1.2.3 From 507bcd327768259c16261dd8d224c230b48d2b72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 13 Jul 2019 18:06:10 +0200 Subject: Declare compliance with Debian Policy 4.4.0 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 300c86b..a63555f 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends-Indep: qtbase5-dev, libgtest-dev, libqt5sql5-sqlite -Standards-Version: 4.3.0.1 +Standards-Version: 4.4.0 Homepage: http://uriparser.sourceforge.net Vcs-Git: git://jff.email/opt/git/uriparser.git Vcs-Browser: https://jff.email/cgit/uriparser.git -- cgit v1.2.3 From 9e4c4c49fad21372f7f2e95f65d2932a7e024eef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 13 Jul 2019 18:30:03 +0200 Subject: Add QT stuff --- debian/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index a63555f..7906dc1 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,7 @@ Priority: optional Maintainer: Jörg Frings-Fürst Build-Depends: debhelper (>= 12), - dh-exec (>=0.3), - qt5-default + dh-exec (>=0.3) Build-Depends-Indep: cmake, doxygen, -- cgit v1.2.3