From d9dd18ded0a9d3d61b0161886ccde7bf4bc86d27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 4 Oct 2018 21:12:14 +0200 Subject: Declare compliance with Debian Policy 4.2.1 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index ae76392..309ae13 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.1.5 +Standards-Version: 4.2.1 Build-Depends: autoconf, chrpath, -- cgit v1.2.3 From c9c0b880fe894d2742e07ddb00985397da0f0636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 4 Oct 2018 21:30:22 +0200 Subject: Remove outdated makedev dependency --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 309ae13..b808617 100644 --- a/debian/control +++ b/debian/control @@ -85,7 +85,7 @@ Depends: acl [linux-any], adduser, libsane-common (= ${source:Version}), - udev [linux-any] | makedev [linux-any], + udev [linux-any], ${misc:Depends}, ${shlibs:Depends} Recommends: sane-utils (>= ${binary:Version}) -- cgit v1.2.3 From 472d38beb7d0bbb46d9a2996a3b99aeaee61afa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 5 Oct 2018 06:20:47 +0200 Subject: d/control: Change Breaks to Conflicts for binary package libsane1 --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index b808617..c52b8dc 100644 --- a/debian/control +++ b/debian/control @@ -78,9 +78,9 @@ Package: libsane1 Section: libs Architecture: any Multi-Arch: same -Breaks: libsane (<<1.0.27-1) -Replaces: libsane (<<1.0.27-1) -Pre-Depends: ${misc:Pre-Depends} +Conflicts: libsane (<< 1.0.27-1~) +Replaces: libsane (<< 1.0.27-1~) +Provides: libsane (= ${binary:Version}) Depends: acl [linux-any], adduser, -- cgit v1.2.3