From dfa09e5c1754666e3e49ab5d5ac311796dad2ec7 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 22 Jan 2023 12:32:48 +0100 Subject: [PATCH] Drop suggests on the old dbg package --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f7e403b..3b2ee10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-pyxattr (0.8.0-2) UNRELEASED; urgency=medium + + * Drop the suggests on the -dbg package, was remove a long time ago. + + -- Iustin Pop Sun, 22 Jan 2023 12:31:44 +0100 + python-pyxattr (0.8.0-1) unstable; urgency=medium * New upstream version, one memory leak on an error path and otherwise diff --git a/debian/control b/debian/control index 76e8895..2cad628 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,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 Multi-Arch: same Description: module for manipulating filesystem extended attributes (Python3) pyxattr is a Python interface to the libattr library. It allows -- 2.39.2