[Python-modules-commits] [pyasn1] 10/11: d/control: mention this version breaks python-pysnmp4

Vincent Bernat bernat at moszumanska.debian.org
Tue Dec 26 07:22:23 UTC 2017


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

bernat pushed a commit to annotated tag debian/0.4.2-1
in repository pyasn1.

commit 461e42c5b437479c82206c11c978e07475697dec
Author: Vincent Bernat <vincent at bernat.im>
Date:   Tue Dec 26 08:18:12 2017 +0100

    d/control: mention this version breaks python-pysnmp4
---
 debian/changelog | 1 +
 debian/control   | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8eb52c8..a73f8be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ pyasn1 (0.4.2-1) UNRELEASED; urgency=medium
   * d/control: bump Standards-Version.
   * d/control: add documentation package.
   * d/control: add test suite.
+  * d/control: mention this version breaks python-pysnmp4.
 
  -- Vincent Bernat <bernat at debian.org>  Tue, 26 Dec 2017 07:24:19 +0100
 
diff --git a/debian/control b/debian/control
index 94f047f..1420da0 100644
--- a/debian/control
+++ b/debian/control
@@ -23,6 +23,7 @@ Testsuite: autopkgtest-pkg-python
 Package: python-pyasn1
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
+Breaks: python-pysnmp4 (<< 4.3.4)
 Description: ASN.1 library for Python (Python 2 module)
  This  is  an implementation  of  ASN.1  types  and codecs  in  Python
  programming language. It has been first written to support particular
@@ -34,6 +35,7 @@ Description: ASN.1 library for Python (Python 2 module)
 Package: python3-pyasn1
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
+Breaks: python3-pysnmp4 (<< 4.3.4)
 Description: ASN.1 library for Python (Python 3 module)
  This  is  an implementation  of  ASN.1  types  and codecs  in  Python
  programming language. It has been first written to support particular

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



More information about the Python-modules-commits mailing list