[Python-modules-commits] [python-keyring] 03/03: Break old kupfer and wheel that do not work with this new version.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Thu Feb 25 18:47:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository python-keyring.
commit c8f42e8e1ae1f9ca7be9378d811aab93377a1a54
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Thu Feb 25 21:46:19 2016 +0300
Break old kupfer and wheel that do not work with this new version.
---
debian/changelog | 1 +
debian/control | 5 ++++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 77b0a71..0afb19c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ python-keyring (8.4.1-1) UNRELEASED; urgency=medium
* Add a debian/NEWS entry for the split.
* Drop the dummy get-orig-source target from debian/rules.
* Use https in Vcs-Git field.
+ * Break old kupfer and wheel that do not work with this new version.
-- Dmitry Shachnev <mitya57 at debian.org> Sun, 07 Feb 2016 13:14:00 +0300
diff --git a/debian/control b/debian/control
index d079380..f75989a 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,9 @@ Package: python-keyring
Architecture: all
Depends: python-dbus, ${misc:Depends}, ${python:Depends}
Recommends: python-secretstorage, python-keyrings.alt
-Breaks: kupfer (<< 0+v208-2.1), python-mini-buildd (<< 1.0.0~gamma.3)
+Breaks: kupfer (<< 0+v208-6),
+ python-mini-buildd (<< 1.0.0~gamma.3),
+ python-wheel (<< 0.27)
Description: store and access your passwords safely
The Python keyring library provides an easy way to access the system
keyring service (e.g Gnome-Keyring, KWallet) from Python.
@@ -35,6 +37,7 @@ Package: python3-keyring
Architecture: all
Depends: python3-dbus, ${misc:Depends}, ${python3:Depends}
Recommends: python3-secretstorage, python3-keyrings.alt
+Breaks: python3-wheel (<< 0.27)
Description: store and access your passwords safely - Python 3 version of the package
The Python keyring library provides an easy way to access the system
keyring service (e.g Gnome-Keyring, KWallet) from Python.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-keyring.git
More information about the Python-modules-commits
mailing list