diff -Nru python-evtx-0.7.4/debian/changelog python-evtx-0.7.4/debian/changelog --- python-evtx-0.7.4/debian/changelog 2023-07-28 21:23:11.000000000 +0100 +++ python-evtx-0.7.4/debian/changelog 2024-05-01 21:43:27.000000000 +0100 @@ -1,3 +1,9 @@ +python-evtx (0.7.4-1ubuntu0.23.10.1) mantic; urgency=medium + + * d/control: Add runtime dependency to fix crash. (LP: #2061668) + + -- Sudip Mukherjee Wed, 01 May 2024 21:43:27 +0100 + python-evtx (0.7.4-1) unstable; urgency=medium * New upstream version 0.7.4 diff -Nru python-evtx-0.7.4/debian/control python-evtx-0.7.4/debian/control --- python-evtx-0.7.4/debian/control 2023-07-28 21:23:11.000000000 +0100 +++ python-evtx-0.7.4/debian/control 2024-05-01 21:43:21.000000000 +0100 @@ -1,7 +1,8 @@ Source: python-evtx Section: python Priority: optional -Maintainer: Hilko Bengen +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Hilko Bengen Build-Depends: debhelper-compat (= 13), dh-python, python3, python3-setuptools, @@ -13,7 +14,7 @@ Package: python3-evtx Architecture: all -Depends: ${misc:Depends}, ${python3:Depends} +Depends: ${misc:Depends}, ${python3:Depends}, python3-lxml Replaces: python-evtx (<< 0.6.1-1.1) Breaks: python-evtx (<< 0.6.1-1.1) Description: parser for recent Windows Event Log files -- Python 3 version