diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index c6dfc61..a7b598a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ sane-backends (1.0.27-2) UNRELEASED; urgency=medium * debian/control: - Remove obsolete section about sane-backends-extras. + - Revert change from Breaks to Conflicts for binary package libsane1 + (Closes: #908681). -- Jörg Frings-Fürst <debian@jff.email> Sun, 02 Sep 2018 19:02:30 +0200 diff --git a/debian/control b/debian/control index 75f7f78..ae76392 100644 --- a/debian/control +++ b/debian/control @@ -78,9 +78,9 @@ Package: libsane1 Section: libs Architecture: any Multi-Arch: same -Conflicts: libsane (<< 1.0.27-1~) -Replaces: libsane (<< 1.0.27-1~) -Provides: libsane (= ${binary:Version}) +Breaks: libsane (<<1.0.27-1) +Replaces: libsane (<<1.0.27-1) +Pre-Depends: ${misc:Pre-Depends} Depends: acl [linux-any], adduser, |