diff -Nru python-evtx-0.6.1/debian/changelog python-evtx-0.6.1/debian/changelog --- python-evtx-0.6.1/debian/changelog 2019-11-10 23:03:40.000000000 +0000 +++ python-evtx-0.6.1/debian/changelog 2024-05-01 21:52:29.000000000 +0100 @@ -1,3 +1,9 @@ +python-evtx (0.6.1-2ubuntu0.20.04.1) focal; urgency=medium + + * d/control: Add runtime dependency to fix crash. (LP: #2061668) + + -- Sudip Mukherjee Wed, 01 May 2024 21:52:29 +0100 + python-evtx (0.6.1-2) unstable; urgency=medium [ Ondřej Nový ] diff -Nru python-evtx-0.6.1/debian/control python-evtx-0.6.1/debian/control --- python-evtx-0.6.1/debian/control 2019-11-10 22:58:01.000000000 +0000 +++ python-evtx-0.6.1/debian/control 2024-05-01 21:52:26.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 (>= 10), 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