From e00e63bf4c785da246e48de1e22e23553c5ed8e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 3 Jul 2024 14:13:16 +0200 Subject: Add Build-Depends, Install missing files --- debian/control | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index f9621c4..e8dbb9f 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,11 @@ Uploaders: Build-Depends: cmake, debhelper-compat (= 13), + inkscape, + libfreeimage-dev, libgtk2.0-dev, - libzip-dev + libzip-dev, + pandoc Rules-Requires-Root: no Standards-Version: 4.5.0 Homepage: http://xtrkcad.org/ -- cgit v1.2.3 From 6eaa669dde11cc76c41c0e75fce0a5c7bd6ad07b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 3 Jul 2024 20:48:13 +0200 Subject: d/control: Change to new repository URL --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index e8dbb9f..3201750 100644 --- a/debian/control +++ b/debian/control @@ -16,8 +16,8 @@ Build-Depends: Rules-Requires-Root: no Standards-Version: 4.5.0 Homepage: http://xtrkcad.org/ -Vcs-Git: git://jff.email/opt/git/xtrkcad.git -Vcs-Browser: https://jff.email/cgit/xtrkcad.git/ +Vcs-Git: git://git.jff.email/xtrkcad.git +Vcs-Browser: https://git.jff.email/cgit/xtrkcad.git Package: xtrkcad Architecture: any -- cgit v1.2.3 From f589d5d468efc004515067625bed9917aa411327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 3 Jul 2024 20:51:26 +0200 Subject: d/control: Change Standards-Version to 4.7.0.0 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 3201750..becb25f 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: libzip-dev, pandoc Rules-Requires-Root: no -Standards-Version: 4.5.0 +Standards-Version: 4.7.0.0 Homepage: http://xtrkcad.org/ Vcs-Git: git://git.jff.email/xtrkcad.git Vcs-Browser: https://git.jff.email/cgit/xtrkcad.git -- cgit v1.2.3 From d5546587763ee4a4b9a3f0c39c2a1c7c5f4a8bcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 3 Jul 2024 21:27:19 +0200 Subject: d/control: Add myself as Maintainer and Daniel E. Markle as Uploader --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index becb25f..4ab9d69 100644 --- a/debian/control +++ b/debian/control @@ -1,10 +1,10 @@ Source: xtrkcad Section: editors Priority: optional -Maintainer: Daniel E. Markle +Maintainer: Jörg Frings-Fürst Uploaders: + Daniel E. Markle Mike Gabriel , - Jörg Frings-Fürst Build-Depends: cmake, debhelper-compat (= 13), -- cgit v1.2.3 From ec3c0f6f6e7153fa797dc57a0e95779cbc63a23b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 3 Jul 2024 21:53:04 +0200 Subject: d/control: Fix Uploaders --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 4ab9d69..21463b0 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Section: editors Priority: optional Maintainer: Jörg Frings-Fürst Uploaders: - Daniel E. Markle - Mike Gabriel , + Daniel E. Markle , + Mike Gabriel Build-Depends: cmake, debhelper-compat (= 13), -- cgit v1.2.3