From c0017b94e911ff5bea03ccb87cd1c52f8020bfc7 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 15 May 2016 00:12:07 +0200 Subject: [PATCH] Fixup python-pyxattr-doc interaction with old python-pyxattr I thought that as the html files are in a new location, we don't need replaces/breaks; but there's the doc base file, with the same name :( Fix things up (fortunately re-reading the policy shows that just installing the new -doc package won't remove the old python-pyxattr, but upgrade it to newer one), and also add the -doc package to suggests on the -pyxattr ones. --- debian/control | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 5223a6e..596182f 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Package: python-pyxattr Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${python:Provides} -Suggests: python-pyxattr-dbg +Suggests: python-pyxattr-dbg, python-pyxattr-doc Description: module for manipulating filesystem extended attributes pyxattr is a Python interface to the libattr library. It allows manipulation of the filesystem extended attributes present in some @@ -44,7 +44,7 @@ Package: python3-pyxattr Architecture: any Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${python3:Provides} -Suggests: python3-pyxattr-dbg +Suggests: python3-pyxattr-dbg, python-pyxattr-doc Description: module for manipulating filesystem extended attributes (Python3) pyxattr is a Python interface to the libattr library. It allows manipulation of the filesystem extended attributes present in some @@ -69,6 +69,8 @@ Description: module for manipulating filesystem extended attributes (Python3 deb Package: python-pyxattr-doc Architecture: all Section: doc +Replaces: python-pyxattr (<< 0.5.6-1) +Breaks: python-pyxattr (<< 0.5.6-1) Depends: ${misc:Depends}, ${sphinxdoc:Depends} Description: module for manipulating filesystem extended attributes (documentation) pyxattr is a Python interface to the libattr library. It allows -- 2.39.2