[Python-modules-commits] [python-pskc] 01/01: Add Breaks/Replaces to allow upgrades from older versions (closes: #820025)

Arthur de Jong adejong at moszumanska.debian.org
Tue Apr 5 20:09:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

adejong pushed a commit to branch master
in repository python-pskc.

commit 9e1804141d131cbc3f6d4564e4e10f601ddcaa28
Author: Arthur de Jong <adejong at debian.org>
Date:   Tue Apr 5 22:05:59 2016 +0200

    Add Breaks/Replaces to allow upgrades from older versions (closes: #820025)
---
 debian/changelog | 7 +++++++
 debian/control   | 2 ++
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d3de377..1500cc2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-pskc (0.4-2) UNRELEASED; urgency=medium
+
+  * Add Breaks/Replaces to allow upgrades from older versions
+    (closes: #820025)
+
+ -- Arthur de Jong <adejong at debian.org>  Tue, 05 Apr 2016 22:03:24 +0200
+
 python-pskc (0.4-1) unstable; urgency=medium
 
   * New upstream release:
diff --git a/debian/control b/debian/control
index 434aedd..189c476 100644
--- a/debian/control
+++ b/debian/control
@@ -50,6 +50,8 @@ Package: python-pskc-doc
 Architecture: all
 Depends: ${misc:Depends}
 Suggests: www-browser
+Replaces: python-pskc (<< 0.4-1), python3-pskc (<< 0.4-1)
+Breaks: python-pskc (<< 0.4-1), python3-pskc (<< 0.4-1)
 Section: doc
 Description: Python module for handling PSKC files (Documentation)
  This Python library handles Portable Symmetric Key Container (PSKC) files as

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pskc.git



More information about the Python-modules-commits mailing list