From 63244d6c8f1ed6af5f6a97e797eba7e1cc84dac8 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 10 Mar 2024 08:16:33 +0200 Subject: build: don't build-dep on build-essential Signed-off-by: Lars Wirzenius Sponsored-by: author --- debian/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/control b/debian/control index ec68777..ad9227f 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,7 @@ Section: tex Priority: optional Standards-Version: 4.2.0 Build-Depends: - debhelper (>= 10~), - build-essential, + debhelper (>= 10~) Homepage: https://gitlab.com/larswirzenius/pandoc-filter-diagram/ Package: pandoc-filter-diagram -- cgit v1.2.1 From 5fdd12f97ce3f3d9e9e4c65a5bbb1a4d961dceaf Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 10 Mar 2024 08:17:14 +0200 Subject: build: it's OK to not have a manual page for this package Signed-off-by: Lars Wirzenius Sponsored-by: author --- debian/lintian-override | 1 + 1 file changed, 1 insertion(+) create mode 100644 debian/lintian-override (limited to 'debian') diff --git a/debian/lintian-override b/debian/lintian-override new file mode 100644 index 0000000..aebd005 --- /dev/null +++ b/debian/lintian-override @@ -0,0 +1 @@ +pandoc-filter-diagram binary: no-manual-page -- cgit v1.2.1