From 395432d4627e28a309925bed47e75fa2411569b0 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 28 Oct 2018 20:10:58 +0100 Subject: [PATCH] Remove suggests on now-removed dbg package MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Oops… --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 43cb788..6f5287d 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-dbg, python-pyxattr-doc +Suggests: 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: python3-pyxattr-dbg, python-pyxattr-doc +Suggests: 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