[Python-modules-commits] [pep8] 01/02: Fixed Breaks+Replaces for splitting into python-pep8 package

Ondřej Nový onovy at moszumanska.debian.org
Fri Aug 12 13:34:44 UTC 2016


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

onovy pushed a commit to branch master
in repository pep8.

commit 280d811477c1c0d7befb42110b621e73ac37721e
Author: Ondřej Nový <onovy at debian.org>
Date:   Fri Aug 12 15:26:01 2016 +0200

    Fixed Breaks+Replaces for splitting into python-pep8 package
---
 debian/changelog | 2 ++
 debian/control   | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 722e712..c78f5a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ pep8 (1.7.0-3) UNRELEASED; urgency=medium
     pep8 -> pycodestyle
   * Fixed typo in debian/pep8.1
   * Bumped debhelper compat version to 9
+  * Fixed Breaks+Replaces for splitting into python-pep8 package
+    (Closes: #817187)
 
  -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 21:46:12 +0200
 
diff --git a/debian/control b/debian/control
index 933456a..b3280fc 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,8 @@ Description: Python PEP 8 code style checker - transitional package
 Package: python-pep8
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources
-Replaces: pep8 (<< 1.6.2-0.1)
+Replaces: pep8 (<< 1.7.0-1)
+Breaks: pep8 (<< 1.7.0-1)
 Description: Python PEP 8 code style checker - Python
  Features a plugin architecture allowing for adding new checks is easily.
  Parseable output listing line numbers of the error location.  Consists of

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



More information about the Python-modules-commits mailing list