On 2016-06-26 18:42 +0200, Andreas Henriksson wrote:
> Control: tags -1 + pending
> Control: severity -1 serious
>
> Hello!
>
> Thanks for your bug report. I apparently forgot to bump the version
> of the already existing Breaks/Replaces statements in previous upload.
> Fixed in git, will be part of next upload.
The fix in git is wrong (at least not sufficient), though. You bumped
the Breaks/Replaces combination in util-linux, but really it needs to be
changed in mount, removing the spurious tilde:
--8<---------------cut here---------------start------------->8---
diff --git a/debian/control b/debian/control
index cef4980..61f66ba 100644
--- a/debian/control
+++ b/debian/control
@@ -78,8 +78,8 @@ Section: admin
Pre-Depends: ${misc:Pre-Depends}, ${shlibs:Depends}
Depends: ${misc:Depends}
Suggests: nfs-common (>=1:1.1.0-13)
-Breaks: bash-completion (<< 1:2.1-4.3~)
-Replaces: bash-completion (<< 1:2.1-4.3~)
+Breaks: bash-completion (<< 1:2.1-4.3)
+Replaces: bash-completion (<< 1:2.1-4.3)
Multi-Arch: foreign
Description: tools for mounting and manipulating filesystems
This package provides the mount(8), umount(8), swapon(8),
--8<---------------cut here---------------end--------------->8---
Cheers,
Sven