[Pkg-owncloud-commits] [qtkeychain] 01/02: Added Breaks and Replaces are missed for Qt4 and Qt5 version.
Sandro Knauß
hefee at moszumanska.debian.org
Fri Oct 28 23:43:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
hefee pushed a commit to branch master
in repository qtkeychain.
commit 66213524a2898fb2a3da89d74481ce7a192d25b1
Author: Sandro Knauß <hefee at debian.org>
Date: Sat Oct 29 00:35:11 2016 +0200
Added Breaks and Replaces are missed for Qt4 and Qt5 version.
Thanks: Alf Gaida
Closes: #842416
---
debian/control | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/debian/control b/debian/control
index add7a8c..b83862d 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,8 @@ Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Recommends: gnome-keyring | kde-runtime
+Breaks: libqtkeychain0
+Replaces: libqtkeychain0
Description: Qt API to store passwords
It can use KWallet or GNOME Keyring, if one of them is available.
If none of them is available, qtkeychain will report an error or writes
@@ -43,6 +45,8 @@ Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Recommends: gnome-keyring | kwalletmanager
+Breaks: libqt5keychain0
+Replaces: libqt5keychain0
Description: Qt API to store passwords (QT5 version)
It can use KWallet or GNOME Keyring, if one of them is available.
If none of them is available, qtkeychain will report an error or writes
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/qtkeychain.git
More information about the Pkg-owncloud-commits
mailing list