diff -Nru path.py-8.1.2+dfsg/debian/changelog path.py-8.1.2+dfsg/debian/changelog --- path.py-8.1.2+dfsg/debian/changelog 2016-03-11 22:57:51.000000000 +0000 +++ path.py-8.1.2+dfsg/debian/changelog 2016-04-12 17:56:05.000000000 +0000 @@ -1,8 +1,14 @@ -path.py (8.1.2+dfsg-1~ubuntu14.04.1~ppa1) trusty; urgency=medium +path.py (8.1.2+dfsg-1ubuntu1~ubuntu14.04.1~ppa1) trusty; urgency=medium * No-change backport to trusty - -- Marco Ceppi Fri, 11 Mar 2016 17:57:51 -0500 + -- Marco Ceppi Tue, 12 Apr 2016 13:56:05 -0400 + +path.py (8.1.2+dfsg-1ubuntu1) xenial; urgency=medium + + * [d/control] Breaks and replaces python-path.py + + -- Marco Ceppi Tue, 12 Apr 2016 13:52:52 -0400 path.py (8.1.2+dfsg-1) unstable; urgency=medium diff -Nru path.py-8.1.2+dfsg/debian/control path.py-8.1.2+dfsg/debian/control --- path.py-8.1.2+dfsg/debian/control 2015-10-11 12:05:42.000000000 +0000 +++ path.py-8.1.2+dfsg/debian/control 2016-04-12 17:52:01.000000000 +0000 @@ -16,6 +16,8 @@ Package: python-path Architecture: all Depends: ${misc:Depends}, ${python:Depends} +Breaks: python-path.py +Replaces: python-path.py Description: module wrapper for os.path for Python 2 path.py implements a path objects as first-class entities, allowing common operations on files to be invoked on those path objects directly. @@ -25,6 +27,8 @@ Package: python3-path Architecture: all Depends: ${misc:Depends}, ${python3:Depends} +Breaks: python3-path.py +Replaces: python3-path.py Description: module wrapper for os.path for Python 3 path.py implements a path objects as first-class entities, allowing common operations on files to be invoked on those path objects directly.