diff -Nru python-json-patch-1.3/debian/changelog python-json-patch-1.3/debian/changelog --- python-json-patch-1.3/debian/changelog 2013-12-17 08:58:59.000000000 +0000 +++ python-json-patch-1.3/debian/changelog 2013-12-25 08:05:48.000000000 +0000 @@ -1,14 +1,16 @@ -python-json-patch (1.3-3ubuntu1) trusty; urgency=medium +python-json-patch (1.3-4) unstable; urgency=medium - * d/control: Update Breaks/Replaces versioning for python-json-patch-> - python-jsonpatch to accommodate backports. + * Fixes Breaks / Replaces so that it works with backports too. + (Closes: #732365). + * Sets Section: oldlibs & Priority: extra for the transition package. - -- James Page Tue, 17 Dec 2013 08:58:21 +0000 + -- Thomas Goirand Mon, 09 Dec 2013 23:38:04 +0800 python-json-patch (1.3-3) unstable; urgency=low * Renames binary packages as python-jsonpatch and python3-jsonpatch, to match the PKG-INFO / egg-info and comply to the Python policy. (Closes: #717916). + * VCS URLs back to the one of Alioth. -- Thomas Goirand Thu, 05 Dec 2013 22:25:33 +0800 diff -Nru python-json-patch-1.3/debian/control python-json-patch-1.3/debian/control --- python-json-patch-1.3/debian/control 2013-12-17 08:58:25.000000000 +0000 +++ python-json-patch-1.3/debian/control 2013-12-25 08:05:48.000000000 +0000 @@ -1,8 +1,7 @@ Source: python-json-patch Section: python Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: PKG OpenStack +Maintainer: PKG OpenStack Uploaders: Julien Danjou , Thomas Goirand , Mehdi Abaakouk @@ -15,8 +14,8 @@ python3-json-pointer, python3-setuptools Standards-Version: 3.9.4 -Vcs-Browser: http://git.gplhost.com/gitweb/?p=openstack/python-json-patch.git -Vcs-Git: http://git.gplhost.com/openstack/python-json-patch.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-json-patch.git +Vcs-Git: git://anonscm.debian.org/openstack/python-json-patch.git Homepage: https://github.com/stefankoegl/python-json-patch Package: python-jsonpatch @@ -48,8 +47,8 @@ Package: python3-jsonpatch Architecture: all Pre-Depends: dpkg (>= 1.15.6~) -Breaks: python3-json-patch (<< 1.3-3) -Replaces: python3-json-patch (<< 1.3-3) +Breaks: python3-json-patch (<< 1.3-3~) +Replaces: python3-json-patch (<< 1.3-3~) Depends: python3-json-pointer, ${misc:Depends}, ${python3:Depends} Recommends: ${python3:Recommends} Description: library to apply JSON patches - python 3.x @@ -73,6 +72,8 @@ This package provides the Python 3.x module. Package: python-json-patch +Section: oldlibs +Priority: extra Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: python-jsonpatch, ${misc:Depends} @@ -97,6 +98,8 @@ This package is a transitional package to python-jsonpatch. Package: python3-json-patch +Section: oldlibs +Priority: extra Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: python3-jsonpatch, ${misc:Depends}