From 8850dd0684aed15b75ee2b6c0f6836b0e8344c5f Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Fri, 26 Nov 2021 23:39:31 +0100 Subject: [PATCH] Remove dbg package and prepare new upload --- debian/changelog | 10 ++++++++-- debian/control | 18 ++---------------- debian/rules | 4 ---- debian/tests/run-testsuite-if-attrs-enabled | 2 -- debian/tests/simple | 1 - 5 files changed, 10 insertions(+), 25 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2e16034..10c3d20 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,17 @@ -python-pyxattr (0.7.2-2) UNRELEASED; urgency=medium +python-pyxattr (0.7.2-2) unstable; urgency=medium + [ Debian Janitor ] * Remove constraints unnecessary since buster: + python-pyxattr-doc: Drop versioned constraint on python-pyxattr in Replaces. + python-pyxattr-doc: Drop versioned constraint on python-pyxattr in Breaks. - -- Debian Janitor Mon, 11 Oct 2021 14:06:56 -0000 + [ Iustin Pop ] + * Remove debug package; no reverse deps, so straightforward (Closes: + #994366). + * Bump standards version (no changes needed). + + -- Iustin Pop Fri, 26 Nov 2021 20:08:27 +0100 python-pyxattr (0.7.2-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 693575e..6a3e794 100644 --- a/debian/control +++ b/debian/control @@ -3,10 +3,10 @@ Section: python Priority: optional Maintainer: Iustin Pop Build-Depends: debhelper-compat (= 13), dh-python, - python3-all, python3-all-dev, python3-all-dbg, + python3-all, python3-all-dev, python3-setuptools, python3-sphinx, python3-recommonmark -Standards-Version: 4.5.1 +Standards-Version: 4.6.0.1 Homepage: https://pyxattr.k1024.org/ Vcs-Browser: https://salsa.debian.org/debian/python-pyxattr Vcs-Git: https://salsa.debian.org/debian/python-pyxattr.git @@ -25,20 +25,6 @@ Description: module for manipulating filesystem extended attributes (Python3) . This package contains the library for Python 3. -Package: python3-pyxattr-dbg -Section: debug -Architecture: any -Depends: python3-pyxattr (= ${binary:Version}), python3-dbg, - ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends} -Provides: ${python3:Provides} -Multi-Arch: same -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). - . - This package contains the library for the Python 3 debug interpreter. - Package: python-pyxattr-doc Architecture: all Section: doc diff --git a/debian/rules b/debian/rules index f810cba..bc83be3 100755 --- a/debian/rules +++ b/debian/rules @@ -26,11 +26,7 @@ override_dh_auto_clean: dh_auto_clean $(MAKE) clean -override_dh_strip: - dh_strip -ppython3-pyxattr --dbg-package=python3-pyxattr-dbg - override_dh_installdocs: - dh_installdocs --link-doc=python3-pyxattr -ppython3-pyxattr-dbg dh_installdocs -A --remaining-packages README.md override_dh_installchangelogs: diff --git a/debian/tests/run-testsuite-if-attrs-enabled b/debian/tests/run-testsuite-if-attrs-enabled index 15782cf..8c568f3 100755 --- a/debian/tests/run-testsuite-if-attrs-enabled +++ b/debian/tests/run-testsuite-if-attrs-enabled @@ -9,8 +9,6 @@ if setfattr -n user.foo -v bar "$TESTFILE"; then export TEST_DIR="$AUTOPKGTEST_TMP" echo "* testing Python 3" python3 tests/test_xattr.py - echo "* testing Python 3 debug package" - python3-dbg tests/test_xattr.py else echo "Temporary directory '$AUTOPKGTEST_TMP' doesn't have extended attributes enabled" echo "Skipping the tests :(" diff --git a/debian/tests/simple b/debian/tests/simple index aff76be..8d0f46f 100755 --- a/debian/tests/simple +++ b/debian/tests/simple @@ -7,4 +7,3 @@ cd "$AUTOPKGTEST_TMP/" # and now simply import the modules: python3 -c 'import xattr; print(xattr); print(xattr.__version__)' -python3-dbg -c 'import xattr; print(xattr); print(xattr.__version__)' -- 2.39.2