diff -Nru python-apt-2.3.0ubuntu2/apt/package.py python-apt-2.3.0ubuntu3/apt/package.py --- python-apt-2.3.0ubuntu2/apt/package.py 2021-10-22 15:21:54.000000000 +0500 +++ python-apt-2.3.0ubuntu3/apt/package.py 2022-06-18 14:18:37.000000000 +0500 @@ -589,7 +589,7 @@ dsc = records.long_desc if records is not None else None if not dsc: - return _("Missing description for '%s'." + return _("Missing description for '%s'. " "Please report.") % (self.package.name) try: diff -Nru python-apt-2.3.0ubuntu2/debian/changelog python-apt-2.3.0ubuntu3/debian/changelog --- python-apt-2.3.0ubuntu2/debian/changelog 2022-03-18 00:44:59.000000000 +0500 +++ python-apt-2.3.0ubuntu3/debian/changelog 2022-06-18 14:21:21.000000000 +0500 @@ -1,3 +1,9 @@ +python-apt (2.3.0ubuntu3) jammy; urgency=medium + + * apt/package.py: add missing space (LP: #1940097) + + -- Akbarkhon Variskhanov Sat, 18 Jun 2022 14:21:21 +0500 + python-apt (2.3.0ubuntu2) jammy; urgency=medium * No-change rebuild with Python 3.10 only