From 070d60a70411e75984403b4276176623ece606bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 12 Feb 2023 18:16:18 +0100 Subject: d/control: Remove obsolete package Depends lsb-base --- debian/control | 1 - 1 file changed, 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 87c1306..63e691a 100644 --- a/debian/control +++ b/debian/control @@ -37,7 +37,6 @@ Architecture: any Multi-Arch: foreign Depends: adduser, - lsb-base (>= 3.0-6), update-inetd, ${misc:Depends}, ${shlibs:Depends} -- cgit v1.2.3 From 14da86fb55cc16765a6b91fd48ffd65098198db3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 12 Feb 2023 18:34:06 +0100 Subject: Declare compliance with Debian Policy 4.6.2.0 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 63e691a..89de737 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: sane-backends Section: graphics Priority: optional Maintainer: Jörg Frings-Fürst -Standards-Version: 4.6.0 +Standards-Version: 4.6.2.0 Build-Depends: autoconf, autoconf-archive, -- cgit v1.2.3 From 3b4aadf2cac0054646da2e82bbffa66c86d7a735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 13 Feb 2023 19:07:19 +0100 Subject: d/control: Add libpng-dev to Build-Depends --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 89de737..7dcc113 100644 --- a/debian/control +++ b/debian/control @@ -17,6 +17,7 @@ Build-Depends: libieee1284-3-dev [!hurd-i386], libjpeg-dev, libltdl-dev, + libpng-dev, libpoppler-glib-dev, libsnmp-dev [!kfreebsd-any], libsystemd-dev [linux-any], -- cgit v1.2.3