Package: release.debian.org Severity: normal Tags: buster User: [email protected] Usertags: pu
Hi, let's fix the missing python3-pil dependency of mnemosyne in stable, too. #947032 The package is already uploaded. Andreas
diff -Nru mnemosyne-2.6.1+ds/debian/changelog mnemosyne-2.6.1+ds/debian/changelog --- mnemosyne-2.6.1+ds/debian/changelog 2018-08-09 22:55:30.000000000 +0200 +++ mnemosyne-2.6.1+ds/debian/changelog 2020-01-10 18:49:36.000000000 +0100 @@ -1,3 +1,12 @@ +mnemosyne (2.6.1+ds-1+deb10u1) buster; urgency=medium + + * Non-maintainer upload. + + [ Julien Puydt ] + * Add depends on PIL (Closes: #947032). + + -- Andreas Beckmann <[email protected]> Fri, 10 Jan 2020 18:49:36 +0100 + mnemosyne (2.6.1+ds-1) unstable; urgency=medium * Update packaging: diff -Nru mnemosyne-2.6.1+ds/debian/control mnemosyne-2.6.1+ds/debian/control --- mnemosyne-2.6.1+ds/debian/control 2018-08-09 22:55:30.000000000 +0200 +++ mnemosyne-2.6.1+ds/debian/control 2020-01-10 18:49:36.000000000 +0100 @@ -20,6 +20,7 @@ python3-cheroot, python3-cherrypy3, python3-matplotlib, + python3-pil, python3-pyqt5, python3-pyqt5.qtsql, python3-pyqt5.qtwebchannel,

