Package: release.debian.org Severity: normal Tags: stretch User: [email protected] Usertags: pu
Hi, Due to cut'n'paste error, the python3-imaplib2 package in stretch declares no dependencies (#867437). Do you believe this is something worth fixing in stretch? Attached is the proposed diff. Thanks, -- Ilias
diff -Nru python-imaplib2-2.55/debian/changelog python-imaplib2-2.55/debian/changelog --- python-imaplib2-2.55/debian/changelog 2016-09-09 20:11:08.000000000 +0300 +++ python-imaplib2-2.55/debian/changelog 2017-07-12 11:37:15.000000000 +0300 @@ -1,3 +1,10 @@ +python-imaplib2 (2.55-1+deb9u1) stable-proposed-updates; urgency=medium + + * Fix typo that resulted in missing dependencies for python3-imaplib2. + Thanks to Adrian Bunk for reporting this (Closes: #867437) + + -- Ilias Tsitsimpis <[email protected]> Wed, 12 Jul 2017 11:37:15 +0300 + python-imaplib2 (2.55-1) unstable; urgency=medium * New upstream release. diff -Nru python-imaplib2-2.55/debian/control python-imaplib2-2.55/debian/control --- python-imaplib2-2.55/debian/control 2016-09-09 20:11:08.000000000 +0300 +++ python-imaplib2-2.55/debian/control 2017-07-12 11:36:39.000000000 +0300 @@ -20,7 +20,7 @@ Package: python3-imaplib2 Architecture: all -Depends: ${python:Depends}, ${misc:Depends} +Depends: ${python3:Depends}, ${misc:Depends} Description: Threaded Python IMAP4 client (Python 3) Python IMAP4 rev1 mail protocol client class using threads for parallel operation, allowing full use of the IMAP4 concurrency features and to

