diff options
| -rw-r--r-- | debian/changelog | 9 | ||||
| -rw-r--r-- | debian/control | 9 | 
2 files changed, 12 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index d3392fd..3063b48 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +sane-backends (1.0.27-2) unstable; 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>  Thu, 27 Sep 2018 08:30:18 +0200 +  sane-backends (1.0.27-1) unstable; urgency=medium    * Upload to unstable (Closes: #905838, #905913). diff --git a/debian/control b/debian/control index 2c44ba0..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, @@ -101,9 +101,6 @@ Description: API library for scanners   under the GNU General Public License (commercial applications and   backends are welcome, too, however).   . - This package includes the backends for many scanners. A libsane-extras - package containing some not-yet-included backends is available separately. - .   Graphical frontends for sane are available in the packages sane and   xsane. Command line frontend scanimage, saned and sane-find-scanner are   available in the sane-utils package.  | 
