From d0750e3b661410e6cc8d761b91ad744972d53c43 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 28 Oct 2018 20:51:31 +0100 Subject: [PATCH] Revert "Remove suggests on now-removed dbg package" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This reverts commit 395432d4627e28a309925bed47e75fa2411569b0. Need to add back the -dbg packages… --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 1c03118..4f05783 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Package: python-pyxattr Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${python:Provides} -Suggests: python-pyxattr-doc +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 @@ -29,7 +29,7 @@ Package: python3-pyxattr Architecture: any Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${python3:Provides} -Suggests: python-pyxattr-doc +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 -- 2.39.2