From 86e3b853eb458f82c2629069cd5069400d3b4260 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Wed, 16 May 2012 20:58:41 +0200 Subject: [PATCH] Fix some dependencies And other trivial things in debian/control --- debian/control | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 99270bf..9608fcf 100644 --- a/debian/control +++ b/debian/control @@ -30,7 +30,8 @@ Section: debug Priority: extra Architecture: any Depends: python-pyxattr (= ${binary:Version}), python-dbg, ${shlibs:Depends}, - ${misc:Depends} + ${misc:Depends}, ${python:Depends} +Provides: ${python:Provides} Description: module for manipulating filesystem extended attributes (debug extension) pyxattr is a Python interface to the libattr library. It allows manipulation of the filesystem extended attributes present in some @@ -43,7 +44,7 @@ Package: python3-pyxattr Architecture: any Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, ${sphinxdoc:Depends} -Provides: ${python:Provides} +Provides: ${python3:Provides} Suggests: python3-pyxattr-dbg Description: module for manipulating filesystem extended attributes (Python3) pyxattr is a Python interface to the libattr library. It allows @@ -58,8 +59,9 @@ Section: debug Priority: extra Architecture: any Depends: python3-pyxattr (= ${binary:Version}), python3-dbg, - ${shlibs:Depends}, ${misc:Depends} -Description: module for manipulating filesystem extended attributes (Python3 debug extension) + ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends} +Provides: ${python3:Provides} +Description: module for manipulating filesystem extended attributes (Python3 debug version) pyxattr is a Python interface to the libattr library. It allows manipulation of the filesystem extended attributes present in some operating systems (GNU/Linux included). -- 2.39.2