diff -Nru python-fsquota-0.1.0+dfsg1/debian/changelog python-fsquota-0.1.0+dfsg1/debian/changelog --- python-fsquota-0.1.0+dfsg1/debian/changelog 2024-04-01 07:19:17.000000000 +0000 +++ python-fsquota-0.1.0+dfsg1/debian/changelog 2024-03-08 13:35:32.000000000 +0000 @@ -1,26 +1,9 @@ -python-fsquota (0.1.0+dfsg1-4build4) noble; urgency=medium +python-fsquota (0.1.0+dfsg1-5) unstable; urgency=medium - * No-change rebuild for CVE-2024-3094 + * add libtirpc-dev to Build-Depends (Closes: #1065183) + * update years in debian/copyright - -- William Grant Mon, 01 Apr 2024 18:19:17 +1100 - -python-fsquota (0.1.0+dfsg1-4build3) noble; urgency=medium - - * No-change rebuild against libtirpc3t64 - - -- Steve Langasek Tue, 19 Mar 2024 00:12:32 +0000 - -python-fsquota (0.1.0+dfsg1-4build2) noble; urgency=medium - - * No-change rebuild against libtirpc3t64 - - -- Steve Langasek Thu, 29 Feb 2024 09:31:52 +0000 - -python-fsquota (0.1.0+dfsg1-4build1) noble; urgency=medium - - * No-change rebuild with Python 3.12 as default - - -- Graham Inggs Fri, 19 Jan 2024 20:45:21 +0000 + -- Philipp Huebner Fri, 08 Mar 2024 14:35:32 +0100 python-fsquota (0.1.0+dfsg1-4) unstable; urgency=medium diff -Nru python-fsquota-0.1.0+dfsg1/debian/control python-fsquota-0.1.0+dfsg1/debian/control --- python-fsquota-0.1.0+dfsg1/debian/control 2024-02-29 09:31:52.000000000 +0000 +++ python-fsquota-0.1.0+dfsg1/debian/control 2024-03-08 13:19:42.000000000 +0000 @@ -1,12 +1,12 @@ Source: python-fsquota Section: python Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Philipp Huebner +Maintainer: Philipp Huebner Build-Depends: debhelper-compat (= 13), dh-python, - python3-full, + libtirpc-dev, python3-dev, + python3-full, python3-setuptools Standards-Version: 4.6.2 Rules-Requires-Root: no @@ -16,7 +16,7 @@ Package: python3-fsquota Architecture: any -Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends} +Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Description: Python filesystem quota module (Python 3) This module for Python 3 allows accessing file system quotas on UNIX platforms from Python scripts. This works both for locally mounted file systems and diff -Nru python-fsquota-0.1.0+dfsg1/debian/copyright python-fsquota-0.1.0+dfsg1/debian/copyright --- python-fsquota-0.1.0+dfsg1/debian/copyright 2023-12-30 21:10:16.000000000 +0000 +++ python-fsquota-0.1.0+dfsg1/debian/copyright 2024-03-08 13:28:05.000000000 +0000 @@ -8,7 +8,7 @@ License: GPL-2.0+ Files: debian/* -Copyright: 2020-2023 Philipp Huebner +Copyright: 2020-2024 Philipp Huebner License: GPL-2.0+ Files: src/afsquota.c